From 59fd6ca726c808b1a18419dc8676cfe3aef68bc3 Mon Sep 17 00:00:00 2001 From: dado Date: Sun, 6 Jul 2025 12:15:01 +0200 Subject: [PATCH] update email --- castopod/.env | 6 +++--- dashboard/config/novemila.yml | 6 +++++- linkding/.env | 2 +- snikket/snikket.conf | 2 +- vaultwarden/.env | 6 +++--- watchtower/.env | 6 +++--- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/castopod/.env b/castopod/.env index b4f01ff..2c60c49 100644 --- a/castopod/.env +++ b/castopod/.env @@ -2,8 +2,8 @@ MYSQL_PASSWORD="" CP_BASEURL="https://podcast.novemila.org" CP_ANALYTICS_SALT="" CP_REDIS_PASSWORD="" -CP_EMAIL_SMTP_HOST="mail.infomaniak.com" -CP_EMAIL_FROM="novemila@ik.me" -CP_EMAIL_SMTP_USERNAME="novemila@ik.me" +CP_EMAIL_SMTP_HOST="mail.novemila.org" +CP_EMAIL_FROM="support@novemila.org" +CP_EMAIL_SMTP_USERNAME="support@novemila.org" CP_EMAIL_SMTP_PASSWORD="" MYSQL_ROOT_PASSWORD="" \ No newline at end of file diff --git a/dashboard/config/novemila.yml b/dashboard/config/novemila.yml index 1ee5536..4d7d3f9 100644 --- a/dashboard/config/novemila.yml +++ b/dashboard/config/novemila.yml @@ -12,10 +12,14 @@ - title: novemila.org url: https://www.novemila.org icon: assets/logo.png - hide-arrow: yes + hide-arrow: no - title: monitoring url: https://mon.novemila.org/status/services icon: si:uptimekuma + hide-arrow: no + - title: contact + url: mailto:support@novemila.org + icon: si:mailboxdotorg hide-arrow: yes - size: full diff --git a/linkding/.env b/linkding/.env index df10845..2ce4d13 100644 --- a/linkding/.env +++ b/linkding/.env @@ -9,7 +9,7 @@ LD_HOST_DATA_DIR=./data # Must end with a slash `/` LD_CONTEXT_PATH= # 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 LD_SUPERUSER_PASSWORD= # Option to disable background tasks diff --git a/snikket/snikket.conf b/snikket/snikket.conf index b45c180..13de630 100644 --- a/snikket/snikket.conf +++ b/snikket/snikket.conf @@ -3,6 +3,6 @@ SNIKKET_DOMAIN=chat.novemila.org # An email address where the admin can be contacted # (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_HTTPS_PORT=5443 \ No newline at end of file diff --git a/vaultwarden/.env b/vaultwarden/.env index 5cf2d5e..df05c2f 100644 --- a/vaultwarden/.env +++ b/vaultwarden/.env @@ -1,7 +1,7 @@ VAULT_DOMAN="https://vault.novemila.org" -VAULT_SMTP_HOST="mail.infomaniak.com" -VAULT_SMTP_FROM="novemila@ik.me" -VAULT_SMTP_USER="novemila@ik.me" +VAULT_SMTP_HOST="mail.novemila.org" +VAULT_SMTP_FROM="support@novemila.org" +VAULT_SMTP_USER="support@novemila.org" VAULT_SMTP_PASSWD="" VAULT_ADMIN_TOKEN='' # https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#using-argon2 diff --git a/watchtower/.env b/watchtower/.env index 6a6d55c..0405150 100644 --- a/watchtower/.env +++ b/watchtower/.env @@ -1,7 +1,7 @@ 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_SERVER="mail.infomaniak.com" +WATCHTOWER_NOTIFICATION_EMAIL_SERVER="mail.novemila.org" 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="" \ No newline at end of file