Updates nextcloud, fixes wallabag, synapse

This commit is contained in:
2026-04-17 21:23:39 +02:00
parent e4e3a36c4a
commit 81834b3851
6 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ AutoUpdate=registry
ContainerName=nextcloud-cron
Entrypoint=/cron.sh
Environment=TZ=Europe/Zurich
Image=docker.io/nextcloud:32
Image=docker.io/nextcloud:33
Label=io.containers.autoupdate=registry
Pod=nextcloud.pod
StartWithPod=true
+3 -3
View File
@@ -10,13 +10,13 @@ AutoUpdate=registry
ContainerName=nextcloud
Environment=MYSQL_DATABASE=nextcloud
Environment=MYSQL_HOST=nextcloud-database
Environment=NEXTCLOUD_TRUSTED_DOMAINS=localhost host.containers.internal nextcloud.gtache.ch
Environment=NEXTCLOUD_TRUSTED_DOMAINS="localhost host.containers.internal nextcloud.gtache.ch"
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
Environment=TRUSTED_PROXIES="192.168.0.0/16 172.16.0.0/12 169.254.0.0/16 10.0.0.0/8"
Environment=TZ=Europe/Zurich
Image=docker.io/nextcloud:32
Image=docker.io/nextcloud:33
Label=io.containers.autoupdate=registry
Pod=nextcloud.pod
Secret=database-user,type=env,target=MYSQL_USER