From 07ebef5f6b24b67309cc00145e5053c211edfdde Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 02:14:03 +0000 Subject: [PATCH] feat: add .env.sample --- .env.sample | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..98d1b56 --- /dev/null +++ b/.env.sample @@ -0,0 +1,32 @@ +TYPE=custom-html + +DOMAIN=custom-html.example.com +## Domain aliases +#EXTRA_DOMAINS=', `www.custom-html.example.com`' +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 + +# Optionally handle all URL requests using a single file (commonly index.html) +#SINGLE_PAGE_SITE_HANDLER=/index.html + +# Enable an SSH server to allow SFTP uploads to the web root +#COMPOSE_FILE="$COMPOSE_FILE:compose.sftp.yml" +#PUBLIC_KEY="ssh-ed25519 AAAAC3NzaJ1lZDI1NTE5AAAAIXqf4nxUxuGmLOaxXXXXXXXXoM/GwhcrAgmtbgXToaYmCJ user@host" # Replace with a public key you generate \ No newline at end of file