Setting user privileges for WebDAV?

What is the problem you are having with rclone?

The function of rclone serve webdav /path/to/directory is really cool which allowed me to mount a local folder in LAN easily. I can read and change my files in that folder by accessing 192.168.1.x:PORT .
But if I set up a user for the webdav, the user can MOVE READ DELETE all the files in that folder.
Is there any way for me to set up at least TWO users. One for all privileges(MOVE READ DELETE and so on) and the other one can only READ?

Which cloud storage system are you using? (eg Google Drive)

I'm mounting local folder by using rclone serve webdav /path/to/directory.
Not any Cloud.

I'm not aware of any way to setup users like that.

You serve 2 and have one r/w and one r/o.

Maybe thats a way for me?
I need to use the same PORT(23333) to achieve that webdav. If I serve 2, that 2 webdav must use different PORT.
But I just think that if I could serve 2 at 127.0.0.1 by using different PORT like 23334 and 23335.
And using Nginx to proxy that 2 in one PORT like 23333?
Maybe that is a solution.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.