uptimekuma/env.example

23 lines
491 B
Plaintext
Raw Normal View History

2022-09-18 15:56:56 +02:00
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
TRAEFIK_ROUTER=uptime_example_com
TRAEFIK_SERVICE=uptime_example_com
TRAEFIK_SERVICE_PORT=3001
TRAEFIK_MATCHRULE=Host(`uptime.example.com`)
2022-09-18 15:56:56 +02:00
TRAEFIK_TLSENABLED=true
TRAEFIK_CERTRESOLVER=letsencrypt
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
TRAEFIK_HTTPS_MIDDLEWARES=hsts
# Diun
DIUN_ENABLE=true
DIUN_WATCHREPO=true
DIUN_SORTALGO=semver
DIUN_INCLUDE=
DIUN_EXCLUDE=
# Uptime Kuma
UPTIMEKUMA_VERSION=1.21.2
UPTIMEKUMA_DATA=./data/uptimekuma