mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #418] Icons are vertical down the page #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loricah on GitHub (Jul 19, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/418
Problem
When loading up dufs using the docker container, all of the icons are placed vertically down the left-hand side of the page.
Configuration
compose.dufs.yaml:
Log
Environment:
@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 path-prefix.
Regarding traefik, I am not familiar with it and cannot give any suggestions.
@loricah commented on GitHub (Jul 20, 2024):
What path-prefix are you talking about? Excluding the traefik configuration, the dufs components of my configuration follow the setup written on the dufs docker page.
@sigoden commented on GitHub (Jul 20, 2024):
dufs --help | grep path-prefix@loricah commented on GitHub (Jul 23, 2024):
Just wanted to say thank you- that was the fix! Added
--path-prefix /filesto match my traefik config and it’s all working as it should.