feat: add email notifications

This commit is contained in:
Simon Cornet 2025-10-03 13:13:40 +02:00
commit 1f3cd3dfa4

View file

@ -104,5 +104,14 @@
SEMAPHORE_TOTP_ENABLED: "True"
SEMAPHORE_SCHEDULE_TIMEZONE: "Europe/Amsterdam"
# semaphore email
SEMAPHORE_EMAIL_SENDER: "{{ semaphore_email_sender }}"
SEMAPHORE_EMAIL_USERNAME: "{{ semaphore_email_username }}"
SEMAPHORE_EMAIL_HOST: "{{ semaphore_email_host }}"
SEMAPHORE_EMAIL_PORT: "{{ semaphore_email_port }}"
SEMAPHORE_EMAIL_PASSWORD: "{{ semaphore_email_password }}"
SEMAPHORE_EMAIL_SECURE: "True"
SEMAPHORE_EMAIL_TLS: "True"
# global
TZ: "{{ timezone }}"