@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.
@sigoden commented on GitHub (Jul 24, 2024):
The compress algorithm will limit the zip download rate.
--compress <level> Set zip compress level…
@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):
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 /…