navigatron,

Wireguard creates a new network interface that accepts, encrypts, wraps, and ships packets out your typical network interface.

If you were to create a kernel network namespace and move the wireguard interface into that new namespace, the connection to your existing nic is not broken.

You can then use some custom systemd units to start your *rr software of choice in said namespace, rendering you immune to dns leaks, and any other such vpn failures.

If you throw bridge interfaces into the mix, you can create gateways to tor / i2p / ipfs / Yggdrasil / etc as desired. You’ll need a bridge anyway to get your requester software interface exposed to your reverse proxy.

Wireguard also allows multiple peers, so you could multi-nic a portable personal device, and access all your admin interfaces while traveling, with the same vpn-failure-free peace of mind.

Pulptastic,

I know some of these words

kalahlora,

me too, but not many

milkytoast,
@milkytoast@kbin.social avatar

I counted a whole 3 that I knew!

djmarcone,

Maybe if they drew a picture

Lemmchen,
@Lemmchen@feddit.de avatar

Yeah, or just do it properly on your router and be done with it network-wide.

undefined,

Have a good guide on this? I am very interested…

HectorBarbossa99,

is it possible to easily setup a way for your jellyfin server to be used outside of your house? For instance, if I wanted to let my grandfather use it with the rokus from his house, or if I wanted to leave the server at my house and still use it from college, could this be done fairly easily without too much trouble?

Or would this be an issue legal wise or difficult to code/network somehow?

Shere_Khan,

Its not impossible, but plex is way easier and does the same thing.

HectorBarbossa99,

IIRC, some things with plex are free, but is that feature specifically? or is it a paid extra?

Revan343,

Remote access is free

FippleStone,

But it still requires a static IP to access it reliably, right?

Mugmoor,
@Mugmoor@lemmy.dbzer0.com avatar

No. Im behind CGNAT and can access my Plex fine.

HectorBarbossa99,

awesome, I will definitely just use plex then. Thanks!

HectorBarbossa99,

awesome, thanks for letting me know. I’m definitely just going to try to use plex then. While I’m decent with hardware and a little with software, I don’t know networking from adam’s cat and I don’t want to open up my family’s network to issues. Thanks for letting me know!

Glocktopus,

Not a networking guy, but from what I read the included port forwarding features (any port forwarding really) can open up vulnerabilities if you’re not knowledgeable with network security. The safer way to do things is through a vpn. I set up a WireGuard vpn on a raspberry pi and it has been good enough for me. This might not allow you to use it on a Roku though.

Hamster,

Nginx proxy manager or wireguard.

Sethayy,

Or tailscale for a more friendly software running off wireguard

ErwinLottemann,

Or headscale for a selfhostable version. Or just plain wireguard, there are GUIs for it, but it’s also pretty easy to configure without one.

bertmacho,

Its easy with Jellyfin and the config will tell you if its set up right. You can either go directly to the Jellyfin port or thru a reverse proxy but either way you’re exposing ports. I ran mine behind docker so I could easily keep everything up to date.

HectorBarbossa99,

why is exposing ports a bad thing? would it open me up for legal trouble or just make it to where some rando can watch whatever I have on the jellyfin? or does it make it where some rando can access any device I have connected to my network?

x4740N,

Open ports open you up to being an easy target to attack

It’s best to just have one open port for VPN and security harden that port along with port 80, and port 443 that are required for internet

NathanUp,
@NathanUp@lemmy.ml avatar

I’d sooner rent a VPS than open up ports needlessly on my home network. Yunohost makes it simple to get a Jellyfin instance up and running.

bertmacho,

All IMO of course but I think you’d only be on the hook legally for using Jellyfin if you sold access to your server. A private server would never hit the radar in a million years. The bad thing about exposing ports is you’re giving access to a service and therefore you’re relying on the Jellyfin authentication system to be secure. If there are flaws then, at best, someone could watch your content (and possibly delete it depending on your JF config) and at worst they could escalate privileges to get access to the hosting server and do whatever they want on your network. Like I said, I ran it on docker behind traefik (as the reverse proxy) and had no concerns doing so. I would much rather have the slight extra hassle of Jellyfin over Plex because I didn’t want the Plex middle-man sat between me and the person consuming the content. Jellyfin is a direct connection and there’s an app on Roku so it met all my needs.

coffeeguy,

Tailscale

