35 lines
941 B
Bash
35 lines
941 B
Bash
PUID=${PUID}
|
|
PGID=${PGID}
|
|
TZ=${TZ}
|
|
DIUN_WATCH_WORKERS=20
|
|
DIUN_WATCH_SCHEDULE="0 */6 * * *"
|
|
DIUN_WATCH_JITTER=30s
|
|
DIUN_PROVIDERS_DOCKER=true
|
|
|
|
|
|
DIUN_NOTIF_MQTT_SCHEME=mqtt
|
|
DIUN_NOTIF_MQTT_HOST=mqtt.sthome.org
|
|
DIUN_NOTIF_MQTT_PORT=1883
|
|
DIUN_NOTIF_MQTT_USERNAME=mqtt_user
|
|
# DIUN_NOTIF_MQTT_USERNAMEFILE
|
|
DIUN_NOTIF_MQTT_PASSWORD=Saterdag!32#
|
|
# DIUN_NOTIF_MQTT_PASSWORDFILE
|
|
DIUN_NOTIF_MQTT_CLIENT=diun
|
|
DIUN_NOTIF_MQTT_TOPIC=docker/diun
|
|
DIUN_NOTIF_MQTT_QOS=0
|
|
|
|
|
|
# DIUN_NOTIF_MAIL_HOST=
|
|
# DIUN_NOTIF_MAIL_PORT=
|
|
# DIUN_NOTIF_MAIL_SSL=
|
|
# DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=
|
|
# DIUN_NOTIF_MAIL_LOCALNAME=
|
|
# DIUN_NOTIF_MAIL_USERNAME=
|
|
# DIUN_NOTIF_MAIL_USERNAMEFILE=
|
|
# DIUN_NOTIF_MAIL_PASSWORD=
|
|
# DIUN_NOTIF_MAIL_PASSWORDFILE=
|
|
# DIUN_NOTIF_MAIL_FROM=
|
|
# DIUN_NOTIF_MAIL_TO= # comma separated
|
|
# DIUN_NOTIF_MAIL_TEMPLATETITLE={{ .Entry.Image }} {{ if (eq .Entry.Status "new") }}is available{{ else }}has been updated{{ end }}
|
|
# DIUN_NOTIF_MAIL_TEMPLATEBODY=
|