You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker on Debian setup, relatively straight forward, want to host the app on a specific path on a subdomain.
I configured traefik to act as a reverse proxy for the app, I added the Host and PathPrefix to Traefik, seemed to have mapped correctly, the app doesn't fail but instead does a permanent redirect from /whatever to fullhostname:PORT/whatever, which doesn't work as I didn't forward those ports from the docker network.
Expected Behavior
Docker on Debian setup, relatively straight forward, want to host the app on a specific path on a subdomain.
I configured traefik to act as a reverse proxy for the app, I added the Host and PathPrefix to Traefik, seemed to have mapped correctly, the app doesn't fail but instead does a permanent redirect from /whatever to fullhostname:PORT/whatever, which doesn't work as I didn't forward those ports from the docker network.
Compose File [relevant section]:
Current Behavior
Clicking on the homepage url aka https://sub.domain.com/vibe just redirects me to the http://sub.domain.com:9180/vibe/
Steps to Reproduce
Logs for good measure
Possible Solution
No response
Context
No response
Application version
0.12.1
Operating System and version
Debian + Docker
Server and Version
Navidrome 0.53.3
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered: