You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
589 B
26 lines
589 B
##
|
|
## Nextcloud Configuration Environment Variables
|
|
##
|
|
|
|
# Nextcloud domain configuration
|
|
NEXTCLOUD_TRUSTED_DOMAINS=dev-aarch64.itix.fr
|
|
OVERWRITEHOST=dev-aarch64.itix.fr
|
|
OVERWRITEPROTOCOL=http
|
|
OVERWRITECLIURL=http://dev-aarch64.itix.fr
|
|
|
|
# Nextcloud admin credentials
|
|
NEXTCLOUD_ADMIN_USER=admin
|
|
NEXTCLOUD_ADMIN_PASSWORD=nextcloud
|
|
|
|
# Nextcloud server info token
|
|
NEXTCLOUD_SERVERINFO_TOKEN=S3cr3t!
|
|
|
|
# SMTP configuration
|
|
#SMTP_HOST=smtp.gmail.com
|
|
#SMTP_NAME=bogus
|
|
#SMTP_PASSWORD=REDACTED
|
|
#SMTP_SECURE=tls
|
|
#SMTP_PORT=587
|
|
#SMTP_AUTHTYPE=LOGIN
|
|
#MAIL_FROM_ADDRESS=user@itix.fr
|
|
#MAIL_DOMAIN=itix.fr
|
|
|