this post was submitted on 17 Jun 2023
25 points (96.3% liked)

Selfhosted

39517 readers
840 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 1 year ago
MODERATORS
 

How do you guys set internal domains?

Say i dont want to type 192.168.1.100:8096 and want a url instead, say jellyfin.servername - how would I go about that? I don't want it exposed online via reverse proxy. I don't need certs. No port forwarding on the router.

How do I type 'jellyfin.servername' into a browser and being up the jellyfin dashboard?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (4 children)

Reverse proxy and local DNS. Just add the domains you want to your DNS and point them at the reverse proxy.

[–] [email protected] 1 points 1 year ago (1 children)

Thanks. It's the reverse proxy part i'm scared of. For some reason theyve just never clicked with me.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I get that, they're a bit confusing at first. I'd highly recommend looking at Caddy, it's configuration is very simple. Really all you have to do is pick a domain name and point it at the correct port. If you're only accessing locally you don't even need to buy a domain.

[–] [email protected] 1 points 1 year ago (1 children)

I have a domain, but if I don't have to use it, all the better. So with a reverse proxy, if i don't want it accessible on the web, i can literally pick anything? I could call it "watch.tv" if i wanted?

[–] [email protected] 1 points 1 year ago

Yep! If you have a local DNS server such as a pihole you could just manually add watch.tv to your local dns records and set the IP as your servers IP. If you don't have a local DNS server, you can just add it to your hosts file.

Once you do this, any requests to that domain will go to your reverse proxy, which if set up correctly will send you to Jellyfin.

load more comments (2 replies)