It’s free for a limited number of personal devices. Add the jellyfin server to your tailscale network and it will receive a local ip. Add you grandfather’s roku (or possibly router) to that same tailscale. You’ll then be able to enter the Tailscale ip address of your jellyfin into the roku app to get access.

I don’t have a roku, but use tailscale to access several home services while I’m out including a jellyfin instance. It is incredibly easy to setup and use, particularly if you are limited by complex router situations.

scromblilation, (edited )

It’s possible, but without knowing how familiar you are with networking, it’s difficult.

I’m assuming your Jellyfin server is on your home network. If this is the case, it might not be worth it because you have a data cap.

Your home’s isp probably designated your connection a dynamic IP (changes every time your modem is rebooted and also periodically). You should be able to reach Jellyfin through this IP right now if your router is forwarding http requests to your Jellyfin server. For example, if Jellyfin is watching port 8080 for http requests you would need to set your router to port forward all requests on 8080 to the Jellyfin host

Since you have a dynamic ip this would not be a “set it and forget it” solution. There are ways around this, you’d need to research buying a domain name from a registrar (I’ve used porkbun) and setting up a ddns client that updates your ip with the registrar when it changes. I haven’t been able to figure this out yet (I just tinker with computers I don’t know what I am doing. I also have capped internet so I’m not interested in hosting my Jellyfin outside my home).

Also, setting up https is a good idea and is easier if you have a domain ( but you can do it without, I hear.)

Good luck

Edit: the other suggestions about setting up your network as a vpn and connecting that way is probably much easier. I went the domain route for some other stuff I was doing.

bennz1,

Yes it’s a legal issue

Wireguard would be the ideal choice instead of old school vpn

Could also use tailscale as it’s easier to set up

beachcamp,

I’m sure you could, biggest issues are exposing yourself to security threats. Most home networks are pretty secure due to the fact that in general using any router locks down your network pretty hard. So to access jellyfin remotely you would need to poke holes in your security.

Second issue is network bandwidth/throughput limitations. But if you are happy with your speeds then it’s just a matter of keeping your server up and running, especially if you are away from home for any length of time.

Personally I would really suggest a seed box of some description. It will really change your piracy life. I could never go back. And typically you can run plex/jellyfin/emby and serve to anyone you like without all the networking or maintenance or really security issues.

undefined,

What you are looking for is a VPN or to port forward Jellyfin. Not to be confused with a Commercial VPN. You want him to Virtually connect to your Private Network. Personally, I don’t trust port forwarding Jellyfin directly. So, I setup a wireguard VPN and port forwarded that. Then, connect remotely through the VPN to the local Jellyfin. Idk about Roku though. I cannot say wether they have a good wireguard app.

fraydabson,

Since not many seem to know about it. Plex_Debrid is an awesome program and works on more than just plex!

Shere_Khan,

Thats crazy, does it work well? I havent gotten into the debrid scene, but this is neat

fraydabson,

I think it does work great. Just one dev I think and he’s been busy so some things need added/fixing. Active on the discord. I love it. Just search movies in plex and they’re available immediately if cached on real Debrid and so much content is cached. Anything remotely popular.

Shere_Khan,

Hm. What do you run it on? I could see an nivida shield running that well, but a firestick?

fraydabson,

I run it on a docker on my headless Linux server. I imagine a shield can run it but prob not a fire stick.

jeanofthedead,
@jeanofthedead@lemmy.world avatar

Fwiw, similar apps already exist for the Shield, Firestick, etc. Syncler & Stremio.

drekly,

I use jellyfin, should I be using this instead?

fraydabson,

Plex Debrid works with Jellyfin too. You just also need to setup Trakt for the watchlist. As you add movies and shows to Trakt watchlists, plex Debrid will grab them and add to real Debrid and then refresh your jellyfin library.

Plex is just a little better since you can use the plex discover feature to add items to your watchlist

drekly,

Hmm, ok I’m using sonarr, radarr, prowlarr, and jellyfin server, hooked up to my imdb/tmdb watchlists, so I just like something online and it appears on my PC.

Does this essentially provide the same service, If I’ve already set mine up how I like it?

fraydabson,

