version 1

This commit is contained in:
2025-11-20 22:42:30 +01:00
commit 738fb9f993
7 changed files with 439 additions and 0 deletions

18
.env Normal file
View File

@@ -0,0 +1,18 @@
# === Database (used for MariaDB container and Nextcloud install) ===
MYSQL_DB=nextcloud
MYSQL_USER=ncuser
MYSQL_PASSWORD=It9JWMWk0SoQ5T0FcfBljqffAgjXKJ4w
# === Nextcloud bootstrap admin (used by occ) ===
NC_ADMIN_USER=ncimperator
NC_ADMIN_PASS=yUFejP1fP3NqPGH9Y80FCKY3Qr8lNy2u
# === Public domain for trusted_domains & overwrite ===
NC_DOMAIN=nextcloud.knusperkerne.de
MYSQL_HOST=nextcloud-db-v1
MYSQL_DATABASE=nextcloud
BASE_URL=https://nextcloud.knusperkerne.de
TZ=Europe/Berlin
REDIS_HOST=nextcloud-redis-v1