gethumanai-infra/services/umami/.env.example
oskar 7fd3bb37e6 feat(umami): add Umami analytics service + deploy
Two-container stack (umami + postgres) deployed to the hetzner host via a
remote Docker context, attached to npm_default so Nginx Proxy Manager fronts
stats.gethumanai.pl. Secrets live in a gitignored .env.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 16:24:01 +02:00

11 lines
349 B
Plaintext

# Copy to .env and fill in. Never commit .env.
# Generate secrets with:
# openssl rand -hex 32 # APP_SECRET
# openssl rand -hex 24 # POSTGRES_PASSWORD
# Signing secret for sessions/tokens. Changing it invalidates existing sessions.
APP_SECRET=
# PostgreSQL password (shared by the umami app and the umami-db container).
POSTGRES_PASSWORD=