@hjx620 commented on GitHub (Mar 20, 2024):
how can i put the username and password into the URL effectively?
:
All basic auth related behaviors are controlled by the browser. There's nothing dufs can do.
It is not safe to…
@jiangjiangflies commented on GitHub (Apr 4, 2024):
Sorry, the Advanced topics is folded in the README. I didn't notice that. Thank you!
@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.
…
@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…
@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.
@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…
@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…
@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…
@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 -…
@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…
@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…
@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.