106
submitted 4 days ago* (last edited 4 days ago) by FarraigePlaisteach@lemmy.world to c/selfhosted@lemmy.world

I've tried a few options over the years, including SMB and NFS, XBMC as well as HTML with javascript I found online.

I don't have a large collection of music (fewer than 100 albums), so hand coding things was actually one of the quicker options to setup. That's despite then hassle of hand coding the URL to each FLAC file as well as the album art. But sometimes the javascript doesn't handle large collections of FLAC and each implementation I tried had different quirks so I've sunk a lot of time into that in other ways without a satisfactory result.

I've heard of Emby, Jellyfin, Plex, Roon and Servio. I just need something that's simple to set up and access. I don't need fancy features beyond the ability to play the music with a pleasant UI that can be accessed from the web (HTTP, not HTTPS). I'd be running this from a Raspberry Pi 3B which already has the lighttpd server running.

I'm also considering just getting a portable, 128GB FLAC player with a minijack connection and moving on with my life without getting involved in networking at all.

Any recommendations for an uncomplicated way to approach to doing this?

Edit: Thanks so much for the helpful and enthusiastic comments! I tried Navidrome and had it up and running in ten minutes thanks to this tutorial video: https://invidious.nerdvpn.de/watch?v=7V5UUJlSknY

I had to install docker-compose on the RPi. Then I got an error which turned out to be because I also needed a separate docker daemon which I installed following these instructions: https://www.simplilearn.com/tutorials/docker-tutorial/raspberry-pi-docker

In just 10+ minutes I had my music collection accessible from all my devices - thanks again!

