@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 30, 2024):
We will not support this feature.
@loricah commented on GitHub (Jul 20, 2024):
What path-prefix are you talking about? Excluding the traefik configuration, the dufs components of my configuration…
@sigoden commented on GitHub (Jul 20, 2024):
`dufs --help
@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…
@loricah commented on GitHub (Jul 23, 2024):
Just wanted to say thank you- that was the fix! Added --path-prefix /files to match my traefik config and it’s…
@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 /…