fix tinyauth domain
All checks were successful
Deploy Containers / Prepare (push) Successful in 12s

This commit is contained in:
2025-08-02 23:14:22 -04:00
parent b8fbb21d2c
commit b4640b8764
2 changed files with 4 additions and 5 deletions

View File

@@ -37,12 +37,11 @@ def run_deployment(tag = None):
print(" Deployment failed!") print(" Deployment failed!")
print(f" Task: {task_failed}") print(f" Task: {task_failed}")
print(f" Host: {host}") print(f" Host: {host}")
print(f" Reason: {reason_failed[2].split(":")[1].strip()}") print(f" Reason: {reason_failed}")
print(line) print(line)
print("---------------------\n") print("---------------------\n")
success = False sys.exit(1)
break
return success return success

View File

@@ -24,6 +24,6 @@
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.tinyauth.rule: Host(`auth.fntz.net`) traefik.http.routers.tinyauth.rule: Host(`auth.fntz.net`)
traefik.http.routers.tt.entrypoints: webSecure traefik.http.routers.tinyauth.entrypoints: webSecure
traefik.http.routers.tt.tls.certresolver: letsencrypt traefik.http.routers.tinyauth.tls.certresolver: letsencrypt
traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik traefik.http.middlewares.tinyauth.forwardauth.address: http://tinyauth:3000/api/auth/traefik