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
+4 -2
View File
@@ -28,6 +28,8 @@ services:
- /mnt/user/appdata/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "6734:3000"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
interval: 30s
@@ -37,7 +39,7 @@ services:
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
net.unraid.docker.webui: "https://${DOMAIN}"
folder.view2: "Services"
folder.view3: "Services"
pangolin.public-resources.gitea-version-control.name: "${RESOURCE_NAME}"
pangolin.public-resources.gitea-version-control.full-domain: "${DOMAIN}"
@@ -87,7 +89,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
folder.view2: "Runners"
folder.view3: "Runners"
networks:
pangolin: