RCLONE-SERVE-INDEX icon indicating copy to clipboard operation
RCLONE-SERVE-INDEX copied to clipboard

Webdav support?

Open akhil-rana opened this issue 3 years ago • 4 comments
trafficstars

Is it possible to make a webdav server instead of simple http.

It'll help users to mount the server in various OS like android because webdav is widely supported by all file explorers and OSs

akhil-rana avatar Feb 24 '22 22:02 akhil-rana

I will update it soon.

developeranaz avatar Feb 25 '22 12:02 developeranaz

Thanks for the response.

Can you please confirm if the source code of "rcindex" binary file is available for anyone or not. I can try and help if I understand the working.

akhil-rana avatar Feb 25 '22 20:02 akhil-rana

webdav can be added but it will affect multi cloud functionality, that binary is simple use command curl "$CONFIG_IN_URL"> /home/rc.conf; rclone serve wedav $CLOUDNAME: --rc-addr=0.0.0.0:$PORT --config=/home/rc.conf instead

developeranaz avatar Feb 26 '22 02:02 developeranaz

Is it possible to make a webdav server instead of simple http.

It'll help users to mount the server in various OS like android because webdav is widely supported by all file explorers and OSs

Hi,

I added Webdav support to my repo https://github.com/developeranaz/RCLONE-SERVE-INDEX/issues/38 if you are still interested.

erickyun avatar Dec 31 '23 18:12 erickyun