nextcloud setup

This commit is contained in:
2026-03-22 12:04:48 +01:00
parent c563e9de5f
commit befb32129f
2 changed files with 74 additions and 0 deletions

13
nextcloud/.env.example Normal file
View 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