top 50 comments
sorted by: hot top controversial new old
[-] Decronym@lemmy.decronym.xyz 4 points 2 days ago* (last edited 1 day ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
NAS Network-Attached Storage
Plex Brand of media server package
SMB Server Message Block protocol for file and printer sharing; Windows-native
VPN Virtual Private Network

[Thread #971 for this sub, first seen 16th Sep 2024, 05:35] [FAQ] [Full list] [Contact] [Source code]

[-] rsolva@lemmy.world 34 points 4 days ago

I use Navidrome, it's a single binary and gives you your own Spotify, kinda. It can be use with many other apps, in addition to the web interface, as it supports the subsonic protocol.

[-] FarraigePlaisteach@lemmy.world 12 points 4 days ago

I got Navidrome working on the local network quickly with docker compose thanks to this video: https://invidious.nerdvpn.de/watch?v=7V5UUJlSknY

Once I forwarded the right port on my router I was also able to access the music from the web. Thanks for the recommendation, I'm very happy!

[-] tux7350@lemmy.world 7 points 3 days ago

Another tip, please be very careful when exposing ports to the public. With docker you're already mitigating your attack surfaces but an open port allows anyone to make a connection and there are lots of bots out there looking for open ports and vulnerabilities. A good alternative would be to setup wireguard and instead then connect through that or if you like simplicity check out Tailscale.

[-] FarraigePlaisteach@lemmy.world 3 points 2 days ago

Thanks for that. I'll look into tail scale (since you mentioned the magic word, 'simplicity'). My domain doesn't have any links to the pages on my server, and Navidrome is username and password protected. Would that be safe enough? I am using unencrypted http, though.

[-] tux7350@lemmy.world 4 points 2 days ago

Unencrypted HTTP can mean that anyone can see your traffic as it passes through their network. Your ISP will see that traffic. If you're streaming pirated music and you're in a country that cares about those things, might not go very well. From a security stand point though, you still wouldn't want to trust the authentication on the open port. A vulnerability may exist that you don't know about. It's always better to keep them closed and add another layer or two between your home computer and the public.

Tailscale let's you tunnel into your home network without opening any ports, and it encrypts the traffic. Much safer way of doing it.

[-] FarraigePlaisteach@lemmy.world 2 points 2 days ago

Thanks. I really appreciate the insight. I’ll start learning about tailscale as a priority.

[-] tux7350@lemmy.world 1 points 2 days ago
[-] FarraigePlaisteach@lemmy.world 0 points 2 days ago

Thanks again! Do I understand right that once I:

  1. Run tail scale on each machine
  2. Register those with my account

The machines will be able to see each other, but the machines can not be seen outside of the network of those machines?

Also, my Raspberry Pi is hosting some other publicly exposed services that need to remain that way. Will tail scale take over those too?

I found a nice overview video here for anyone who might want it: https://invidious.nerdvpn.de/watch?v=Kzyolu9yn0E

[-] tux7350@lemmy.world 2 points 1 day ago

It shouldn't mess with your current routing but if you're running other VPNs you may run into issues.

After you join the machines to the tailnet, each machine gets a new IP address ( only visible to other machines in the tailnet), by default it's a 100.x.y.z you can check the tailnet for the device IP.

Now you can keep the port closed on your router and it will still be accessible over the usual lan ip and port. But when you want to access remotely, turn on tailscale and connect using the tailnet IP.

Another cool thing you can do with this setup is turn your home server into an exit node. By default it will only route things that are in the tailnet (100.x.y.z subnet). But if you turn your home server into an exit node you can funnel all your traffic back through the exit node. Instant free VPN back home!

[-] FarraigePlaisteach@lemmy.world 1 points 1 day ago

That sounds promising, thanks! You say LAN, but I can share this with people over the internet too, right?

[-] undefined@links.hackliberty.org 2 points 2 days ago* (last edited 2 days ago)

Especially with music, if any of this is plain HTTP (or any other plaintext, non-encrypted protocol) and you live in a lawsuit happy jurisdiction you might end up with piracy letters in the mail.

[-] FarraigePlaisteach@lemmy.world 3 points 2 days ago

It is plain HTTP. There's a username and password needed to log in and access the music, though if that helps?

Plain HTTP means anyone between you and the server can see those credentials and gain access.

It it using HTTP Basic Auth by chance? It would be so easy to put nginx (or some other reverse proxy with TLS) in front and just pass the authentication headers.

[-] FarraigePlaisteach@lemmy.world 1 points 1 day ago* (last edited 1 day ago)

I don’t know what kind of authentication it uses, but it dots appear to be susceptible to brute force https://github.com/navidrome/navidrome/issues/242

But if I add a reverse proxy I would need it to just affect that one service/port. I’m running a publicly facing static (amateur/hobby) website - and other services - from there too and I’d prefer it to remain public.

[-] themelm@sh.itjust.works 1 points 1 day ago

All of my public facing sites are behind a reverse proxy. I use Nginx Proxy Manager it runs from docker and has an easy webgui. It takes care of things like https certificates and stuff to.

[-] friend_of_satan@lemmy.world 6 points 4 days ago

I saw in your update you mentioned installing docker-compose. Modern docker has "compose" as a verb, and should work as docker compose. I haven't tested this on raspberry pi though.

[-] FarraigePlaisteach@lemmy.world 4 points 4 days ago

You’re right. It’s just that the package to installed is called docker-compose (if I remember right. I’m on mobile now). So the command to install was: apt install docker-compose, and the command was: docker compose. Thanks man.

[-] friend_of_satan@lemmy.world 8 points 4 days ago* (last edited 3 days ago)

No, thats not how it works now. You used to have to install docker-compose and run docker-compose, but now you don't. Docker comes with compose, but you call it as docker compose rather than the old Python module based way docker-compose

https://www.docker.com/blog/new-docker-compose-v2-and-v1-deprecation/

[-] FarraigePlaisteach@lemmy.world 9 points 3 days ago

Thanks for clarifying. I might be sent to uninstall that other package in that case. It’s all working nicely anyway. Appreciate it, thanks again for your help!

[-] NathanUp@lemmy.ml 10 points 4 days ago

Seconding Navidrome. I stream from my Navidrome server to my phone, and then via DLNA from my phone to my HiFiBerry / stereo system. It's very nice.

load more comments (3 replies)
[-] rhys@lemmy.rhys.wtf 25 points 4 days ago

I use Jellyfin in a way that sounds like what you want. You run a Jellyfin server wherever your FLACs are, access it via the web, and play things through your browser — or through Finamp on Android, in my case.

[-] freeman@feddit.org 3 points 2 days ago

Jellyfin + Symphonium as a client on android 💯

[-] Kelo@lemmy.world 6 points 4 days ago

I can vouch for Jellyfin - Nothing harder than setting up docker and connecting via Finamp. Been a very "set it and forget it" experience for me.

[-] 9point6@lemmy.world 14 points 4 days ago

Plex is probably the easiest and most convenient, I think jellyfin is viable too, but I don't use it.

If you've got the money, Roon or Audirvana are the gold standard of self hosted music

If you want something similar, but free, look into things like volumio or subsonic based solutions.

[-] dmention7@lemm.ee 8 points 4 days ago

Seconding Plex / Plexamp if the use case involves streaming remotely. Probably the easiest to get up and running for remote access.

I'm not sure about the capabilities of hosting on a Pi, but it should be straightforward to run a couple different apps in parallel to test and compare features (I'm currently doing exactly that with Plex and Jellyfin)

[-] PM_Your_Nudes_Please@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

If you already have a NAS, (since SMB was mentioned, I’m assuming there’s some sort of NAS setup going) then you may even be able to host Plex directly on the NAS. It likely won’t be powerful enough for things like video transcoding, but just audio should be fine.

dankpods used vlc on a ipod touch

[-] SexualPolytope@lemmy.sdf.org 7 points 4 days ago* (last edited 3 days ago)

I've been very happy with Navidrome. I have it accessible on a subdomain, so I can just use it from wherever I want. Feishin is a great frontend for Linux desktop, and Tempo is a great frontend for Android.

My friend uses Jellyfin instead of Navidrome, and he's also happy with it. Both the frontends that I mentioned work with Jellyfin as well.

[-] LadyAutumn@lemmy.blahaj.zone 5 points 3 days ago

Second Navidrome. I use it with the android app Symfonium and have thoroughly enjoyed it.

[-] gregordinary@lemmy.ml 2 points 3 days ago

Looks like you may have made a decision already, but wanted to give Polaris a mention. Been using that on my home server, has a nice Web-UI and a mobile app on F-Droid as well.

https://github.com/agersant/polaris

[-] Psychonaut1969@lemmy.world 3 points 3 days ago

I prefer Airsonic-Advanced over Navidrome when using the web interface. Airsonic-Advanced and the Substreamer android app are a nice combo. You can run both severs side by side if you are setting up docker containers.

[-] FarraigePlaisteach@lemmy.world 1 points 3 days ago

Thanks. I’m happy enough with Navidrome but if I can try ASA in parallel I might give it a try sometime.

I really like the turntable effect in the Navidrome web app, though :)

