From 8ab8ec4dd653c78c4baae9ba7ebda691740a92d1 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 23 Jan 2024 14:11:22 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.production.yml b/stack.production.yml index 1a9e976..7acc17d 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -32,7 +32,7 @@ services: - TZ=America/Toronto - COLOR=red # Use the base colors (ie, no darken-3, etc) - - HS_SERVER=https://headscale.nixc.us # Reachable endpoint for your Headscale server - - DOMAIN_NAME=https://headscale.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 / - KEY="lzaAI5nenkxAeR1OZdKSYCqHsBnRtFCg2+anEeEkIhw=" # 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