Adds rclone-parents, fixes some other files

This commit is contained in:
2026-02-01 17:33:47 +01:00
parent fc734321c0
commit 91e0a6c522
12 changed files with 60 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ ContainerName=nextcloud
Environment=MYSQL_DATABASE=nextcloud
Environment=MYSQL_HOST=nextcloud-database
Environment=NEXTCLOUD_TRUSTED_DOMAINS=localhost host.containers.internal nextcloud.gtache.ch
Environment=PHP_MEMORY_LIMIT=1024M
Environment=PHP_MEMORY_LIMIT=2048M
Environment=PHP_UPLOAD_LIMIT=100G
Environment=REDIS_HOST=nextcloud-redis
Environment=TRUSTED_PROXIES=192.168.0.0/16 172.16.0.0/12 169.254.0.0/16 10.0.0.0/8
@@ -31,6 +31,7 @@ Volume=nextcloud-apps.volume:/var/www/html/custom_apps
Volume=nextcloud-themes.volume:/var/www/html/themes
Volume=/var/mnt/nas/containers/nextcloud/storage/redis-session.ini:/usr/local/etc/php/conf.d/redis-session.ini
Volume=/var/mnt/nas/containers/nextcloud/storage/remoteip.conf:/etc/apache2/conf-enabled/remoteip.conf
Volume=/var/mnt/nas/containers/nextcloud/storage/php-local.ini:/usr/local/etc/php/conf.d/php-local.ini
Volume=nextcloud-data.volume:/var/www/html/data
[Service]

View File

@@ -16,7 +16,7 @@ Secret=tga-credentials,type=env,target=USER
Secret=zero-credentials,type=env,target=USER1
Volume=/var/mnt/nas:/nas
Volume=/var/mnt/nas/backup/zero:/zero
Volume=/var/mnt/nas/paperless/input:/paperless-input
Volume=/var/mnt/nas/containers/paperless/storage/consume:/paperless-input
[Service]
Restart=always