Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#2943 2026-04-12 17:13:17 +03:00
[GH-ISSUE #423] Slow download of zipped folders

@sigoden commented on GitHub (Jul 24, 2024):

The compress algorithm will limit the zip download rate.

--compress <level>     Set zip compress level…
zhus commented on issue sigoden/dufs#2944 2026-04-12 17:13:17 +03:00
[GH-ISSUE #424] Weird permission issue

@sigoden commented on GitHub (Jul 27, 2024):

- -a "@/public:r"
+ -a "@/public:ro"

:r is invalid. @/public:r makes path public:r public.

zhus commented on issue sigoden/dufs#2942 2026-04-12 17:13:17 +03:00
[GH-ISSUE #426] get sorting by creation time

@sigoden commented on GitHub (Jul 30, 2024):

We will not support this feature.

zhus opened issue sigoden/dufs#2945 2026-04-12 17:13:17 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus closed issue sigoden/dufs#2945 2026-04-12 17:13:17 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus opened issue sigoden/dufs#2946 2026-04-12 17:13:17 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus closed issue sigoden/dufs#2946 2026-04-12 17:13:17 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus opened issue sigoden/dufs#2947 2026-04-12 17:13:17 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus closed issue sigoden/dufs#2947 2026-04-12 17:13:17 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus commented on issue sigoden/dufs#2945 2026-04-12 17:13:17 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"

@sigoden commented on GitHub (Aug 14, 2024):

Any design requires a balance between convenience and safety. In the dufs service, avoiding the use of ?hash

zhus commented on issue sigoden/dufs#2947 2026-04-12 17:13:17 +03:00
[GH-ISSUE #432] how could I use auth with docker?

@sigoden commented on GitHub (Aug 19, 2024):

see readme.

image

-…

zhus commented on issue sigoden/dufs#2947 2026-04-12 17:13:17 +03:00
[GH-ISSUE #432] how could I use auth with docker?

@charklaliu commented on GitHub (Aug 19, 2024):

image

我看了readme,但是还…

zhus opened issue sigoden/dufs#2948 2026-04-12 17:13:17 +03:00
[GH-ISSUE #434] Add documentation on how to use WebDAV
zhus closed issue sigoden/dufs#2948 2026-04-12 17:13:17 +03:00
[GH-ISSUE #434] Add documentation on how to use WebDAV
zhus opened issue sigoden/dufs#2949 2026-04-12 17:13:17 +03:00
[GH-ISSUE #435] Suggestion: Drag n drop to download
zhus closed issue sigoden/dufs#2949 2026-04-12 17:13:17 +03:00
[GH-ISSUE #435] Suggestion: Drag n drop to download
zhus opened issue sigoden/dufs#2950 2026-04-12 17:13:17 +03:00
[GH-ISSUE #436] Getting "Forbidden" at login, but (sometimes) after refresh login succeeds
zhus closed issue sigoden/dufs#2950 2026-04-12 17:13:17 +03:00
[GH-ISSUE #436] Getting "Forbidden" at login, but (sometimes) after refresh login succeeds
zhus commented on issue sigoden/dufs#2948 2026-04-12 17:13:17 +03:00
[GH-ISSUE #434] Add documentation on how to use WebDAV

@sigoden commented on GitHub (Aug 21, 2024):

http url is the webdav url.

There are already many WebDAV clients and tutorials available. Documentation is not…

zhus closed issue sigoden/dufs#2942 2026-04-12 17:13:16 +03:00
[GH-ISSUE #426] get sorting by creation time