nyx/env.example

23 lines
449 B
Plaintext
Raw Permalink Normal View History

2022-09-18 15:56:56 +02:00
# Træfik
TRAEFIK_ENABLED=true
TRAEFIK_NETWORK=traefik
2023-04-07 13:57:37 +02:00
TRAEFIK_ROUTER=nyx_example_com
TRAEFIK_SERVICE=nyx_example_com
TRAEFIK_SERVICE_PORT=8080
TRAEFIK_MATCHRULE=Host(`nyx.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=
2023-04-07 13:57:37 +02:00
# Nyx
NYX_VERSION=latest
NYX_DATA=./data