mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #256] simplest launch command to be readonly for everyone #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeiYangGH on GitHub (Aug 16, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/256
Specific Demand
i want simplest launch command to serve file be readonly for everyone
currently i use
dufs -A -a @/but it still renders edit and delete buttons, which prompt auth dialog when clicked. this ui is unwanted.
Implement Suggestion
provide a command to serve readonly files for everyone, and ui having no edit and delete buttons.