Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#826 2026-04-09 17:14:24 +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.

zhus commented on issue sigoden/dufs#825 2026-04-09 17:14:24 +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#826 2026-04-09 17:14:24 +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#823 2026-04-09 17:14:23 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@sigoden commented on GitHub (Oct 11, 2023):

The lastest version of dufs in homebrew is also v0.36.0. maybe you should update your brew fomurla.

see…

zhus opened issue sigoden/dufs#825 2026-04-09 17:14:23 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo
zhus closed issue sigoden/dufs#825 2026-04-09 17:14:23 +03:00
[GH-ISSUE #285] The config file example in readme.md has a typo
zhus opened issue sigoden/dufs#826 2026-04-09 17:14:23 +03:00
[GH-ISSUE #277] Hashed Passwords
zhus opened issue sigoden/dufs#827 2026-04-09 17:14:23 +03:00
[GH-ISSUE #287] required events notification
zhus closed issue sigoden/dufs#827 2026-04-09 17:14:23 +03:00
[GH-ISSUE #287] required events notification
zhus closed issue sigoden/dufs#826 2026-04-09 17:14:23 +03:00
[GH-ISSUE #277] Hashed Passwords
zhus commented on issue sigoden/dufs#825 2026-04-09 17:14:23 +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 opened issue sigoden/dufs#824 2026-04-09 17:14:22 +03:00
[GH-ISSUE #274] support multiple paths
zhus closed issue sigoden/dufs#824 2026-04-09 17:14:22 +03:00
[GH-ISSUE #274] support multiple paths
zhus commented on issue sigoden/dufs#822 2026-04-09 17:14:22 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

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

Isn't it easier to just delete the interrupted file directly?

Tmpfile has two shortcomings:

  1. tmpdir may not…
zhus commented on issue sigoden/dufs#822 2026-04-09 17:14:22 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

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

Actually, that was my first implementation, but it does not work very well.

If you upload a file, and then do F5,…

zhus commented on issue sigoden/dufs#823 2026-04-09 17:14:22 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@sigoden commented on GitHub (Oct 11, 2023):

New auth added at v0.34.0, please update dufs to latest version, then try again.

zhus commented on issue sigoden/dufs#822 2026-04-09 17:14:22 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

@Lukinoh commented on GitHub (Nov 4, 2023):

I am not sure of the behaviour if the /tmp folder does not exist beforehand. I am curious if he creates it, or if…

zhus commented on issue sigoden/dufs#824 2026-04-09 17:14:22 +03:00
[GH-ISSUE #274] support multiple paths

@sigoden commented on GitHub (Oct 28, 2023):

No, use symlink instead.

zhus commented on issue sigoden/dufs#822 2026-04-09 17:14:22 +03:00
[GH-ISSUE #276] Avoid writing half-uploaded files

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

The problem has already been solved. Just delete the files if they have not been completely uploaded.

zhus commented on issue sigoden/dufs#823 2026-04-09 17:14:22 +03:00
[GH-ISSUE #273] Wrong documentation of --auth

@sralloza commented on GitHub (Oct 11, 2023):

Thanks for the quick response! I installed dufs using brew, it seems 0.32.0 it's the latest version there