Yeah pretty much. With the extra advantage that everything is on real Debrid so don’t need vpn (if you normally use one or don’t have a seedbox) and using their storage you don’t need local hard drive space. Also a slight disadvantage right now since real Debrid is down for maintenance so I cannot access a majority of my content. This is very rare as real debrid usually has like a good 99% uptime. Usually’ll locally download my favorite shows or movies from Debrid so i can access it if there is an outage or a local internet outage.

With your setup there may not be many pros to switching to this setup. I had an identical setup to yours years ago but this time around decided to stick with real Debrid and plex Debrid.

Mugmoor,
@Mugmoor@lemmy.dbzer0.com avatar

Plex Debrid doesn’t actually download the file to your computer, it just streams it. It tricks your OS into thinking it’s locally stored, but it isn’t.

Yolotan,

OSMC (a Kodi OS) on a Raspberry Pi 4 with Seren Addon + a Real-Debrid or Premiumize.me account is the absolut shit.

undefined,

Idk why you got downvoted. I wouldn’t call that advanced. But, we could all be happy with that setup too :)

Janis,

piracy is a latter.

at the bottom there is the person getting a pirated ware physically from someone who copied it.

then steps later there is rapidshare or whatever filehosters still exist.

more steps up are public torrents and trackers.

then there is forums that use a variety of sharing technologies like (private) torrent or hosters.

nzb is next.

then there is irc - which at best is linked to some of the outer ring ftp servers.

ftp servers run by currygroups is next. and they leech from

the core of scene ftp servers.

sure i missed exotic outlets of the piracy latter like ondemandpiracystreaming, ssd-by-snailmail and so on… we all agree vpn is key. i think irc always has worked better than torrent ever and being easier to access thab nzbs.

SuperSmashDan,

Do you mind sharing some more information about irc?

Janis,

well for starters you could just go xdcc.eu,search some shit, fire up hexchat, obey channel rules (e.g you have to register your username) and xdcc request the file. next up you might want to do you own irc bot maybe selfhosted on a Pi or as a service and teach that bot what to get you on a regular basis like tv shows. then never use xdcc.eu ever again and run your searches through said bot. maybe get lost in the whole topic and have a telegram bot run on the irc bot Pi to update you on latest downloads and so on… you can have an irc client on your phone and then tell your bot what to request and download.

undefined,

Sure, the magic of torrents is that it’s hard to truly take down. If 100 people are seeding something, good luck getting them all to stop. The next best option is to stop sites from hosting the torrent files that help you connect with seeders. But, now we have DHT that is like torrent sites automatically being peer to peer. Shits unstoppable.

But, ftp has great benefits as well for sure. Not to downplay that.

kazerniel,
@kazerniel@lemmy.world avatar

Not that advanced, but two things I found useful:

  • If you’re in a country that blocks torrent websites but not trackers (eg. UK), visit the sites via Tor browser.
  • Rutracker.org and Rutracker.ru are surprisingly not blocked in the UK and have lots of good software. They’re BBCode-style forums, so fairly obvious how to navigate/search them even if you don’t speak Russian. If you want to read the description or comments of a specific torrent, pop the page into google translate.
EarJava,

Avoid TS, HDCAM, CAM movies

Cyberwitch_7493,
@Cyberwitch_7493@lemmy.dbzer0.com avatar

and DOLBY Vision or DV movies if your hardware doesn’t support it.

smithjoe1,

Mmmm, that green and purple filter that you realize wasnt an artistic choice until 15 minutes in. Are there any workflows to play them on windows yet?

GenderNeutralBro,

I can’t verify atm, but IIRC newer versions of mpv can play these with correct coloring. You might need to to add a command line argument for it. And make sure it’s built with the latest ffmpeg as well.

Pulp,

They seem to play just fine with no cli arguments or anything else on Windows

Pulp,

MPV

penguin,

Another option is to add tdarr to your *arr stack and have it automatically convert any problematic audio/video streams into ones your devices can handle.

I have it set to encode truehd(?) audio since none of my devices support it and it also ensures there’s a video stream that my roku device can play since it’s a bit pickier than my smart tv

CmdrShepard,

I’d avoid this as you’d like be converting from lossless to lossless compression (like taking a photocopy of a photocopy). I think (not by my server ATM) that you can set exclusion words in both sonarr and radarr, do you could add “Dolby vision, DV, etc” to this list and they shouldn’t grab them.

penguin,

But sometimes the only option is the one that I’ll need to encode so it plays everywhere.

I’ve tried to balance it out so I get pretty good quality most of the time. But it skews towards whatever “just works” the most. I want to minimize having to find stuff manually myself or investigating why plex refuses to play something.

And I’m not a quality absolutist as long is it’s good enough.

krolden,
@krolden@lemmy.ml avatar

Thats the first thing you learn unless you enjoy trash quality movies

Alkider,

If you have a large steam library, the rin forum has some tools to help backup a good chunk of those games. Usually you can’t run a steam game without the steam client, but steamless and goldberg can make them run without needing the client.

roon,
@roon@lemmy.ml avatar

Won’t you lose out on achievements and stuff if you run it without the client? 🤔

Shere_Khan,

Yes, but there are work arounds if you really want achievements

Alkider,

With just goldberg yeah. There’s another program, i don’t recall it’s name at the moment, that keeps track of acheivements.

BlahajEnjoyer,

IPv6 torrenting for the most part goes unchecked by the companies who send threat letters to your ISP. I have a US seedbox which doesn’t have IPv4 and it’s been working great with a lot of public torrents

Puffymumpkins,

Good to know, but I also know I’m too lazy to keep ahead of the corpo squad long-term. VPN for me!

BlahajEnjoyer,

VPN seems like a bigger hassle for me, I change one parameter to off in /etc/network/interfaces and it works great.

lukini,
@lukini@beehaw.org avatar

Get into private trackers if you can and then you won’t have to worry much about any of this.

SkepticElliptic,

NO

kajko,

Your username makes me think you go around in elliptic orbits just to say NO at things due to your skepticism. :)

vardogor,
@vardogor@mander.xyz avatar

i’ve been pirating things for ~15 years and still don’t understand private trackers

TechnoBabble,

I can find just about anything I want through public trackers or DDL sites, so I haven’t bothered to look into them.

vardogor,
@vardogor@mander.xyz avatar

yeah pretty much. but the 5-10% I never found would be nice to look for again

NathanUp,
@NathanUp@lemmy.ml avatar

What’s the confusion? They’re just like public ones, but pristinely organized, extremely well seeded, and you’re less likely to get a letter from your ISP for torrenting with them.

stebo02,
@stebo02@lemmy.dbzer0.com avatar

and you’re less likely to get a letter from your ISP for torrenting with them.

isn’t that why we’re using vpn?

NathanUp,
@NathanUp@lemmy.ml avatar

Yea, but you don’t need one with a private tracker.

stebo02,
@stebo02@lemmy.dbzer0.com avatar

cool thank you

vardogor,
@vardogor@mander.xyz avatar

the getting into them part haha

NathanUp,
@NathanUp@lemmy.ml avatar

Ah, you just need to pass an interview for many, which involves doing some reading and waiting in an irc channel

RobotToaster,

Same, being elitist about who you share japanese cartoons or whatever with just seems weird.

pcjones,

If you are looking for German (or German + English dual language) content it can be very hard to find stuff on public torrent trackers and it’s pretty hard to get onto private German trackers - but don’t worry, there is a solution:

Usenet and the indexer sceneNZBs.com that specialises in German releases have got you covered!

If you want to automate the search for German Dual Language content using Radarr/Sonarr I made a guide (that also works for torrents too): github.com/…/radarr-sonarr-german-dual-language

KiofKi,
@KiofKi@feddit.de avatar

As a German, I can confirm: Usenet is the way to go. For me it’s fileleechers (invite only afaik) for German content, and nzbgeek for the rest. All combined with Sabnzbd and Plex. Will have a look at your guide tho!

pcjones, (edited )

fileleechers is a board and not an indexer though right? So you can’t add it to Sonarr and Radarr

Feel free to correct me, I don’t know a lot about them since they are invite only

KiofKi,
@KiofKi@feddit.de avatar

Oh yeah that’s true, just a board. But it’s ok for the occasional German content I need. No premium membership needed at least.

kelvinjps,

I cannot afford a vpn what do you recommend?

SinJab0n,

Setting up qbit with tor

HectorBarbossa99,

what exactly do you mean by that? is tor something that protects you somehow?

crewman_princess,

Please don’t. The tor network is not made for this. You vän use i2p instead. support.torproject.org/misc/misc-4/

Phrax,

Use ProtonVPN Free with direct downloads only (their P2P servers are paid). Check the megathread categories for links.

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

