mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #612] Add ability to view hash of file in web UI #366
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 @blackops786187 on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/612
If its possible, it would be nice if the web ui had an option to calculate the hash of the file rather than using curl. The user can then download the file and verify the hash on his end
@sigoden commented on GitHub (Aug 14, 2025):
We will not support this feature.
Hash calculation requires additional resources, and the larger the file size, the more time it takes.
If you really need this, please use a custom assets (--assets).