$ICON is now optional

This commit is contained in:
2024-12-21 18:13:46 +01:00
parent 4cd6972aff
commit a185c38da3
3 changed files with 15 additions and 13 deletions

View File

@@ -24,15 +24,16 @@ AUTH_TOKEN=tk_dd5geasc9844jcm3d45adio3rtchs
#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
# Zustände, die Benachrichtigungen auslösen
# (Success, Warning, Error, Fatal, Unknown)
SEND_NOTIFICATIONS="Fatal Unknown"
SEND_NOTIFICATIONS="Error Fatal Unknown"
# Optional kann bei jedem Ausführen des Scripts ein Logeintrag erstellt werden.
# Wählen Sie das Logging level. Möglich Werte: off, normal, debug
# Die Logdatei wird im gleichen Verzeichnis wie das Script selbst gespeichert.
# (off, normal, debug)
LOGGING=off
```