38
submitted 5 days ago by compostgoblin to c/selfhosted@lemmy.world

Here’s my proposed configuration:

  • OrangePi Zero 3 running DietPi
  • Jellyfin with media libraries on an external hard drive
  • Dynamic DNS from DuckDNS to access server remotely via Finamp

Is there anything I’m missing? Do I need Lets Encrypt or fail2ban?

top 21 comments
sorted by: hot top controversial new old
[-] skoell13@feddit.org 1 points 1 day ago

I would also recommend a VPN. However, if this doesn't work or you want to share it with friends I would recommend something like a VPS relay: https://codeberg.org/skjalli/jellyfin-vps-setup

[-] possiblylinux127@lemmy.zip 14 points 4 days ago

Don't expose Jellyfin to the internet

Instead, add some sort of additional security layer like a Mesh VPN

[-] Shimitar@downonthestreet.eu 18 points 5 days ago* (last edited 4 days ago)

I would secure it behind a good reverse proxy with letsancrypt https certificates...

Check here https://wiki.gardiol.org/doku.php?id=services%3Ajellyfin the NGINX section.

[-] illusionist@lemmy.zip 17 points 5 days ago
[-] compostgoblin 5 points 4 days ago

Thank you! What is the most beginner-friendly way to do that?

I’ve been trying to figure this all out for so long, but it feels like every time I overturn one stone I discover there’s another setting or program I need to configure that I didn’t know about

[-] illusionist@lemmy.zip 9 points 4 days ago* (last edited 4 days ago)

Install caddy. Check that it works. Get to know what a firewall is. How it works. Forward your ports from router to the machine. (I use cockpit (preinstalled on fedora) to configure my firewall)

Use a caddyfile with the content

sub.domain.com {
    reverse_proxy 192.168.178.192:8080
}

Replace 192.168.178.192 with the ip. And 8080 with the port and your domain obviously.

That's it.

[-] rikudou@lemmings.world 6 points 4 days ago

Seconding caddy, it's extremely simple.

[-] BentiGorlich@gehirneimer.de 4 points 4 days ago

Nginx Proxy Manager is the most user friendly way in my opinion :)

[-] rikudou@lemmings.world 8 points 4 days ago

Nothing beats caddy for simplicity, IMO.

[-] BentiGorlich@gehirneimer.de 5 points 4 days ago

Well I do not have to touch any configuration files with npm and it has a relatively fancy UI

[-] possiblylinux127@lemmy.zip 4 points 4 days ago

Caddy is much faster though. I don't like trying to navigate a UI when you can just write 3 lines in a config.

[-] UnpledgedCatnapTipper 4 points 4 days ago

Being able to manage it through a gui web interface is definitely nice. I love how simple it is to work with.

[-] frongt@lemmy.zip 13 points 4 days ago

If it's on the Internet, yes.

Given the state of the Internet, you should keep a healthy level of paranoia. I always recommend exposing as little as possible, and that means using only a VPN and not putting jellyfin itself on the Internet.

[-] compostgoblin 5 points 4 days ago* (last edited 4 days ago)

Oh, the healthy paranoia isn’t the issue haha

I just want to be able to figure out how to configure my system to be able to safely expose a single service for my use away from home. Because I’d like to eventually expand from Jellyfin to Nextcloud and Vaultwarden as well, but I know I’m not there yet

[-] possiblylinux127@lemmy.zip 1 points 4 days ago

Remote access doesn't mean opening it up to everyone

[-] compostgoblin 2 points 3 days ago

Correct. I’d like to make it available to myself and any family members or friends I share it with, but not the wider world

[-] possiblylinux127@lemmy.zip 1 points 3 days ago

Have you checked out Netbird?

[-] compostgoblin 1 points 3 days ago
[-] possiblylinux127@lemmy.zip 1 points 3 days ago* (last edited 3 days ago)

https://netbird.io/

It is a overlay VPN that creates a virtual IP network that devices are in regardless of where they are on the internet. (You don't even need to open up your Firewall)

[-] Mordikan@kbin.earth 9 points 4 days ago

I would only expose a port to the Internet if users other than myself would be needing access to it. Otherwise, I just keep everything inside a tailscale network so I can access remotely. Usually I believe people put a reverse proxy in front of the Jellyfin server and configure your certificates from there. So Jellyfin to proxy is insecure and then proxy to internet is secure. Lets Encrypt is an easy way to do that. And if you are going to expose a port you definitely want fail2ban monitoring that port.

If using tailscale funnels, you can technically skip the certificate part as that's done for you, but that would take away from the learning experience of setting up a proxy.

[-] ryanpdg1@lemmy.ca 2 points 4 days ago

To add to the idea of using tailscale. I've been using tsdproxy for a while now and it's outrageously easy to set up.

The reason I've gone this route is that I feel like it gives me a bit more control over who is in my network and what they can get to.

Each service gets a funny name address and I get to share that specific service with other people who also have tailscale. Then if they get on my nerves or something, I can stop sharing that specific service and they can figure it out on their own.

this post was submitted on 11 Aug 2025
38 points (100.0% liked)

Selfhosted

50526 readers
335 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS