update: quick install

This commit is contained in:
Nathan FONTEYNE 2026-07-08 13:09:46 +02:00
parent 0300f7fef0
commit 0683108c8e
3 changed files with 156 additions and 30 deletions

View file

@ -14,12 +14,19 @@ SESSION_SECRET=change-me-to-a-long-random-string
DEV_BYPASS_AUTH=false
# Authentik OIDC (not needed if DEV_BYPASS_AUTH=true)
AUTHENTIK_ISSUER_URL=https://auth.example.com/application/o/octane-website/
# Prefer Authentik's internal container name/port over traefik-proxy (avoids a
# round trip through Traefik); falls back to the public URL if you don't know it.
AUTHENTIK_ISSUER_URL=http://authentik-server:9000/application/o/octane-website/
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=
OIDC_REDIRECT_URI=https://octane.example.com/auth/callback
OIDC_REDIRECT_URI=https://octane.dandrove.com/auth/callback
ADMIN_GROUP_NAME=octane-admins
# Docker networking (must match the network created by your existing Authentik compose stack)
AUTHENTIK_NETWORK_NAME=authentik_default
# Docker networking: external network shared with Traefik and Authentik
TRAEFIK_NETWORK_NAME=traefik-proxy
# Public hostname Traefik routes to this app (used in docker-compose.yml labels)
APP_DOMAIN=octane.dandrove.com
# Only used by docker-compose.dev.yml (local testing without Traefik)
APP_PORT=3000