Refactor GrampsWeb subpath handling: move all patching to nginx sub_filter (STI-98)
Replace fragile container-side sed/JS patching with comprehensive nginx sub_filter rules. The container now only handles admin user creation on startup. All SPA route prefixing is done in nginx via a History API interceptor injected into HTML responses. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -64,6 +64,7 @@ GRAMPSWEB_SECRET_KEY=your-grampsweb-secret-key-here
|
||||
GRAMPSWEB_ADMIN_EMAIL=admin@vhtv-stiftung.de
|
||||
GRAMPSWEB_ADMIN_PASSWORD=your-grampsweb-admin-password-here
|
||||
GRAMPSWEB_TREE=Stiftung
|
||||
GRAMPSWEB_BASE_URL=/ahnenforschung
|
||||
# Full external URL including subpath (used by GrampsWeb for email links, OIDC, etc.)
|
||||
GRAMPSWEB_BASE_URL=https://vhtv-stiftung.de/ahnenforschung
|
||||
|
||||
|
||||
Reference in New Issue
Block a user