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:
- selfh.st Newsletter and index of selfhosted software and apps
- 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!
view the rest of the comments
Maybe you've tried it already, but navidrome is a great purpose built music streamer. I was using subsonic back in the day, then airsonic, then airsonic advanced. When I first got on navidrome it was a tough pill to swallow since I never maintained my tags, but I gave a little time here and there to comb through it and in the end it feels like a worthwhile investment. It paid off a little bit more when I adopted lyrion music server and squeeze players for local playback around the home since this organizes by the same tags (mostly), so the whole library is kind of plug and play with things that honor the same tags.
Who downvoted you?
Anyway, if you have directory-based music organization, Navidrome won't take that, sadly. However, it will take m3u playlists.
So I can just
ls playlistdir/* > Playlist.m3u
and get that directory as a playlist. Simple, lazy solution.Oh, you can also add internet radios to Navidrome.
And one cool trick, which is also pretty good to test out Navidrome without effort, in Termux it is already in the repos, so you can just effort-free
apt install navidrome
, run it and play around.Privacy
Notable config:
EnableInsightCollector = 'false'
https://www.navidrome.org/docs/getting-started/insights/
Yeah that was the tough pill to swallow, moving away from folder based (the old *sonic gang) to tag based navidrome. Not for everyone, but getting your tags in order opens up some nice doors.
They publish a container image as part of their releases, and you can manage everything with environment variables. If you're used to running containers I'd say this is even easier for testing and playing around.