I'm running a plex server on my NAS and use plexamp to stream music.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Subsonic or similar?
Navidrome is another server that works pretty well, implements the subsonic protocol ( so all the apps that can cache and stream to your mobile device work). You can have multiple logins, or just share out playlists and albums individually to non-authenticated users.
Subsonic is perfect for this. Interface is a bit... dated, but the functionality is there.
Subsonic is also a protocol (and opensubsonic) which supports many other clients, if you want. Personally my music collection is just hosted on gonic, a server-only subsonic implementation and I stream it to whatever clients I want.
But use Airsonic instead, it's a fork that's free in both the beer and speech sense.
There's also Navidrome, which is a unique backend, but works with existing Subsonic clients. Check out both, see which one you like better.
I was just about to reply that I liked supporting the developer of the original code and that it wasn't too expensive (I bought a "lifetime premium" for something like $30 USD I think) . But it seems the licensing has gotten ridiculous since then and is now a subscription. :-(
I bought a "lifetime premium" for something like $30 USD I think
Same
I use jellyfin
Jellyfin is ideal for privately sharing music. Plex is similar but not FOSS.
There have been a few mentions of Navidrome. I find it works well for sharing at an album or even artist level. It can do playlists as well. But you must explicitly choose what to share, at which point it's generates a unique URL and will generate a web player and zip if you enable the option to download.
You can, of course, just make user accounts and distribute credentials.
If you're needing to offer browsable folders to easily copy, basically a filesystem-like experience, it's probably not the best tool.
Edit: one more thing to point out is that navidrome, jellyfin, and airsonic all construct music libraries differently. Navidrome is using tags, jellyfin uses file names, airsonic uses directory structure. Not sure about Plex.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
Fewer Letters | More Letters |
---|---|
NAS | Network-Attached Storage |
NAT | Network Address Translation |
Plex | Brand of media server package |
SSO | Single Sign-On |
VPN | Virtual Private Network |
[Thread #859 for this sub, first seen 9th Jul 2024, 11:55] [FAQ] [Full list] [Contact] [Source code]
Does castopod work for this?
I also use jellyfin, and I can listen to stuff along side some friends too with SyncPlay!
I don't know why people are recommending apps like Navidrome and Jellyfin when it isn't a music server that you're looking for but a way to share the music collection.
With that said, I can think of 2 approaches, and (likely) the easier option will be to use the help of such a server. Both will require a VPN server in the cloud which will be redirected via NAT/reverse-proxy into your network.
-
Use something like Navidrome with LDAP/Auth solutions like Authelia. User has to authenticate themselves to access their account on the service like something in the cloud.
-
To offer more barebones access to the underlying storage directly: set up NFSv4 for Kerberos.
Funkwhale is pretty cool.