Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#2183 2026-04-11 17:13:05 +03:00
[GH-ISSUE #287] required events notification

@fj0r commented on GitHub (Nov 9, 2023):

It is best to customize the notification format and support filtering, such as simulating github events

notif…
zhus commented on issue sigoden/dufs#2182 2026-04-11 17:13:05 +03:00
[GH-ISSUE #277] Hashed Passwords

@sigoden commented on GitHub (Nov 3, 2023):

Another consideration is, is it really necessary to hash the password for basic auth?

If someone can access the…

zhus commented on issue sigoden/dufs#2184 2026-04-11 17:13:05 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo

@sigoden commented on GitHub (Nov 7, 2023):

serve-path is not typo. serve-path: Specific path to serve

zhus commented on issue sigoden/dufs#2182 2026-04-11 17:13:05 +03:00
[GH-ISSUE #277] Hashed Passwords

@Protinon commented on GitHub (Nov 3, 2023):

I think it's important for users who configure dufs using configuration files. In particular docker configuration…

zhus commented on issue sigoden/dufs#2183 2026-04-11 17:13:05 +03:00
[GH-ISSUE #287] required events notification

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

I will not implement this feature within dufs.

You can achieve this requirement through other tools.

For…

zhus commented on issue sigoden/dufs#2184 2026-04-11 17:13:05 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo

@Pescu123 commented on GitHub (Nov 7, 2023):

It says server-path instead of serve-path... I tried using your config file example from the advanced topics section…

zhus commented on issue sigoden/dufs#2184 2026-04-11 17:13:05 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo

@sigoden commented on GitHub (Nov 7, 2023):

Ops,I found the problem. b83cc69 fixed it. Thank you.

zhus opened issue sigoden/dufs#2185 2026-04-11 17:13:05 +03:00
[GH-ISSUE #288] The upload button is invalid on edge
zhus closed issue sigoden/dufs#2185 2026-04-11 17:13:05 +03:00
[GH-ISSUE #288] The upload button is invalid on edge
zhus opened issue sigoden/dufs#2186 2026-04-11 17:13:05 +03:00
[GH-ISSUE #290] Upload button not selectable on Firefox
zhus opened issue sigoden/dufs#2187 2026-04-11 17:13:05 +03:00
[GH-ISSUE #292] Support for Multipart ranges
zhus closed issue sigoden/dufs#2187 2026-04-11 17:13:05 +03:00
[GH-ISSUE #292] Support for Multipart ranges
zhus closed issue sigoden/dufs#2186 2026-04-11 17:13:05 +03:00
[GH-ISSUE #290] Upload button not selectable on Firefox
zhus commented on issue sigoden/dufs#2185 2026-04-11 17:13:05 +03:00
[GH-ISSUE #288] The upload button is invalid on edge

@sigoden commented on GitHub (Nov 15, 2023):

If it weren't for your reminder, I wouldn't have noticed so many irregularities in the frontend. Thank you.

zhus commented on issue sigoden/dufs#2187 2026-04-11 17:13:05 +03:00
[GH-ISSUE #292] Support for Multipart ranges

@sigoden commented on GitHub (Nov 26, 2023):

Does this feature have any practical application scenarios?

Please give me a reason to be motivated to support…

zhus commented on issue sigoden/dufs#2186 2026-04-11 17:13:05 +03:00
[GH-ISSUE #290] Upload button not selectable on Firefox

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

I cannot confirm the problem, can you provide a screenshot or console log?

zhus opened issue sigoden/dufs#2184 2026-04-11 17:13:04 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo
zhus closed issue sigoden/dufs#2183 2026-04-11 17:13:04 +03:00
[GH-ISSUE #287] required events notification
zhus closed issue sigoden/dufs#2184 2026-04-11 17:13:04 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo
zhus commented on issue sigoden/dufs#2182 2026-04-11 17:13:04 +03:00
[GH-ISSUE #277] Hashed Passwords

@sigoden commented on GitHub (Nov 3, 2023):

Very good idea, but there is one problem: digest-auth cannot use hashed password.