Accumulated uncommitted infra changes: - Caddyfile: repoint HA/Zabbix to 192.168.1.4/.3, add ~20 new site routes - Immich: move media to /mnt/smsg, enable CUDA ML, mem limits, rewrite backup.sh - Add service stacks: agap-mcp, anki, family, freshrss, iperf3, kanboard, linkwarden, qbittorrent, radicale, syncthing, vikunja, windows - openwebui: enable API keys; ollama: drop CPU fallback - seafile/zabbix: extra_hosts entries; matrix: add user juris - Remove pihole stack and stale wiki/migrate.py - Ignore marketplace-mcp (standalone repo) and linkwarden runtime data Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
12 lines
330 B
Bash
12 lines
330 B
Bash
BASE_URL=https://news.alogins.net
|
|
ADMIN_EMAIL=allogn@gmail.com
|
|
ADMIN_PASSWORD=ff221f4d1!
|
|
ADMIN_API_PASSWORD=sfs32003r2
|
|
# Published port if running locally
|
|
PUBLISHED_PORT=8091
|
|
# Database credentials (not relevant if using default SQLite database)
|
|
DB_HOST=freshrss-db
|
|
DB_BASE=freshrss
|
|
DB_PASSWORD=freshrss1945133
|
|
DB_USER=freshrss12
|