charts
charts copied to clipboard
Add Traefik addPrefix middleware
Is your feature request related to a problem? Please describe.
Currently, treafik only provide limited middlewares. If multiple services use the same hostname, and access by path. This can not be done with current release. like.
https://example.com/jellyfin -> jellyfin service
https://example.com/nextcloud -> nextcloud service
and traefik provided addPrefix middleware which I can't find it in the middlewares settings.
https://doc.traefik.io/traefik/middlewares/http/addprefix/
Describe the solution you'd like
add addPrefix middleware settings
Describe alternatives you've considered
maybe we could manually add some custom middlewares via docker's label field. But I also can't find it in webUI. like below:

Additional context
official traefik addPrefix middleware
Docker labels do not exist in kubernetes.
addPrefix can be added in k8s this way:

Documentation here: https://doc.traefik.io/traefik/middlewares/http/addprefix/
addPrefix can be added in k8s this way:
We know how things need to be added, if we need info we ask for it.
This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists