feat: group private apps into andreknie-privat
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user