Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:02 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@jessehu commented on GitHub (Dec 21, 2023):

I see. Just wondering if it can be archieved by:

  1. Is it possible to ignore deleting a file if its file mode is…
zhus closed issue sigoden/dufs#2881 2026-04-12 17:13:01 +03:00
[GH-ISSUE #315] Access Control Bug
zhus commented on issue sigoden/dufs#2880 2026-04-12 17:13:01 +03:00
[GH-ISSUE #314] Regarding the issue of enabling the config file!

@yx3016 commented on GitHub (Dec 9, 2023):

Found the reason, thanks!!

zhus commented on issue sigoden/dufs#2881 2026-04-12 17:13:01 +03:00
[GH-ISSUE #315] Access Control Bug

@sigoden commented on GitHub (Dec 9, 2023):

see #306

zhus opened issue sigoden/dufs#2882 2026-04-12 17:13:01 +03:00
[GH-ISSUE #320] Hashed passwords
zhus closed issue sigoden/dufs#2882 2026-04-12 17:13:01 +03:00
[GH-ISSUE #320] Hashed passwords
zhus opened issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application
zhus closed issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application
zhus opened issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving
zhus closed issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving
zhus commented on issue sigoden/dufs#2882 2026-04-12 17:13:01 +03:00
[GH-ISSUE #320] Hashed passwords

@mattfbacon commented on GitHub (Dec 15, 2023):

Nevermind, we can use SHA512 hashed.

zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@sigoden commented on GitHub (Dec 21, 2023):

If you don't want to edit the file, you may set read-only permissions. Dufs allow you control the permissions of…

zhus commented on issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application

@sigoden commented on GitHub (Dec 13, 2023):

Unable to reproduce the error.

https://github.com/sigoden/dufs/assets/4012553/0c22a743-39fd-43ac-9908-53b51c6b6871…

zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@jessehu commented on GitHub (Dec 21, 2023):

do you mean setting read-only permission for a single file via 'chmod 400'? Can it be done on dufs UI?

zhus commented on issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application

@mowirth commented on GitHub (Dec 13, 2023):

I checked again and it looks like the error only appears if you have a large file in this folder - in my case, the…

zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@sigoden commented on GitHub (Dec 21, 2023):

Have you read the dufs readme? dufs can set permissions for paths. @jessehu

![image](https://github.com/sigoden…

zhus commented on issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application

@sigoden commented on GitHub (Dec 13, 2023):

Still unable to reproduce the error.

https://github.com/sigoden/dufs/assets/4012553/b8a8d1b5-a62b-4a0d-ab8c-146602…

zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@jessehu commented on GitHub (Dec 21, 2023):

This solution requires restarting dufs for each file to be locked and unlocked. Not easy to use.

zhus commented on issue sigoden/dufs#2883 2026-04-12 17:13:01 +03:00
[GH-ISSUE #318] Stopping ZIP file download breaks application

@mowirth commented on GitHub (Dec 14, 2023):

My apologies, it seems like the kubernetes port-forwarding cannot handle the broken stream and drops any further…

zhus commented on issue sigoden/dufs#2884 2026-04-12 17:13:01 +03:00
[GH-ISSUE #324] Support locking a file to prevent from deleting/moving

@sigoden commented on GitHub (Dec 21, 2023):

dufs is a stateless file server and does not support file dynamic locking.