Merge branch 'main' of github.com:debridmediamanager/zurg

This commit is contained in:
Ben Sarmiento
2023-10-23 11:30:43 +02:00

View File

@@ -124,8 +124,9 @@ Together with this `docker-compose.yml` you will need this `rclone.conf` as well
``` ```
[zurg] [zurg]
type = webdav type = http
url = http://zurg:9999 url = http://zurg:9999/http
vendor = other no_head = false
no_slash = true
``` ```