Fix EZ-Homelab scripts for successful fresh installs

- Fix Authelia config template paths (/data/ -> /config/)
- Add secret placeholder replacement in deploy script
- Add user database placeholder replacement
- Add automatic dashboard stack deployment (Homepage, Homarr)
- Remove incorrect Portainer reference from infrastructure log
- Update deployment steps and final summary
This commit is contained in:
EZ-Homelab
2026-01-22 16:08:39 -05:00
parent 1590611abd
commit 12baa5cdf3
3 changed files with 222 additions and 36 deletions

View File

@@ -73,9 +73,9 @@ regulation:
storage:
encryption_key: ${AUTHELIA_STORAGE_ENCRYPTION_KEY}
local:
path: /data/db.sqlite3
path: /config/db.sqlite3
notifier:
# File-based notifications (for development/testing)
filesystem:
filename: /data/notification.txt
filename: /config/notification.txt