fix: email

This commit is contained in:
2025-04-15 16:24:37 +02:00
parent 8b6cc32c81
commit 05f68d39c3
2 changed files with 2 additions and 0 deletions

1
.env
View File

@@ -1,3 +1,4 @@
DOMAIN= DOMAIN=
VAPID= VAPID=
EMAIL=
SECRET= SECRET=

View File

@@ -12,6 +12,7 @@ Change following files:
| --- | --- | | --- | --- |
| `DOMAIN=` | Insert final domain name | | `DOMAIN=` | Insert final domain name |
| `VAPID=` | Used for notifications. Currently broken. | | `VAPID=` | Used for notifications. Currently broken. |
| `EMAIL=` | Insert your email. Needed for SSL. |
| `SECRET=` | Used for encrypting sessions. | | `SECRET=` | Used for encrypting sessions. |
- `./config/`: - `./config/`:
- `keys.json`: - `keys.json`: