developeranaz / RCLONE-SERVE-INDEX

Heroku Rclone Index Any Remote cloud drives to Index page
155 stars 177 forks source link

Webdav support? #20

Open akhil-rana opened 2 years ago

akhil-rana commented 2 years ago

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

developeranaz commented 2 years ago

I will update it soon.

akhil-rana commented 2 years ago

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.

developeranaz commented 2 years ago

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

erickyun commented 10 months ago

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.