super-productivity/webdav.yaml
2025-07-18 12:11:05 +02:00

38 lines
556 B
YAML

address: 0.0.0.0
port: 2345
prefix: /
permissions: CRUD
# CORS configuration to allow all origins
cors:
enabled: true
credentials: true
allowed_headers:
- '*'
allowed_hosts:
- '*'
allowed_methods:
- GET
- HEAD
- POST
- PUT
- DELETE
- OPTIONS
- PROPFIND
- PROPPATCH
- MKCOL
- COPY
- MOVE
- LOCK
- UNLOCK
exposed_headers:
- '*'
users:
- username: alice
password: alicepassword
directory: /data/alice
- username: bob
password: bobpassword
directory: /data/bob