Fix Homarr appdata bind mount and deploy Authentik forward auth on admin sites.
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:
ginnoir
2026-06-10 23:14:32 -05:00
parent 1253825541
commit 109cc0d5cb
6 changed files with 586 additions and 59 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ services:
- "7575:7575"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /config/homarr/configs:/app/data/configs
# homarr-labs stores SQLite + redis under /appdata (not /data or /app/data/configs).
- /config/homarr/appdata:/appdata
- /config/homarr/icons:/app/public/icons
- /config/homarr/data:/data
networks:
edge: