this post was submitted on 03 Oct 2023
1048 points (98.4% liked)

Technology

71885 readers
4275 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Szymon@lemmy.ca 156 points 2 years ago* (last edited 2 years ago) (5 children)

I dust off my robe and wizard hat.

Plex is a great streaming alternative. Cancelling Netflix pays for the upgrade to gigabit Internet. Hard drives are cheaper now than ever. Usenet access remains safe and speedy. The DIY community for automation is thriving.

Is that the Jolly Roger coming in to port? Welcome back old friends.

[–] flames5123@lemmy.world 12 points 2 years ago (1 children)

Yep. Finally got Radarr and Sonarr with overseerr setup this summer because I need a GUI solution for my family. It’s been working pretty great so far!

[–] HeyMrDeadMan@lemmy.world 3 points 2 years ago (3 children)

I have the same but the one thing I can't get working is accessing overseer from outside the network (ie internet). I've read guides of course but at some point they start talking about domains and certificate signing and I start to have a siezure.

[–] pete_the_cat@lemmy.world 5 points 2 years ago* (last edited 2 years ago) (1 children)

Look into Caddy, it's by far the easiest web server/reverse proxy with automatic SSL support out there. Setup both Caddy and Overseer in Docker and then just simply write

overseer.yourdomain.com {

reverse_proxy overseer:overseer port

}

Assuming you have you own domain name and have DNS records setup.

I was using Nginx and Let's Encrypt for years but it was a bit of a pain in the ass. I just rewrote my entire Docker Compose script to use Caddy so I can deploy everything in about 5 minutes.

[–] kaitco@lemmy.world 1 points 2 years ago (1 children)

Any thoughts on using something like Caddy, or any other reverse proxy option, if you already have a VPN that you pay for?

Currently I’m using Tailscale for my phone and tablet, but there’s not really an option for Roku outside of my home network. I’d like to give a friend access to my Jellyfin, but I can’t seem to get anything working other than Tailscale because I already pay for ProtonVPN.

[–] pete_the_cat@lemmy.world 3 points 2 years ago (1 children)

Routing the reverse proxy through the VPN just complicates things. I'm assuming you mean you want to give a friend access to your Jellyfin server, not your Roku (not sure why you mentioned that), so just have Caddy listen on ports 80 and 443, and forward the ports on your router. Then setup the reverse proxy lines for Jellyfin in the Caddyfile. Assuming you already have DNS setup you should be good to go, just give your friend the URL. Caddy enables SSL by default so there really is no reason to route the traffic through a VPN tunnel. I'm pretty sure the Jellyfin docs have a section for using Caddy as a reverse proxy.

[–] kaitco@lemmy.world 1 points 2 years ago (1 children)

I’ll have to check again on the Jellyfin docs, but when I was las trying to follow the steps, I ran into an issue where some IP didn’t match something else and it told me I couldn’t continue.

My friend uses a Roku so getting him to use Tailscale or anything like it isn’t really an option.

[–] pete_the_cat@lemmy.world 2 points 2 years ago* (last edited 2 years ago) (1 children)

Yeah, I think you're confused 😉 There is no need for your friend to use a VPN to access your Jellyfin server. All you need to do is make it publicly accessible and tell him where to find it (the URL).

It can literally be as simple as setting up NAT on your router (commonly known as port forwarding, linking the IP of the Jellyfin server and it's port to a designated port on your router accessible via your public IP) and then giving your friend your public IP and the port that you opened. THIS IS HIGHLY DISCOURAGED THOUGH SINCE NOTHING IS ENCRYPTED.

It's best to setup either Dynamic DNS (usually free, but you don't get your own domain name, usually just a subdomain under their domain name) or buy your own domain name for cheap (like $10-$30 USD/year) and setup your A records (and CNAME records if you want) in the hosted DNS section. Once you have DNS working then setup a reverse proxy using something like Caddy (simple), Traefik (more complex), or Nginx (a full blown, complex web server) and Certbot/LetsEncrypt. SSL certs and reverse proxies can be a pain in the ass sometimes, but Caddy makes it dead simple.

