super-productivity/webdav.yaml
2025-07-18 20:00:10 +02:00

35 lines
473 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: admin
password: admin
directory: /data