Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#908 2026-04-09 17:15:10 +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#909 2026-04-09 17:15:10 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus closed issue sigoden/dufs#909 2026-04-09 17:15:10 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus opened issue sigoden/dufs#910 2026-04-09 17:15:10 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus closed issue sigoden/dufs#910 2026-04-09 17:15:10 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus opened issue sigoden/dufs#911 2026-04-09 17:15:10 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus closed issue sigoden/dufs#911 2026-04-09 17:15:10 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus commented on issue sigoden/dufs#909 2026-04-09 17:15:10 +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 opened issue sigoden/dufs#908 2026-04-09 17:15:09 +03:00
[GH-ISSUE #426] get sorting by creation time
zhus closed issue sigoden/dufs#907 2026-04-09 17:15:09 +03:00
[GH-ISSUE #423] Slow download of zipped folders
zhus closed issue sigoden/dufs#908 2026-04-09 17:15:09 +03:00
[GH-ISSUE #426] get sorting by creation time
zhus closed issue sigoden/dufs#906 2026-04-09 17:15:09 +03:00
[GH-ISSUE #424] Weird permission issue
zhus commented on issue sigoden/dufs#907 2026-04-09 17:15:09 +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#906 2026-04-09 17:15:09 +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#905 2026-04-09 17:15:08 +03:00
[GH-ISSUE #416] Do not list root directory

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

Maybe You should run two instances of dufs with different --path-prefix options.

zhus commented on issue sigoden/dufs#905 2026-04-09 17:15:08 +03:00
[GH-ISSUE #416] Do not list root directory

@ign0tus commented on GitHub (Jul 15, 2024):

Alright, thanks for the explanation in the linked issue. BTW, I appreciate that the application is kept simple and…

zhus commented on issue sigoden/dufs#905 2026-04-09 17:15:08 +03:00
[GH-ISSUE #416] Do not list root directory

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

Dufs path-prefix requires one instance per directory.

If there are many directories, You can also put a…

zhus commented on issue sigoden/dufs#905 2026-04-09 17:15:08 +03:00
[GH-ISSUE #416] Do not list root directory

@ign0tus commented on GitHub (Jul 15, 2024):

If there are many directories, You can also put a reverse-proxy (nginx, trafik) in front of dufs. If the path is /…

zhus opened issue sigoden/dufs#906 2026-04-09 17:15:08 +03:00
[GH-ISSUE #424] Weird permission issue
zhus opened issue sigoden/dufs#907 2026-04-09 17:15:08 +03:00
[GH-ISSUE #423] Slow download of zipped folders