Did you know the contacts to the head, preamp and the motor on regular spinning disks are not soldered nowadays? That’s right, after some clever PLM engineering, companies decided NOT to do this. Why? It shortens the life span of the disk, thus, your disks die and you go and buy new ones.

Mitigation of this problem: Remove the controller board from the drive and solder (add solder) to all of the contacts that connect to something to the aluminium chassis of the disk.

https://lemmy.fmhy.ml/pictrs/image/ce0a1e41-5cac-4c4c-949e-fd21bcd1a51f.jpeg

Shere_Khan,

This is nonesense

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

Try it, then comment.

Shere_Khan,

What part should i try

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

What do you mean what part… all if it, lol 😂. Solder all the pins.

mikezila,

Try what? Add some pointless solder to a disk and then what? Wait years to see how long it takes to die? How many do I need for a sample size? Do I need to test the same model? What about workloads the drives should be under?

This is pure untestable unverifiable snake oil.

0x4E4F, (edited )
@0x4E4F@lemmy.fmhy.ml avatar

You can take my word for it and try it. Cuz I’ve done it numerous times and have extended the lives of many many disks. Sure, they all eventually fail, no doubt there. But, at least it will fail later, rather than sooner.

Test any model you like, doesn’t make a difference, they all perform better after the surgery. And they will be more stable under workload as well, that can be guaranteed.

Double_A,
@Double_A@discuss.tchncs.de avatar

How do you know you extended the life?

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

Because some of these disks were proclaimed worn out and not to be used. I still use all of them in 3 custom NAS builds. I sold 2 of them, the owners still haven’t reported a disk failiure, that was 2 years ago. I use one of the NASes as my personal storage, mdadm in RAID5, I still haven’t had a single disk fail on me. They were all full of “bad sectors” (logical, because of the bad contact between the head/preamp and the control board, bad data was being written to them, passed them with DRevitalize, all of the bad sectors were “reparied”), and yet, somehow, they still work.

Not to mention the numerous primary (OS) drives I’ve done this operation through the years and most of them still work fine, even though they have fulfilled their purpose (with the advent of SSD and all that). I’ve also compared the life cycle of identical drives that didn’t get this treatment and ones that did. Most of the ones that didn’t get this treatment are dead now (head crash in most cases).

Do this surgery to all of your drives as soon as you buy them (or at least after they’re out of warranty), disable AAM/APM (wdidle3 in case of WD) (you can do this even if in warranty, it’s a software/firmware tweak) and the disk will practically last forever.

the_third,

Yep. Solder flows, oxidizes and even occasionally grows needles in case of the new low lead variants. Not a material to make contact surfaces from.

DarkTides,

Interesting, but I’m confused how it can be applied to piracy.

Shere_Khan,

Gotta be a bot post, right?

DarkTides,

Nothing would surprise me these days after seeing a Skyrim mod with an AI companion you can talk to.

nevernevermore,

who said you can’t teach an old dog new tricks

Flatworm7591,
@Flatworm7591@lemmy.dbzer0.com avatar

I’m not sure it’s a bot, but it’s very questionable advice, and completely off topic. But I’m inclined to wait and see just how many downvotes it can accumulate just for the lolz 🤣

0x4E4F, (edited )
@0x4E4F@lemmy.fmhy.ml avatar

Meeh, just thought I’d share 🤷.

Plus, you gotta save your pirated data somewhere, right 😁.

beeboopbeep,

I run everything with saltbox (cloudbox fork) it’s ansible, it’s automated, and I hardly have issues. I host from home but have a 10gb uplink.

Being consistent and seeding is what makes everything work. So my best advice is seed! (Private trackers are a no brainer). Using a few and backups. I have replaced all the streaming services with a self service portal and all I need to do is updates and every few year upgrade the hardware.

I have and do purchase lots of movies and entertainment. But I’m tired of services deleting shit.

Rentlar,

qBitTorrent has an inbuilt search feature that is kind of hidden. It supports plugins to search your favourite sites.

Here’s a complete article on how to enable it and get the plugins.

AceFuzzLord,

This would be such a minor time saver if there’s a plug-in for libreoffice. I cannot wait to try it out for other sites, too. Such a good tip.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • [email protected]
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • Ask_kbincafe
  • oklahoma
  • feritale
  • SuperSentai
  • KamenRider
  • All magazines