Sergey Zhukov zhus
zhus closed issue sigoden/dufs#2909 2026-04-12 17:13:08 +03:00
[GH-ISSUE #370] how to put the dufs page with Login information into iframe by URL
zhus opened issue sigoden/dufs#2910 2026-04-12 17:13:08 +03:00
[GH-ISSUE #371] different operations for different users
zhus closed issue sigoden/dufs#2910 2026-04-12 17:13:08 +03:00
[GH-ISSUE #371] different operations for different users
zhus opened issue sigoden/dufs#2911 2026-04-12 17:13:08 +03:00
[GH-ISSUE #373] I would like to provide an API that returns the hash value of a file
zhus closed issue sigoden/dufs#2911 2026-04-12 17:13:08 +03:00
[GH-ISSUE #373] I would like to provide an API that returns the hash value of a file
zhus commented on issue sigoden/dufs#2909 2026-04-12 17:13:08 +03:00
[GH-ISSUE #370] how to put the dufs page with Login information into iframe by URL

@hjx620 commented on GitHub (Mar 20, 2024):

how can i put the username and password into the URL effectively?

![mmexport1710901107600](https://github.com/sigo…

zhus commented on issue sigoden/dufs#2909 2026-04-12 17:13:08 +03:00
[GH-ISSUE #370] how to put the dufs page with Login information into iframe by URL

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

All basic auth related behaviors are controlled by the browser. There's nothing dufs can do.

It is not safe to…

zhus commented on issue sigoden/dufs#2910 2026-04-12 17:13:08 +03:00
[GH-ISSUE #371] different operations for different users

@sigoden commented on GitHub (Apr 4, 2024):

image

-a admin:123@/

zhus commented on issue sigoden/dufs#2910 2026-04-12 17:13:08 +03:00
[GH-ISSUE #371] different operations for different users

@jiangjiangflies commented on GitHub (Apr 4, 2024):

Sorry, the Advanced topics is folded in the README. I didn't notice that. Thank you!

zhus commented on issue sigoden/dufs#2911 2026-04-12 17:13:08 +03:00
[GH-ISSUE #373] I would like to provide an API that returns the hash value of a file

@sigoden commented on GitHub (Apr 9, 2024):

Make sense, add new query param such as GET /path-to-file?hash to return the shas256 hash value of a file.

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

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

After #321 (from dufs v0.39.0), dufs switched to hyper v1. This is probably where the problem is most likely to…

zhus commented on issue sigoden/dufs#2908 2026-04-12 17:13:07 +03:00
[GH-ISSUE #367] dufs aarch64-unknown-linux-musl cannot be run in Alpine Linux 3.19

@leiless commented on GitHub (Mar 2, 2024):

@sigoden, Whoops, I run the aarch64 dufs under a x86_64 machine. Everything is good with aarch64 musl dufs.

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@Asmaelh commented on GitHub (Feb 21, 2024):

My config file:

serve-path: '../download' bind:

  • 10.85.80.2 port: 9009 auth:
  • admin:$6$qCAVUG7yn7t/hH4d…
zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

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

According to your configuration, there should be some access logs as follows. Why don't they exist?

2024-02-21T…
zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@sigoden commented on GitHub (Feb 23, 2024):

I have tested 100,000 requests and still cannot reproduce the problem.

I'll close this issue first. But new…

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@Asmaelh commented on GitHub (Feb 23, 2024):

D:\dufs>dufs.exe -c config2.yaml Listening on https://10.85.80.2:9009/ 2024-02-20T20:56:49+03:00 INFO -…

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@Asmaelh commented on GitHub (Feb 23, 2024):

it took 3 days and the server froze, this is the whole log, i.e. there were very few requests. There is no response…

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@sigoden commented on GitHub (Feb 23, 2024):

The logs show no obvious problem. Can you check the memory and open handles of the dufs process and see if there…

zhus commented on issue sigoden/dufs#2907 2026-04-12 17:13:07 +03:00
[GH-ISSUE #365] During cls handshake connection from

@Asmaelh commented on GitHub (Feb 23, 2024):

there are no memory leaks, I do not know what else to look at. I'll stay on version 0.37 - it doesn't freeze.

zhus opened issue sigoden/dufs#2909 2026-04-12 17:13:07 +03:00
[GH-ISSUE #370] how to put the dufs page with Login information into iframe by URL