Add custom-html nginx config

This commit is contained in:
3wc 2024-03-31 12:07:45 -03:00
parent 65148b9d53
commit b6964e553d
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
TYPE=custom-html
DOMAIN=errors.stream-test.coopcloud.tech
## Domain aliases
#EXTRA_DOMAINS=', `www.errors.stream-test.coopcloud.tech`'
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# 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 * * * *"
# Optionally redirect the entire domain or a sub-path:
# path under which you want to redirect all URLs (with trailing slash):
#REDIRECT_FROM_PATH=/
# full URL of target domain (and optionally path) with trailing slash:
#REDIRECT_TO_URL=https://coopcloud.tech/
# temporary or permanent redirect? (uncomment one)
#REDIRECT_TYPE=redirect
#REDIRECT_TYPE=permanent