this post was submitted on 24 Feb 2026
58 points (95.3% liked)

Selfhosted

60093 readers
962 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

On my Lan I have 192.168.1.111 hosting a bunch of various services not containerized. All connections are done either from my internal lan or from wireguard going through 192.168.1.111 so no external traffic bar wireguard.

I've set the host name of 111 in the hosts file inside the router and 111 and it works for all devices expect the ones connecting via wireguard.

But I dont want to have to use hostname+port for every service, I'd like each service to have its own name. I'd also like certs.

Can someone point me in the right direction for what I need to do? I'm thinking maybe this requires a local DNS server which im hesitant to run because im happy using 8.8.8.8.

For certs do I create a single cert on the 192.168.1.111 and then point all the applications to it?

you are viewing a single comment's thread
view the rest of the comments
[–] LievitoPadre@feddit.it 20 points 4 months ago (2 children)

You need a thing called reverse proxy. There are many available.

Some suggested nginx, I recommend to give a try to caddy. It's easier than nginx and includes the certificate management as well.

[–] LastYearsIrritant@sopuli.xyz 6 points 4 months ago (2 children)

NPM, Nginx Proxy Manager also has a UI and certificate management.

[–] hamsda@feddit.org 3 points 4 months ago

Currently using nginx-proxy-manager for exactly this purpose. Nice and easy-to-use UI, including automatic LetsEncrypt ssl certificates :)

[–] Cerothen@lemmy.ca 3 points 4 months ago

I would consider zoraxy.

https://github.com/tobychui/zoraxy

Single go binary, works on Windows natively if you need that and somewhat more feature rich than npm (if your not custom writing configs)

[–] pipe01@programming.dev 3 points 4 months ago

+1 for caddy, I've been using it in my homelab for years and the configuration is just trivial