feat: add email notifications
This commit is contained in:
parent
c47d41fcfb
commit
1f3cd3dfa4
1 changed files with 9 additions and 0 deletions
|
|
@ -104,5 +104,14 @@
|
||||||
SEMAPHORE_TOTP_ENABLED: "True"
|
SEMAPHORE_TOTP_ENABLED: "True"
|
||||||
SEMAPHORE_SCHEDULE_TIMEZONE: "Europe/Amsterdam"
|
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
|
# global
|
||||||
TZ: "{{ timezone }}"
|
TZ: "{{ timezone }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue