fix: deploy-server.sh cleans up legacy posterg configs and prunes old xamxam backups

This commit is contained in:
Pontoporeia
2026-04-30 11:11:54 +02:00
parent 68e30abb56
commit ab51bf3a66
4 changed files with 239 additions and 0 deletions

View File

@@ -49,8 +49,15 @@
- [x] Update `app/migrations/run.php`, `app/tests/README.md`, `app/storage/README.md`
- [x] Replace all remaining "Post-ERG" branding with "XAMXAM" (scripts, PHP source, schema, docs)
- [x] `deploy-server.sh`: remove legacy `sites-enabled/posterg` symlink to fix duplicate `limit_req_zone` nginx error
- [x] `deploy-server.sh`: auto-migrate `.htpasswd-posterg``.htpasswd-xamxam` if new file absent
- [x] Rename local `storage/posterg.db``storage/xamxam.db`
## LDAP auth migration (pending client access)
- [ ] Get LDAP server hostname, port, service-account DN+password, base DN, user attr, group DN from client
- [ ] Verify TCP reachability from XAMXAM VM to LDAP server (port 636)
- [ ] See `docs/LDAP_AUTH_PLAN.md` for full phase-by-phase plan
## CSS refactor
- [x] Move semantic HTML element baseline styles into common.css