Serve CMS at root and bootstrap Authentik in compose
This commit is contained in:
+3
-2
@@ -30,12 +30,13 @@ AUTHENTIK_BOOTSTRAP_EMAIL=dcctouch@gmail.com
|
||||
AUTHENTIK_BOOTSTRAP_PASSWORD=replace-with-temporary-password
|
||||
AUTHENTIK_BOOTSTRAP_TOKEN=replace-with-random-token
|
||||
|
||||
# CMS bootstrap user. Used by infra/scripts/bootstrap-authentik.sh.
|
||||
# CMS bootstrap user. Applied automatically by the authentik-bootstrap compose service.
|
||||
CMS_BOOTSTRAP_ADMIN_EMAIL=dcctouch@gmail.com
|
||||
CMS_BOOTSTRAP_ADMIN_PASSWORD=replace-with-temporary-password
|
||||
CMS_BOOTSTRAP_ADMIN_NAME=DCTOUCH CMS Admin
|
||||
CMS_BOOTSTRAP_FORCE_PASSWORD=false
|
||||
|
||||
# CMS OIDC application. bootstrap-authentik.sh creates the matching provider.
|
||||
# CMS OIDC application. The authentik-bootstrap compose service creates the matching provider.
|
||||
CMS_AUTH_ENABLED=true
|
||||
CMS_BASE_URL=http://cms.local.nodedc:8210
|
||||
CMS_OIDC_ISSUER=http://cms-auth.local.nodedc:8210/application/o/dc-cms/
|
||||
|
||||
Reference in New Issue
Block a user