Bahn: aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp,
Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit,
Projekt-KIQ-HP, teamlandkarte-mcp
Dhive: Jury-Voting
Privat: CV, NoteGraph (NOTE: NoteGraph needs complete redo after consolidation)
Shared: AI-Orchestrator, OrgMyLife, power_skills_and_more
Shared/references: symphony (read-only)
Bahn repos remain available as independent remotes - this monorepo
pulls them in via subtree, the originals are untouched.
35 lines
1020 B
Bash
35 lines
1020 B
Bash
DATABASE_URL=sqlite:///./orgmylife.db
|
|
|
|
# For Docker/production use PostgreSQL:
|
|
# DATABASE_URL=postgresql://orgmylife:changeme@db:5432/orgmylife
|
|
|
|
# PostgreSQL password (used by docker-compose)
|
|
POSTGRES_PASSWORD=changeme
|
|
|
|
# API Secret for orchestrator endpoints (leave empty for local dev)
|
|
API_SECRET=
|
|
|
|
# App login credentials (for the web UI)
|
|
APP_USERNAME=andre
|
|
APP_PASSWORD=your_login_password
|
|
|
|
# Nextcloud Configuration
|
|
NEXTCLOUD_URL=https://your-nextcloud-instance.com
|
|
NEXTCLOUD_USERNAME=your_app_username
|
|
NEXTCLOUD_PASSWORD=your_app_password
|
|
|
|
# dHive Email / IMAP Configuration
|
|
IMAP_SERVER=imap.your-email-server.com
|
|
IMAP_PORT=993
|
|
EMAIL_USERNAME=your@dhive-email.com
|
|
EMAIL_PASSWORD=your_email_password
|
|
EMAIL_WEBMAIL_URL=https://your-webmail.com
|
|
|
|
# Gmail Configuration (use App Password, not regular password)
|
|
# Generate at: https://myaccount.google.com/apppasswords
|
|
GMAIL_USERNAME=your@gmail.com
|
|
GMAIL_PASSWORD=your_app_password
|
|
|
|
# NoteGraph Configuration (Send to Notes feature)
|
|
NOTEGRAPH_TOKEN=your_notegraph_token
|