This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/nextcloud/.env.example

21 lines
404 B
Text

# Database settings
POSTGRES_HOST=db
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud
POSTGRES_PASSWORD=pass
# Redis
REDIS_HOST=redis
# Admin Settings
NEXTCLOUD_ADMIN_USER=root
NEXTCLOUD_ADMIN_PASSWORD=changeme
# Not sure if this one is needed
APACHE_DISABLE_REWRITE_IP=1
# Allow usage with nginx container
TRUSTED_PROXIES=nginx
# Put the URL of your nextcloud instance here
NEXTCLOUD_TRUSTED_DOMAINS=