@sigoden commented on GitHub (Jul 15, 2024):
We will not support this feature. see https://github.com/sigoden/dufs/issues/263#issuecomment-1708516517
@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…
@52funny commented on GitHub (Jul 22, 2024):
Author your commit #421 solves some problems but creates some new ones. For example, when the folder is some…
@sigoden commented on GitHub (Jul 20, 2024):
I am 100% sure that this is caused by misconfiguration and not a bug in dufs.
Regarding dufs, you need to study…
@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 /…
@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
@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…