29 lines
757 B
Bash
29 lines
757 B
Bash
# NTFY Server
|
|
NTFY_URL=https://ntfy.server.net/
|
|
AUTH_TOKEN=tk_elwqvm6niscdn30f45iksdfh6sope
|
|
|
|
# Duplicati Server
|
|
DUPLICATI_URL=http://192.168.178.25:8200
|
|
SERVER_NAME=n100
|
|
|
|
# NTFY Icon (Optional / Leer lassen falls nicht benötigt)
|
|
ICON=http://192.168.178.25:3030/icons/n100.png
|
|
|
|
# Backup Rückmeldungen die NTFY Benachrichtigungen auslösen sollen
|
|
DUPLICATI_SUCCESS=true
|
|
DUPLICATI_WARNING=true
|
|
DUPLICATI_ERROR=true
|
|
DUPLICATI_FATAL=true
|
|
DUPLICATI_UNKNOWN=true
|
|
|
|
# Welche NTFY Meldungs Prioritäten sollen mitgeschickt werden.
|
|
# Erlaubte Werte: min, low, default, high, max
|
|
PRIORITY_SUCCESS=default
|
|
PRIORITY_WARNING=high
|
|
PRIORITY_ERROR=max
|
|
PRIORITY_FATAL=max
|
|
PRIORITY_UNKNOWN=max
|
|
|
|
# Wählen Sie das Logging level. Möglich Werte: off, normal, debug
|
|
LOGGING=off
|