this post was submitted on 28 Dec 2023
551 points (96.9% liked)
Technology
59627 readers
2807 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't be bothered to figure out which streaming service it's on. Also my *arr stack is fully automated and shared with ~15 people so the cost per person is very low considering my nas and nuc use ~100W combined, that's $12/mo for 15 people based on my local electric rate. I would gladly put my plex/jellyfin server in the closet and pay for a subscription if I could pay $12/mo to legally watch any show / movie on however many screens I want from wherever I want. But until then, my arrstack is both cheaper for the features and more convenient in content availability.
As a comparison, to subscribe to every major streaming service would be upwards of $90 per month.
As someone who is into tech but doesn’t understand what you’re saying here, is there a glossary, or wiki that I could read up on your setup? Looking to swap to the high seas this year but wanna do it in a way that’s smart and convenient.
https://wiki.servarr.com/
Their quick start quides are pretty good.
I'd start with Radarr (Movie manager), add on Prowlarr (indexer manager), then expand from there. Once you've learned Radarr, the others are very similar.
After that, look into a reverse proxy along with a domain name: Nginx or Apache are the two I hear about most. I use nginx myself. This will let you access services using easily readable names (sonarr.example.com) instead of having to remember the ip+port combinations of each service (192.168.0.200:8096) as well as add https if you're going to be exposing things like emby/jellyfin/plex publicly.
A domain can be purchased/rented from a public registrar to point at your public IP, but you can also use them entirely within your own LAN for free if you setup a local DNS server. I just use pihole for this: easy to setup+use, while providing DNS based adblocking for the whole network.
I don't mind answering questions or providing clarification where I can. :)
Could you just connect the server and the client to the same VPN?
That's the same as having them within the same LAN. That makes https unnecessary, but you'd still have to remember ip+port combos without a domain. The domain doesn't need to be publicly registered unless you want services to be accessible externally without a VPN connection.
I only allow a couple of my services to be accessed directly via public domain, mostly for sharing with friends. The rest you've gotta be within the LAN either by wifi/ethernet or a VPN that I host.
I'd prefer to be able to setup like you have, but an always on VPN for stock Android is a PITA.
Been running openVPN as an always on VPN for stock Android for about 2 years now. Keeps it behind pihole and able to access my LAN only services.
The only issue I have is manually having to tell it to reconnect when the device restarts. Other than that it's been no different than no vpn.