ligbox-ops-platform/deploy/vm116-nextcloud/.env.example
Ligbox Spec Hub c1881f58e6 chore: sync Console SSO, DNS viewer, specs e infra docs pendentes
Inclui console handoff Desk↔Console (Spec 019), melhorias DNS Viewer (037),
OpenPanel/Nextcloud/VM116 deploy notes, contracts stack e sidebar actualizado.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-25 20:10:17 +00:00

27 lines
630 B
Text

# Spec 034 — Nextcloud Hub Ligbox
# cp .env.example .env && edit secrets before: docker compose up -d
# Public hostname (Traefik CT114 terminates TLS)
NC_DOMAIN=cloud.ligbox.com.br
NC_TRUSTED_DOMAINS=cloud.ligbox.com.br localhost
# Nextcloud admin (first install only)
NC_ADMIN_USER=ligbox-provisioner
NC_ADMIN_PASSWORD=change-me-strong
# PostgreSQL
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
POSTGRES_PASSWORD=change-me-db
# Redis
REDIS_HOST=redis
# Default quota for new users (OCS / occ)
NC_DEFAULT_QUOTA=25GB
# Internal listen (Traefik CT114 → this port on LAN)
NC_HTTP_PORT=8080
# Timezone
TZ=America/Sao_Paulo