Update stack.production.yml

This commit is contained in:
colin 2024-01-23 15:56:45 +00:00
parent 1a2d935b4e
commit 19104c0f2e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ services:
- HS_SERVER=http://headscale_headscale:8080 # Reachable endpoint for your Headscale server - HS_SERVER=http://headscale_headscale:8080 # Reachable endpoint for your Headscale server
- DOMAIN_NAME=https://headadmin.nixc.us # The base domain name for this container. - DOMAIN_NAME=https://headadmin.nixc.us # The base domain name for this container.
# - SCRIPT_NAME=/ # This is your applications base path (wsgi requires the name "SCRIPT_NAME"). Remove if you are hosing at the root / # - SCRIPT_NAME=/ # This is your applications base path (wsgi requires the name "SCRIPT_NAME"). Remove if you are hosing at the root /
- KEY="lzaAI5nenkxAeR1OZdKSYCqHsBnRtFCg2+anEeEkIhw=" # Generate with "openssl rand -base64 32" - used to encrypt your key on disk. - KEY="MQ4SR9Btxg.QcnxAuPj_emI2BfVfjyGVQ_fQ0w9geu5fUiFw9rZzdc" # Generate with "openssl rand -base64 32" - used to encrypt your key on disk.
- AUTH_TYPE=basic # AUTH_TYPE is either Basic or OIDC. Empty for no authentication - AUTH_TYPE=basic # AUTH_TYPE is either Basic or OIDC. Empty for no authentication
- LOG_LEVEL=info # Log level. "DEBUG", "ERROR", "WARNING", or "INFO". Default "INFO" - LOG_LEVEL=info # Log level. "DEBUG", "ERROR", "WARNING", or "INFO". Default "INFO"
# ENV for Basic Auth (Used only if AUTH_TYPE is "Basic"). Can be omitted if you aren't using Basic Auth # ENV for Basic Auth (Used only if AUTH_TYPE is "Basic"). Can be omitted if you aren't using Basic Auth