this post was submitted on 11 Aug 2026
56 points (100.0% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
70236 readers
230 users here now
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.
Rules • Full Version
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
Loot, Pillage, & Plunder
We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.
📜 c/Piracy Wiki (Community Edition):
🏴☠️ Other communities
FUCK ADOBE!
Torrenting/P2P:
- !seedboxes@lemmy.dbzer0.com
- !trackers@lemmy.dbzer0.com
- !qbittorrent@lemmy.dbzer0.com
- !libretorrent@lemmy.dbzer0.com
- !soulseek@lemmy.dbzer0.com
Gaming:
- !steamdeckpirates@lemmy.dbzer0.com
- !newyuzupiracy@lemmy.dbzer0.com
- !switchpirates@lemmy.dbzer0.com
- !3dspiracy@lemmy.dbzer0.com
- !retropirates@lemmy.dbzer0.com
💰 Please help cover server costs.
![]() |
![]() |
|---|---|
| Ko-fi | Liberapay |
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments




Kodi - compiled from source on whatever hardware suits your needs. I use an old laptop (busted screen) with an external HD.
Jellyfin and Plex don't offer as many features. I used Plex for a long time but ultimately it's untrustable proprietary trash. And, when I last tried Jellyfin, it doesn't do games, IPTV, music, youtube, other addons, etc. It also seemed kind of buggy/slow.
(I just use qbittorent for torrenting.)
So my family and friends could reach my Kodi server with their clients? Just open/forward a port?
ideally you'd setup wireguard (or whatever) for them to use so you're not just opening ports to the entire internet. i use jellyfin and like it a lot, but the real major issue with jellyfin is explaining to your elderly mother how to setup and use wireguard on her smart tv.
how would you do that? wireguard requires opening a port unless you use a middle server where you open the port on that and at that point maybe netbird would be an easier option
Yes, but the wireguard connection is encrypted, as opposed to opening up an unencrypted connection for just Jellyfin or whatever.
i see
you could also open http/s ports and use nginx proxy manager, which encrypts connections using TLS
Yeah, to my shame, I don't know how to setup those https certificates... :( I also need to study how proxies work. xD
Take a look at Caddy if nginx seems too complicated.
Caddy is designed primarily to act as a reverse proxy, and it can automatically set up your certificates with Let's Encrypt (as long as you have it listening on ports 80 and 443).
You'd only need to set up a domain pointing to your IP, but you can do that for free and without a permanent IP by using a DDNS (like duckdns)
The jellyfin website has instructions on how to set it up with Caddy. I recommend using the Caddyfile.
Thanks! I'll check it out! I actually have a domain at NoIP, but some list(s) uBlock Origin seem to be blocking it, so maybe they are a little anti-consumer? xD I'll check out duckdns!
Some lists will blanket flag all DDNS providers. It's not malicious per se, there are reasons to block them.
They're free, they allow registration with just a mail and a password, and they also allow hosting sites from residential addresses. So some scammers abuse the service for scamming.
It's not super common, and normally all these services try to take down malicious users and scammers, but it's the reason why these domains can be in anti-scam and anti-spam lists.
For normal media server or website hosting, it's usually not a problem (unless you have one of those special uBlock lists, but by default I can tell you duckdns isn't blocked, and I don't think NoIP is either).
If you want to host something that requires federation, you may start getting into issues with some instances, if they have some of those filter lists. But at that point, getting a static IP or a VPS and a real domain pointed to it is the best choice.
Right. I still haven't learned how to setup wireguard yet... how then would my parents do it. xD I'd help them of course, but first I have to learn it myself.