From there just give your friend your URL (https://jellyfin.yourserver.com or however you have it setup). He puts that in the connection box in the Jellyfin UI and it should work as intended.

[–] kaitco@lemmy.world 2 points 2 years ago (1 children)

buy your own domain name for cheap (like $10-$30 USD/year) and setup your A records (and CNAME records if you want) in the hosted DNS section.

Does it matter if your domain is on shared hosting already? Like, I’ve got kaitco.net, so I should be able to set up jellyfin.kaitco.net and the A and/or CNAME in the hosted DNS? Or, would I need to purchase a new one that’s not already hosted on any server already?

Thank you for answering my asinine questions about this btw 😅

[–] pete_the_cat@lemmy.world 2 points 2 years ago

It's perfectly fine to use a subdomain of kaitco.net 😉 Happy to help, I've been doing this for years.

[–] cor315@lemmy.world 1 points 2 years ago

I just set up a VPN with wire guard and duckdns. Connected my phone and works great. Some one will mention a show and I'll pull out my phone and add it via overseer. Get it on plex in like 2 minutes.

load more comments (1 replies)
[–] rizoid@midwest.social 8 points 2 years ago (4 children)

Is there any links/guides on how to get into the usenet side of things? I've been using torrents forever but people keep saying usenet is safer.

[–] Szymon@lemmy.ca 7 points 2 years ago* (last edited 2 years ago) (2 children)

Google/learn about/consider these things

VPN, Usenet provider (i.e. EasyNews), Usenet indexers (i.e. NZBgeek), Usenet client (i.e. NZBget), Managing your library (Sonarr, Radar, Prowlarr, Filebot),

Media server & streaming (i.e. Plex, Jellyfin)

I watch through my firestick or android phones

I might be missing something, but there are lots of guides once you figure out what you're looking for. A little technical know-how makes things go smoother and faster though.

[–] rizoid@midwest.social 4 points 2 years ago (2 children)

Thanks for the info. I've got. Sonarr radarr and prowlarr set up with qbitt right now and jellyfin. I'll have to do some digging this weekend.

[–] Maximilious@kbin.social 3 points 2 years ago

Worth mentioning that NZBget is no longer in development. It still works but there is a fork out of a new client someone is developing. I can't recall the name but easily findable. This would be the equivalent of your torrent client.

It's nearing year end and you can get end of year deals soon on providers and indexers so off hold off until November\December. I think I got a lifetime NZBGeek membership last year for like $100 or something. It was my first time doing usenet but I actually switched my instances to use usenet indexers first over torrent indexers its that good.

[–] Szymon@lemmy.ca 2 points 2 years ago* (last edited 2 years ago)

There's a few recent guides on Reddit that discuss this and automation. I got access to some private torrent trackers this year, but haven't touched them since I got my Usenet subscription. I've been waiting decades for it to be this easy once you get it set up.

If you already have that automation part going, this should be pretty straight forward. Add a Usenet download client to your *arr programs, put in the account info from your Usenet provider, add on your account info for nzb trackers, and it works just the same except with more consistency and speed.

[–] TaintPuncher@lemmy.ml 3 points 2 years ago (1 children)

I tried to get into Usenet but I’m old and unable to learn new tricks. I just looked at EasyNews and it’s $9.99 pm for 20GB :| so, like, a single 4K movie with Atmos. I don’t understand the allure of UseNet, perhaps because I am a dumb.

[–] Szymon@lemmy.ca 3 points 2 years ago* (last edited 2 years ago)

I have EasyNews, I think I paid $30 for 6 months of unlimited.

Here you go, $6 a month unlimited signup link https://signup.easynews.com/checkout/unlimited-special-deal/

[–] danc4498@lemmy.world 2 points 2 years ago

Also, what makes Usenet safer?

[–] CmdrShepard@lemmy.one 1 points 2 years ago

Running a VPN makes torrenting just as safe and you'll be paying a subscription fee for Usenet so it's a wash in my opinion.

I second this and I’m in the same boat as you

[–] pete_the_cat@lemmy.world 8 points 2 years ago (7 children)

Plex is cracking down on pirated content. They can't do anything locally (yet) but they sent out a mass email about two weeks ago saying that anyone that hosts a Plex server in the cloud (they didn't specifically mention Hetzner, but that's who is largely being affected) will lose access on October 12th.

[–] avidamoeba@lemmy.ca 16 points 2 years ago (1 children)

People thought hosting copyrighted content on someone's cloud and making it available to others was a good idea? 🤦🤦‍♀️🤦‍♂️

This is why we can't have nice things.

[–] pete_the_cat@lemmy.world 8 points 2 years ago (2 children)

It's specifically people doing this and selling access to the servers en masse, like these servers have a hundred or more users each. The don't care about the small fish that are doing this privately for no monetary gain.

[–] avidamoeba@lemmy.ca 4 points 2 years ago* (last edited 2 years ago)

Yeah, I guess it's often profit-driven. If you can get $5 per month from 100 people, you can probably clear hundreds of dollars per month. So that ten times, and this becomes quite a serious profit stream.

[–] CmdrShepard@lemmy.one 15 points 2 years ago (1 children)

That's because people were creating their own 'streaming services' using pirated content and selling access to it using Hetzner servers, which is very bad for all parties involved because it brings a lot of negative attention when actual profits are being generated from distributing pirated material.

[–] pete_the_cat@lemmy.world 2 points 2 years ago (1 children)

Yeah, but it sucks for people like me who just set everything up a few weeks ago and are using it privately. I've hosted a massive Plex server locally for about a decade, but finally decided to stop doing everything locally. I had it running for two weeks in the cloud before I got the email from Plex. I just setup Jellyfin yesterday and all of my users will have to migrate to that.

[–] MaggiWuerze@feddit.de 11 points 2 years ago

That sucks for you, but you gotta understand Plex there as well I think. They know that all their clients are pirates, but they can't just ignore something like that, lest risk catching unwanted attention.

[–] porksoda@lemmy.world 7 points 2 years ago (2 children)

Plex is cracking down on pirated content.

I'm just as jaded and cynical as the next guy, but I think that this is a mischaracterization of that email. People were hosting Plex servers with thousands of users and terabytes of pirated content on Hetzner and selling access. I don't read them taking action as a signal for them blocking local libraries in the future.

[–] pete_the_cat@lemmy.world 1 points 2 years ago

They all do it just to get the lawyers off their backs. Plex is just a bigger target. Plex can't block anything locally so they take action against user distributing pirated content on a cloud service and are like "Here, we took action, can you leave us alone now?". It would practically be impossible for them to block the distribution of pirated content at the local level.

Plex fucked up when they created their Client-Server model because it allows traffic to run through their servers (the Plex Relay and their "phone home" model). This makes them legally responsible for "facilitating access to pirated content" even though they don't host the content. Jellyfin doesn't have this pitfall since you host everything yourself, they just provide the software.

You're the second person that says " Plex isn't cracking down on pirated content.... but they're banning people who are hosting servers with pirated content." If that's not " cracking down on pirated content" IDK what is....

load more comments (1 replies)
[–] TheDarkKnight@lemmy.world 4 points 2 years ago (2 children)

That’s their entire userbase. Bold call haha

[–] pete_the_cat@lemmy.world 5 points 2 years ago

Yeah, people act like Plex and other media servers are used for legally obtained content only. Plex is just covering their asses and they can't block users hosting locally so this is a "here we did something, are you happy now?" to the copyright lawyers.

[–] Szymon@lemmy.ca 1 points 2 years ago (3 children)

Good to know, hopefully this creates a drive to make alternatives a little more user friendly to set up

load more comments (3 replies)
load more comments (1 replies)
[–] DoucheBagMcSwag@lemmy.dbzer0.com 5 points 2 years ago (1 children)

Got any names in particular? I’ve been looking at Usenet for a long long time and I think I’m going to finally get serious about it

[–] Szymon@lemmy.ca 4 points 2 years ago (1 children)

Sure, check through this comment thread as a few have already been mentioned.

I will take a second look!

[–] evanuggetpi@lemmy.nz 3 points 2 years ago* (last edited 2 years ago)

Stremio + Real Debrid is definitely not worth investigating. Avoid it at all costs. Keep giving these media companies more money. All the money. Disney needs your dollars.