KI-AGENT: Seafile Subpfad Routing korrigieren

This commit is contained in:
2026-05-22 17:21:28 +02:00
parent 5403418c42
commit 0e2e4a36be

View File

@@ -159,18 +159,16 @@ services:
ENABLE_FACE_RECOGNITION: ${SEAFILE_ENABLE_FACE_RECOGNITION:-false} ENABLE_FACE_RECOGNITION: ${SEAFILE_ENABLE_FACE_RECOGNITION:-false}
MD_FILE_COUNT_LIMIT: ${SEAFILE_MD_FILE_COUNT_LIMIT:-100000} MD_FILE_COUNT_LIMIT: ${SEAFILE_MD_FILE_COUNT_LIMIT:-100000}
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:80 || exit 1"] test: ["CMD-SHELL", "curl -fsS -o /dev/null http://localhost:80/files/ || exit 1"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 30s start_period: 30s
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.middlewares.fedeo-seafile-strip.stripprefix.prefixes=/files
- traefik.http.routers.fedeo-seafile.rule=Host(`${DOMAIN}`) && PathPrefix(`/files`) - traefik.http.routers.fedeo-seafile.rule=Host(`${DOMAIN}`) && PathPrefix(`/files`)
- traefik.http.routers.fedeo-seafile.entrypoints=websecure - traefik.http.routers.fedeo-seafile.entrypoints=websecure
- traefik.http.routers.fedeo-seafile.tls.certresolver=letsencrypt - traefik.http.routers.fedeo-seafile.tls.certresolver=letsencrypt
- traefik.http.routers.fedeo-seafile.middlewares=fedeo-seafile-strip
- traefik.http.routers.fedeo-seafile.priority=100 - traefik.http.routers.fedeo-seafile.priority=100
- traefik.http.services.fedeo-seafile.loadbalancer.server.port=80 - traefik.http.services.fedeo-seafile.loadbalancer.server.port=80
- traefik.docker.network=fedeo_web - traefik.docker.network=fedeo_web