update email

This commit is contained in:
dado
2025-07-06 12:15:01 +02:00
parent 3f6003caf7
commit 59fd6ca726
6 changed files with 16 additions and 12 deletions

View File

@ -2,8 +2,8 @@ MYSQL_PASSWORD=""
CP_BASEURL="https://podcast.novemila.org" CP_BASEURL="https://podcast.novemila.org"
CP_ANALYTICS_SALT="" CP_ANALYTICS_SALT=""
CP_REDIS_PASSWORD="" CP_REDIS_PASSWORD=""
CP_EMAIL_SMTP_HOST="mail.infomaniak.com" CP_EMAIL_SMTP_HOST="mail.novemila.org"
CP_EMAIL_FROM="novemila@ik.me" CP_EMAIL_FROM="support@novemila.org"
CP_EMAIL_SMTP_USERNAME="novemila@ik.me" CP_EMAIL_SMTP_USERNAME="support@novemila.org"
CP_EMAIL_SMTP_PASSWORD="" CP_EMAIL_SMTP_PASSWORD=""
MYSQL_ROOT_PASSWORD="" MYSQL_ROOT_PASSWORD=""

View File

@ -12,10 +12,14 @@
- title: novemila.org - title: novemila.org
url: https://www.novemila.org url: https://www.novemila.org
icon: assets/logo.png icon: assets/logo.png
hide-arrow: yes hide-arrow: no
- title: monitoring - title: monitoring
url: https://mon.novemila.org/status/services url: https://mon.novemila.org/status/services
icon: si:uptimekuma icon: si:uptimekuma
hide-arrow: no
- title: contact
url: mailto:support@novemila.org
icon: si:mailboxdotorg
hide-arrow: yes hide-arrow: yes
- size: full - size: full

View File

@ -9,7 +9,7 @@ LD_HOST_DATA_DIR=./data
# Must end with a slash `/` # Must end with a slash `/`
LD_CONTEXT_PATH= LD_CONTEXT_PATH=
# Username of the initial superuser to create, leave empty to not create one # Username of the initial superuser to create, leave empty to not create one
LD_SUPERUSER_NAME=dadoadmin LD_SUPERUSER_NAME=
# Password for the initial superuser, leave empty to disable credentials authentication and rely on proxy authentication instead # Password for the initial superuser, leave empty to disable credentials authentication and rely on proxy authentication instead
LD_SUPERUSER_PASSWORD= LD_SUPERUSER_PASSWORD=
# Option to disable background tasks # Option to disable background tasks

View File

@ -3,6 +3,6 @@
SNIKKET_DOMAIN=chat.novemila.org SNIKKET_DOMAIN=chat.novemila.org
# An email address where the admin can be contacted # An email address where the admin can be contacted
# (also used to register your Let's Encrypt account to obtain certificates) # (also used to register your Let's Encrypt account to obtain certificates)
SNIKKET_ADMIN_EMAIL= SNIKKET_ADMIN_EMAIL=support@novemila.org
SNIKKET_TWEAK_HTTP_PORT=5080 SNIKKET_TWEAK_HTTP_PORT=5080
SNIKKET_TWEAK_HTTPS_PORT=5443 SNIKKET_TWEAK_HTTPS_PORT=5443

View File

@ -1,7 +1,7 @@
VAULT_DOMAN="https://vault.novemila.org" VAULT_DOMAN="https://vault.novemila.org"
VAULT_SMTP_HOST="mail.infomaniak.com" VAULT_SMTP_HOST="mail.novemila.org"
VAULT_SMTP_FROM="novemila@ik.me" VAULT_SMTP_FROM="support@novemila.org"
VAULT_SMTP_USER="novemila@ik.me" VAULT_SMTP_USER="support@novemila.org"
VAULT_SMTP_PASSWD="" VAULT_SMTP_PASSWD=""
VAULT_ADMIN_TOKEN='' VAULT_ADMIN_TOKEN=''
# https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#using-argon2 # https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#using-argon2

View File

@ -1,7 +1,7 @@
WATCHTOWER_NOTIFICATIONS_HOSTNAME="Novemila Server" WATCHTOWER_NOTIFICATIONS_HOSTNAME="Novemila Server"
WATCHTOWER_NOTIFICATION_EMAIL_FROM="novemila@ik.me" WATCHTOWER_NOTIFICATION_EMAIL_FROM="support@novemila.org"
WATCHTOWER_NOTIFICATION_EMAIL_TO="" WATCHTOWER_NOTIFICATION_EMAIL_TO=""
WATCHTOWER_NOTIFICATION_EMAIL_SERVER="mail.infomaniak.com" WATCHTOWER_NOTIFICATION_EMAIL_SERVER="mail.novemila.org"
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587 WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER="novemila@ik.me" WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER="support@novemila.org"
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD="" WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=""