# copy this file to just .env and edit for your instance # GENERAL # https://timezonedb.com/time-zones TZ=America/Los_Angles # NEXTCLOUD-MARIADB MYSQL_ROOT_PASSWORD= MYSQL_PASSWORD= MYSQL_DATABASE=nextcloud MYSQL_USER=nextcloud # NEXTCLOUD TRUSTED_PROXIES= NEXTCLOUD_DOMAIN= TRUSTED_DOMAINS=,, # default set at onboarding, also can change password after onboarding # IMPORTANT! if not set here then source backup script will use 'admin' as user by default NEXTCLOUD_ADMIN_USER=admin NEXTCLOUD_ADMIN_PASSWORD=admin # USING SENDGRID FOR SENDING EMAILS (gmail example) MAIL_DOMAIN=gmail.com MAIL_FROM_ADDRESS= SMTP_SECURE=ssl SMTP_HOST=smtp.gmail.com SMTP_PORT=465 SMTP_NAME= SMTP_PASSWORD= # volumes can be found at /var/lib/docker/volumes but can be bound else via below # DOCKER HOST Volume Bindings Parent Directory # use only if you need/want to bind the three volumes elsewhere for easier access # will create up to three directories parent/nextcloud/ # must pre make all the directories /nextcloud/ == db,src,user-files # must uncomment driver and driver opts in docker-compose.yml in the volumes stanza # HOST_NEXTCLOUD_PARENT_DIR=/data