Sergey Zhukov zhus
zhus opened issue sigoden/dufs#1589 2026-04-10 17:13:41 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus closed issue sigoden/dufs#1588 2026-04-10 17:13:41 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus closed issue sigoden/dufs#1589 2026-04-10 17:13:41 +03:00
[GH-ISSUE #430] There is a serious issue with obtaining the hash method with "?hash"
zhus opened issue sigoden/dufs#1584 2026-04-10 17:13:40 +03:00
[GH-ISSUE #424] Weird permission issue
zhus opened issue sigoden/dufs#1585 2026-04-10 17:13:40 +03:00
[GH-ISSUE #423] Slow download of zipped folders
zhus closed issue sigoden/dufs#1585 2026-04-10 17:13:40 +03:00
[GH-ISSUE #423] Slow download of zipped folders
zhus opened issue sigoden/dufs#1586 2026-04-10 17:13:40 +03:00
[GH-ISSUE #426] get sorting by creation time
zhus closed issue sigoden/dufs#1584 2026-04-10 17:13:40 +03:00
[GH-ISSUE #424] Weird permission issue
zhus closed issue sigoden/dufs#1586 2026-04-10 17:13:40 +03:00
[GH-ISSUE #426] get sorting by creation time
zhus commented on issue sigoden/dufs#1585 2026-04-10 17:13:40 +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#1584 2026-04-10 17:13:40 +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#1586 2026-04-10 17:13:40 +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#1587 2026-04-10 17:13:40 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus closed issue sigoden/dufs#1587 2026-04-10 17:13:40 +03:00
[GH-ISSUE #432] how could I use auth with docker?
zhus opened issue sigoden/dufs#1588 2026-04-10 17:13:40 +03:00
[GH-ISSUE #427] Clicking "Save file" on editor page breaks images
zhus commented on issue sigoden/dufs#1581 2026-04-10 17:13:39 +03:00
[GH-ISSUE #418] Icons are vertical down the page

@loricah commented on GitHub (Jul 20, 2024):

What path-prefix are you talking about? Excluding the traefik configuration, the dufs components of my configuration…

zhus commented on issue sigoden/dufs#1581 2026-04-10 17:13:39 +03:00
[GH-ISSUE #418] Icons are vertical down the page

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

`dufs --help

zhus commented on issue sigoden/dufs#1583 2026-04-10 17:13:39 +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#1581 2026-04-10 17:13:39 +03:00
[GH-ISSUE #418] Icons are vertical down the page

@loricah commented on GitHub (Jul 23, 2024):

Just wanted to say thank you- that was the fix! Added --path-prefix /files to match my traefik config and it’s…

zhus commented on issue sigoden/dufs#1583 2026-04-10 17:13:39 +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 /…