nextcloud setup
This commit is contained in:
13
nextcloud/.env.example
Normal file
13
nextcloud/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Postgres
|
||||
POSTGRES_DB=nextcloud
|
||||
POSTGRES_USER=nextcloud
|
||||
POSTGRES_PASSWORD=CHANGE_ME_postgres_password
|
||||
|
||||
# Nextcloud admin
|
||||
NEXTCLOUD_ADMIN_USER=admin
|
||||
NEXTCLOUD_ADMIN_PASSWORD=CHANGE_ME_admin_password
|
||||
|
||||
# Nextcloud config
|
||||
NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.t-gstone.de
|
||||
OVERWRITEPROTOCOL=https
|
||||
OVERWRITECLIURL=https://nextcloud.t-gstone.de
|
||||
Reference in New Issue
Block a user