[-] walden@sub.wetshaving.social 5 points 4 days ago

I used Plex for a long time but moved to Jellyfin after reading about the general direction Plex is going (trying to commercialize it, partner up with industry, make it more than just a self hosted media service).

Both have what you're looking for.

I would say Plex is slightly easier and has the benefit of PlexAmp (available for Linux, Windows, and mobile).

That being said, Jellyfin is about the same ease to get set up, but it's just a tad less polished, but in sort of a nice way. It feels more like "yours", if that makes sense.

For both, I recommend hosting them in Docker, using Docker Compose, and using the LinuxServer version. LinuxServer maintains updated software, packaged in an easy to install format and they help you out with sample Docker Compose files and explanations to get things running.

Currently I use Jellyfin and found it simple enough to setup. My personal setup is https on the public internet using Caddy as a reverse proxy to handle the https part, but you can set it up for local network access only using http.

Jellyfin itself is not the greatest music player ever, (UI is more setup for movies and tv) but there are music-centric apps that use it as a backend that are really good, for most platforms. On my phone and tablet, I really like Finamp, and on the desktop I use Sonixd.

I’m also considering just getting a portable, 128GB FLAC player with a minijack connection and moving on with my life without getting involved in networking at all.

I used this setup for the better part of 20 years. Nothing wrong with it, my music collection simply expanded to the point where it simply wasn't feasible to store all of it on my iPod anymore and from day to day I never really know what I'm going to be in the mood to listen to. Setting up a streaming service made more sense for me.

[-] Blxter@lemmy.zip 4 points 4 days ago

I use Plex (Plexamp) and I can not complain. I don't really access via the web browser however, I use the app for dedicated music playback.

[-] nezach@discuss.tchncs.de 3 points 4 days ago

ReadyMedia (formerly MiniDLNA) works fine for me as a container via podman on a raspberry pi.

podman run -d --name=minidlna \
--net host \
-v dir/to/music:/media/audio \
-e MINIDLNA_MEDIA_DIR_1=A,/media/audio \
-e MINIDLNA_FRIENDLY_NAME=Music \
--restart on-failure:3 \
--platform linux/arm64 \
docker.io/vladgh/minidlna:latest

No http interface though for playback. Still very simple and does the job for me.

[-] FarraigePlaisteach@lemmy.world 1 points 4 days ago

That looks quick to get going

[-] ChillPill@lemmy.world 3 points 4 days ago

I'm using a Jellyfin server with Symonium on android. It's almost as good as plexamp, but sadly not available on other platforms. Symfonium will work with any media player that uses subsonic. My current jellyfin implementation is http with a VPN for external use.

[-] brickfrog@lemmy.dbzer0.com 3 points 4 days ago

Jellyfin should work fine for what you're looking for. I haven't run it on a Pi but it should work on that. You'll be able to play music using the web ui as well as mobile apps if that's your thing. It can also transcode on the fly so if your current browser/device/whatever can't play .flac directly it'll automatically transcode the playback to .mp3 or whatever it needs to be.

There are some other self hosted music/streaming projects you could take a look at that are much more built out for music playback specifically. Look into Airsonic-Advanced or Navidrome for example - I've been meaning to check them out myself but haven't gotten around to it yet.

[-] snugglebutt@lemmy.blahaj.zone 3 points 4 days ago

I'm using Jellyfin, but navidrome worked just as well when I tried it

[-] dinckelman@lemmy.world 2 points 4 days ago

I have a RaspberryPi with a Plex container sitting upstairs. Works like a charm

[-] Lifebandit666@feddit.uk 2 points 4 days ago

Plex was easy enough to set up. I use plexamp on my phone but can access the Plex server via a browser, which includes my music

[-] sillyhatsonly@lemmy.blahaj.zone 2 points 4 days ago

Streaming my own music was the reason I got into self-hosting in the first place and I’ve been satisfied with Navidrome for over a year now. My preference is to stream via an app on my phone but I’ve made accounts for a couple friends and they stream happily on multiple devices using the browser interface.

[-] thisfro@slrpnk.net 2 points 4 days ago

Jellyfin or funkwhale

[-] lud@lemm.ee 1 points 3 days ago
load more comments
view more: next ›
this post was submitted on 14 Sep 2024
106 points (97.3% liked)

Selfhosted

39239 readers
302 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS