News
Welcome to the News community!
Rules:
1. Be civil
Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.
2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.
Obvious right or left wing sources will be removed at the mods discretion. Supporting links can be added in comments or posted seperately but not to the post body.
3. No bots, spam or self-promotion.
Only approved bots, which follow the guidelines for bots set by the instance, are allowed.
4. Post titles should be the same as the article used as source.
Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.
5. Only recent news is allowed.
Posts must be news from the most recent 30 days.
6. All posts must be news articles.
No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.
7. No duplicate posts.
If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.
8. Misinformation is prohibited.
Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.
9. No link shorteners.
The auto mod will contact you if a link shortener is detected, please delete your post if they are right.
10. Don't copy entire article in your post body
For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.
view the rest of the comments
Can I do something like this on a Raspberry Pi?
Something like Syncthing, but for hosting media would be fantastic. No need to deal with opening ports in the router and all those shenanigans. Something that you install and it just works, without any additional software. Is there anything like this?
Navidrome/Airsonic with reverse proxy is best. There are lots of Android and iOS apps that stream music from you server. Rather than a reverse proxy, you could try connecting via tailscale maybe? I think at minimum, this would require your phone to be connected to tailscale whenever you want to listen to music. Not sure if this would work or be practical.
As others suggested, a simple server with a subsonic api is all you need. tailscale on it and your mobile device and you can stream with a handful of open source apps.
I am using a pi to server my music for years but been self hosting my music since google music died - never got on the spotify bandwagon.
A little docker/podman is all you need. I also work on an free android app for this purpose as well that I just posted an update to yesterday.
You can. I started my Jellyfin server on a RPi3. Not great hardware for video streaming, but it will work fine for music. Could also use Navidrome. For local network only, that would be all you need.
To stream your media collection outside your home network, you'll want to set up either a reverse proxy and set your ISP's modem to forward the traffic to the reverse proxy, or set up a VPN like Tailscale. Tailscale would be the simpler option most of the time and is more secure for the average self-hoster.
Best I can do is jellyfin with a reverse proxy
Plex, but they're getting big brothery. They do support relay through their own server.
jellyfin + cloudflare tunnel. Still big brothery, but less, pretty easy and not against their tos
Syncthing only works because it's bursty. Once you start trying to run sustained data over it, people will run out of capacity pretty quickly.
Something could probably be done DHT/Torrent style. All the listeners share in the transfers, but the availability might be dicey.
For me, it's Jellyfin + Tailscale. I always connect home and play from my media server and if TS ever gives me any lip, i'll change over to headscale or just wireguard.