silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

Add read-only mode with no authentication #414

Closed NightMachinery closed 4 years ago

pmow commented 4 years ago

Wouldn't that just be public=true and read-only=true?

ashleysommer commented 3 years ago

Can we reopen this? I think a more suitable description of the feature request would be: Can we have a public mode where if the user is not logged in, they can still access the files, but they are read-only, but also there is the option to log in, then when you are authenticated you have write permission.

Correct me if I'm wrong, but I'm pretty sure public=true and read-only=true doesn't do that?