GrampsWeb Phase 1: Sidebar-Link, Settings-Fix & Env-Template (STI-90)
- Fix GRAMPS_URL default port from 80 to 5000 to match dev compose - Add "Ahnenforschung" sidebar link in navigation (links to /ahnenforschung/) - Update env-template with all GRAMPSWEB_* variables for production setup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,8 +53,17 @@ IMAP_FOLDER=INBOX
|
||||
IMAP_USE_SSL=true
|
||||
|
||||
# Integration von Grampsweb zur Ahnenforschung und Prüfung
|
||||
GRAMPS_URL=http://192.168.178.167:30179
|
||||
# Django-App Verbindung zu GrampsWeb API (internes Docker-Netzwerk)
|
||||
GRAMPS_URL=http://grampsweb:5000
|
||||
GRAMPS_USERNAME=Stiftung
|
||||
GRAMPS_PASSWORD=home4Gty94rj*de
|
||||
GRAMPS_PASSWORD=your-gramps-password-here
|
||||
GRAMPS_API_TOKEN=
|
||||
|
||||
# GrampsWeb Container Konfiguration
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user