static-web-server skips dot-prefixed paths by default. Passing this env through lets operators set SERVER_IGNORE_HIDDEN_FILES=false to serve e.g. /.well-known/matrix/server for Matrix federation delegation. Backwards-compatible: unset means existing behaviour (hidden files skipped).
26 lines
676 B
Plaintext
26 lines
676 B
Plaintext
TYPE=custom-html-tiny
|
|
|
|
DOMAIN={{ .Domain }}
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.custom-html.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
HTTP_SUBDIR=
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
## Serve dot-prefixed files/directories (e.g. /.well-known/).
|
|
## Defaults to true (hidden). Set false to expose them.
|
|
#SERVER_IGNORE_HIDDEN_FILES=false
|
|
|
|
# Single Sign On via Traefik "file provider"
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
|
|
|
|
# Git-pull regularly
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.git-pull.yml"
|
|
#GIT_REPO_URL="https://git.coopcloud.tech/dalmationer/hexbomb.gay"
|
|
#CRON_SCHEDULE="*/1 * * * *"
|
|
|
|
# Allow access trough plain http
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.http.yml"
|