update to folder view 3

This commit is contained in:
2026-06-19 10:02:53 +02:00
parent 9f9210db06
commit 23891a69d0
18 changed files with 42 additions and 40 deletions
+5 -5
View File
@@ -12,7 +12,7 @@ services:
- MYSQL_USER=nextcloud
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
folder.view2: "Databases"
folder.view3: "Databases"
redis:
image: redis
@@ -22,7 +22,7 @@ services:
command: redis-server --requirepass ${REDIS_HOST_PASSWORD}
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
folder.view2: "Databases"
folder.view3: "Databases"
appapi-dsp:
image: ghcr.io/nextcloud/nextcloud-appapi-dsp:release
@@ -35,7 +35,7 @@ services:
privileged: true
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
folder.view2: "Nextcloud ExApps"
folder.view3: "Nextcloud ExApps"
app:
image: nextcloud:33
@@ -70,7 +70,7 @@ services:
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
net.unraid.docker.webui: "https://${DOMAIN}"
folder.view2: "Services"
folder.view3: "Services"
pangolin.public-resources.nextcloud-server.name: "${RESOURCE_NAME}"
pangolin.public-resources.nextcloud-server.full-domain: "${DOMAIN}"
@@ -109,7 +109,7 @@ services:
- INTERNAL_SECRET=${INTERNAL_SECRET}
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
folder.view2: "Infrastructure"
folder.view3: "Infrastructure"
pangolin.public-resources.nextcloud-hpb.name: "${HPB_RESOURCE_NAME}"
pangolin.public-resources.nextcloud-hpb.full-domain: "${TALK_HOST}"