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>
11 lines
349 B
Plaintext
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=
|