navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg yes. I changed Navidrome baseUrl to put it on /music and finally the Proxy/ReverseProxy worked

    2
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg @breadsmasher I found I can configure a parameter on Navidrome settings called BaseUrl that allowed me to activate Navidrome server under /music so now the proxy works. Thanks a lot

    2
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg well that was the goal I was trying to achieve... but unfortunately doesn’t work. Prolly with BaseUrl in the navidrome conf I can redirect to /music
    Gonna try as soon I got home
    Thanks

    2
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg you mean I can’t use /music ?

    1
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg I wanted to put the service under mysite/music

    The music server works on mysite:port and stop. Can be this the issue?

    1
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 100%

    @ryan_harg I access it without /music/
    Just localhost:port

    1
  • navidrome Navidrome Music Server (Unofficial) How can I hide a service behind a proxy with #Apache ?
    Jump
  • solarbrass solarbrass 4 months ago 0%

    @breadsmasher I would know how to answer you... What can I check?

    0
  • navidrome
    How can I hide a service behind a proxy with #Apache ?

    How can I hide a service behind a proxy with [#Apache](https://mastodon.uno/tags/Apache) ? Like I have [@navidrome](https://discuss.tchncs.de/c/navidrome) running on standard port 4533 but I would like to Proxy it behind apache. So when I go to my website(dot)com/music I can reach it (as well with the apps so prolly websockets needs to be configured?). I'm doing: ProxyPass /music/ http://127.0.0.1:4533/music/ ProxyPassReverse /music/ http://127.0.0.1:4533/music/ But when i go to mywebsite(dot)com/music it goes to mywebsite(dot)com/app/ WTF? Apache2 running on [#debian](https://mastodon.uno/tags/debian)

    6
    15