micromata / dave

A totally simple and very easy to configure stand alone webdav server
Apache License 2.0
350 stars 46 forks source link

read only access #13

Open mk0x9 opened 4 years ago

mk0x9 commented 4 years ago

Is it possible to configure read only access?

chclaus commented 4 years ago

Hej hej, not yet, no. But I think it's a good idea. Do you want to implement it?

Work packages should be:

Best, Christian

mk0x9 commented 4 years ago

Sorry, I'll pass. Played with other webdav server implementations and came to conclusion that webdav doesn't fit my needs.

pataquets commented 11 months ago

Workaround: run it using Docker and mount data dir read-only. Kind of hack-ish and perhaps will spit out errors when writing, but might be good enough for some.

Workaround 2: put it behind a reverse proxy which denies all non-read verbs (PUT, PATCH, etc.)