feat: add webdav support

This commit is contained in:
Nicolas Meienberger
2025-09-26 19:13:09 +02:00
parent 323312ec7b
commit bc6e6c9700
18 changed files with 523 additions and 141 deletions

View File

@@ -9,14 +9,13 @@ services:
- SYS_ADMIN
ports:
- "3000:3000"
# privileged: true
env_file:
- path: .env
required: false
# security_opt:
# - apparmor:unconfined
devices:
- /dev/fuse:/dev/fuse
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# - /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
- ./apps/client/app:/app/apps/client/app