This commit is contained in:
Joris Bertomeu
2025-08-19 16:34:19 +02:00
commit 5c6da90f98
33 changed files with 8066 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"server": {
"port": "SERVER_PORT",
"sessionSecret": "SESSION_SECRET"
},
"smtp": {
"port": "SMTP_PORT",
"host": "SMTP_HOST"
},
"pushover": {
"user": "PUSHOVER_USER",
"token": "PUSHOVER_TOKEN"
},
"admin": {
"username": "ADMIN_USERNAME",
"password": "ADMIN_PASSWORD",
"enableAuth": "ENABLE_AUTH"
}
}