127
Self hosting with subdomains (jackdavies.github.io)

I created a short tutorial on using sub domains to access services hosted within my home network, thought I would share it here in case anyone finds it useful

This is the first time I've made a technical tutorial so apologise if there are mistakes/its confusing, feedback will be appreciated

you are viewing a single comment's thread
view the rest of the comments
[-] frongt@lemmy.zip 19 points 8 months ago

I am once again recommending that you not expose any services to the internet except a VPN

[-] VeganCheesecake@lemmy.blahaj.zone 13 points 8 months ago

Good as a general recommendation.

I also feel like the risk levels are very different. If it's something that performs a function but doesn't save/serve any custom data (e.g. bentopdf), that's a lot easier to decide to do than something complicate like Jellyfin.

I do have public addresses for Matrix, overleaf, AppFlowy, immich because they would be much less useful otherwise. Haven't had any problems yet, but wouldn't necessarily recommend it to others.

I'd never host any stuff with "Linux ISOs" on a public adress, that seems like it'd be looking for trouble.

[-] frongt@lemmy.zip -5 points 8 months ago

Doesn't matter. Any exposure risks compromise. From there, an attacker could pivot to read your data, mine cryptocurrency on your device(s), serve objectionable material, or other unsavory activities.

Even if you have authentication enabled, not all APIs require authentication. Jellyfin in particular is not designed to be internet-facing. And even if it does require authentication, authentication bypass attacks are a thing.

[-] jtzl@lemmy.zip 4 points 8 months ago

If you really want to secure your computer, encase that puppy in concrete (after disconnecting it from power),

[-] VeganCheesecake@lemmy.blahaj.zone 1 points 8 months ago

... sure. Nothing here is wrong, but there's ways to try and mitigate that. And then it's kinda an arms race, and vigilance.

[-] Magnum@infosec.pub 1 points 8 months ago
[-] Appoxo@lemmy.dbzer0.com 1 points 8 months ago

Designed meaning in that case intended to be exposed.
More of an internal thing.
VPNs on the other hand are designed to be exposed. Same with some ssh servers or reverse proxies like traefik, nginx etc.

[-] Magnum@infosec.pub 1 points 8 months ago

So you mean the JellyFin ports should not be directlly exposed, but self hosting and exposing nginx to forward the traffic locally to jellyfin is fine?

[-] Appoxo@lemmy.dbzer0.com 1 points 8 months ago

Better rather than worse, yes.

Just need to be aware if what you expose and how and where.

[-] Magnum@infosec.pub 1 points 8 months ago

So its also not designed to be exposed via nginx?

[-] Appoxo@lemmy.dbzer0.com 2 points 8 months ago

Please stop nitpicking.
It's as insecure as every other software exposed to the internet.
It's just that some softwares (like Jellyfin) is more prone to be a risk than others (like nginx).

Juat be aware of what you do.

[-] essell@lemmy.world 6 points 8 months ago

I'm not sure that's gonna work with my Jellyfin ๐Ÿค”๐Ÿซค

[-] LordKitsuna@lemmy.world 7 points 8 months ago* (last edited 8 months ago)

I mean it WOULD work you would just need a von on every device you wanted to use.

The REAL answer is never host them DIRECTLY, always use a reverse proxy like nginx. Many projects (i believe jellyfin is one of them) explicitly recommend this for better security. Which it looks like you did so congrats

For extra bonus points you can setup nginx to run as a non privileged user and use iptables to forward the lower ports (80/443). A pain but closes out a large chunk of nginx as a risk.

[-] Dultas@lemmy.world 4 points 8 months ago
[-] LordKitsuna@lemmy.world 1 points 8 months ago

Eh, i just use pubkey only Auth config (so password entirely disabled as an option) and put ssh on a non standard port to reduce script kid noise. (and no 2222 is not non-standard it may as well be the default)

Fail2ban triggers false too often for my taste in a high traffic environment.

[-] essell@lemmy.world 3 points 8 months ago

Did you learn that about my jellyfin by looking at my post history or connecting to my server? ๐Ÿ˜€

It'd struggle a bit on some setups, like when I'm using the Jellyfin app on my GFs smart TV.. Or explaining to a friend in Europe how to setup a VPN without breaking anything else on his network... It is a risk for sure.

I'm too tired right now to parse what you mean about the port forwarding. I guess the idea is to reduce the impact if Jellyfin were breached or exploited. If you're up for it, can you explain more about why that relates to port forwarding?

[-] LordKitsuna@lemmy.world 2 points 8 months ago

If you ran nginx as a non privileged user it wouldn't be able to bind to 80/443 as those are privileged ports. So you would need to use iptables to forward them to an unprivlaged port

[-] essell@lemmy.world 1 points 8 months ago

Ah, gotcha! Thanks.

I feel like that information could have multiple implications in future. Thank you!

this post was submitted on 04 Jan 2026
127 points (97.0% liked)

Selfhosted

62139 readers
537 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS