knet-cloud/.env
2025-12-27 00:36:05 +01:00

21 lines
551 B
Bash

# Core versions (can be overridden per deployment)
NEXTCLOUD_VERSION=32-apache
MARIADB_VERSION=11.4
REDIS_VERSION=7-alpine
ONLYOFFICE_VERSION=8.0
# Networking
NEXTCLOUD_DOMAIN=cloud.example.com
# Nextcloud defaults (non-secret)
NEXTCLOUD_ADMIN_USER=ncadmin
MARIADB_DATABASE=nextcloud
MARIADB_USER=nextcloud
# Secrets (must be generated per deployment)
# Provide strong random values; leave empty in git and set in Coolify or local overrides.
MARIADB_PASSWORD=
MARIADB_ROOT_PASSWORD=
NEXTCLOUD_ADMIN_PASSWORD=
REDIS_PASSWORD=
ONLYOFFICE_JWT_SECRET=