diff --git a/DAV_Containers/Webdav_Server/config.yaml b/DAV_Containers/Webdav_Server/config.yaml new file mode 100644 index 0000000..ad75d2b --- /dev/null +++ b/DAV_Containers/Webdav_Server/config.yaml @@ -0,0 +1,12 @@ +address: 0.0.0.0 +port: 6060 +auth: true +tls: false +behindProxy: true +prefix: / +directory: /data +permissions: none +users: + - username: webdav + password: "PASTE_HASH_HERE" + permissions: CRUD \ No newline at end of file