Update README.md

Added info for email notifications
This commit is contained in:
Joshua Ryder
2025-05-05 10:45:22 -04:00
committed by GitHub
parent ed92822913
commit 05e1e30384

View File

@@ -12,6 +12,7 @@ This project was created completely by the [Cursor AI Code Editor](https://www.c
- Upload custom wallpapers to personalize event pages
- Track RSVPs and guest counts
- Comprehensive admin interface for event management
- Email notifications for submitted RSVPs
- Item Coordination
- Create and manage lists of needed items for events
@@ -112,6 +113,10 @@ docker run -d --name rsvp-manager \
npm start
```
## Email Notifications (Currently in dev branch!)
By setting up the environment variables in the `docker-compose.yml`, you can have notifications sent to the recipients of your choice when someone submits an RSVP to an event. The notification will include the details of their submission and links to view or manage the RSVPs for that event.
## Authentication with Authentik
This application is compatible with Authentik. Make sure to create a Proxy Provider for Forward auth (single application). To protect the admin & create routes, add the following configuration to your Nginx Proxy Manager config in the Advanced section. For other web server applications, see the Setup area in Authentik on the Provider page for this app and setup the routes accordingly.