@sigoden commented on GitHub (Jul 30, 2024):
We will not support this feature.
@sigoden commented on GitHub (Aug 14, 2024):
Any design requires a balance between convenience and safety. In the dufs service, avoiding the use of ?hash…
@sigoden commented on GitHub (Jul 24, 2024):
The compress algorithm will limit the zip download rate.
--compress <level> Set zip compress level…
@sigoden commented on GitHub (Jul 27, 2024):
- -a "@/public:r"
+ -a "@/public:ro"
:r is invalid. @/public:r makes path public:r public.
@sigoden commented on GitHub (Jul 15, 2024):
Maybe You should run two instances of dufs with different --path-prefix options.
@ign0tus commented on GitHub (Jul 15, 2024):
Alright, thanks for the explanation in the linked issue. BTW, I appreciate that the application is kept simple and…
@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…
@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 /…