# @name Nextcloud # @desc Nextcloud private cloud with MariaDB + Redis # @url https://nextcloud.com # @port NC_PORT TZ=Asia/Shanghai # Web interface NC_PORT=8080 # Admin account — created on first startup NC_ADMIN_USER=admin NC_ADMIN_PASSWORD= # Trusted domains — space-separated list of domains/IPs that can access Nextcloud NC_TRUSTED_DOMAINS=localhost # MariaDB database MYSQL_DATABASE=nextcloud MYSQL_USER=nextcloud MYSQL_PASSWORD= MYSQL_ROOT_PASSWORD= # Redis cache REDIS_PASSWORD=