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




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.