Fix Homarr appdata bind mount and deploy Authentik forward auth on admin sites.
Deploy to valhalla / deploy (push) Has been cancelled
Deploy to valhalla / deploy (push) Has been cancelled
Homarr-labs stores state under /appdata; the old compose mapped empty paths and lost the dashboard on redeploy. TB-006 batch 1 adds Caddy forward_auth for 12 admin UIs with API and webhook bypasses.
This commit is contained in:
@@ -15,9 +15,12 @@ services:
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://auth.ginnoir.com
|
||||
AUTHENTIK_REDIS__HOST: authentik-redis
|
||||
AUTHENTIK_POSTGRESQL__HOST: authentik-db
|
||||
AUTHENTIK_ERROR_REPORTING__ENABLED: "false"
|
||||
volumes:
|
||||
- ./blueprints:/blueprints/custom:ro
|
||||
ports:
|
||||
- "9200:9000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user