this post was submitted on 11 Aug 2026
30 points (100.0% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
70163 readers
250 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




Youre welcome. I assume there should be a way to stop nginx logs getting generated, or at least make a script to automatically delete them
I may have misunderstood how you had your ports open, do you have them open locally and accessed through your wireguard private network? if so, and you dont mind having others connect to your wireguard server, then youre good to go.
Nginx explained:
let me clarify what nginx and nginx proxy manager are, nginx is the proxy service, nginx proxy manager is nginx with a web dashboard for configuration
as I understand proxy services, they open ports 80 and 443 i think, which are for http and https respectively
from that you can redirect traffic to any local service nginx has access to
you need to host nginx proxy manager on a server and forward http/s and certificate ports (or maybe just http/s) to the server, the server needs local access to jellyfin
you also need a domain to easily get https encryption with letsencrypt, i recommend duckdns
open port:
client > ip:port > your open router > your vpn router > jellyfin
direct access, no filters, no encryption (unless you make your own certs which you need to trust on each client or have all connections from client to server go through wireguard)
nginx/nginx proxy manager:
(subdomain is how nginx knows where or which local ip:port to send incoming traffic)
client > https://subdomain.domain.duckdns.org/ > public network nginx > local network jellyfin
no direct access, nginx filters, encryption
so only a few open ports, lead to as many local services as you want