Thanks for this. I have been looking for a replacement for an old subsonic fork that was long ago abandoned. Navidrome looks like a great option!
Comment on Planning to selfhost images and calendar in addition to HTTP(S)
Damage@feddit.it 1 day agoWith a reverse proxy you can route connections to arbitrary ports. Just remap the ports in the docker containers if they run on the same machine, otherwise they’ll refuse to start when the conflict is detected.
I have it set up like this. music.mydomain.net redirects to navidrome, video.mydomain.net to jellyfin, news.mydomain.net to miniflux, cloud.mydomain.net to Nextcloud (this one is on a VPS tho), and so on; those are all on different ports, but I never need to input it as it always goes over https 443.
cmeu@lemmy.world 23 hours ago
Damage@feddit.it 22 hours ago
TBH lately I’ve been using Jellyfin for that as well, Navidrome is great when you use it with apps like Symfonium, but the web interface is not super. There’s Feishin as an alternative frontend but it doesn’t seem very mature and I’m not comfortable exposing it to the internet, reverse proxy or not.
passenger@sopuli.xyz 1 day ago
Thank you and everyone else! Now I need to get a domain that allows subdomains
Damage@feddit.it 22 hours ago
You can also use multiple duckdns.org redirections for free
passenger@sopuli.xyz 19 hours ago
Thanks, this is good to know!