mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #539] How to disable only archive #314
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 @maoxian-1 on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/539
I use -A in command, and set DUFS_ALLOW_ARCHIVE=false in enviroment, but it not working
@sigoden commented on GitHub (Feb 8, 2025):
No way. Please don't use
-Athen set the--allow-*options one by one.@maoxian-1 commented on GitHub (Feb 8, 2025):
Or is there a command that allows editing?I use --allow-upload --allow-delete --allow-search --allow-symlink to disable archive, but edit will not work
@sigoden commented on GitHub (Feb 8, 2025):
All you need to know is that
--allow-all/-Ais equal to All--allow-*options.@maoxian-1 commented on GitHub (Feb 8, 2025):
But is no option to allow edit except --allow-all
@sigoden commented on GitHub (Feb 8, 2025):
With --allow-upload and --allow-delete you can automatically grant edit permissions.
Test it yourself more, and ask less.
@maoxian-1 commented on GitHub (Feb 8, 2025):
You are right, Is my theme bug, thank you!