this post was submitted on 14 Nov 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hi,

Have a bunch of PCs, VMs, and services like pihole self-hosted. Still using their IP:port to reference. Obviously would prefer to use FQDNs. Understand something like pihole DNS server could be used for IPs, but doesn’t allow for unique FQDNS for IP:port combos.

Suggestions for simple, lightweight solution most welcome, thanks

top 1 comments
sorted by: hot top controversial new old
[–] StrawberryPigtails@lemmy.sdf.org 1 points 10 months ago

You would want to use a reverse proxy to point your domain name to the correct IP and port. Caddy would work quite well for this though, if you are publishing your services for just your local network you will want to either disable TLS function or tell caddy to use its local certificate. By default it tries to set up TLS using a Let’s Encypt certificate.

Also, best practice is to buy the domain that you want to use for your FQDN on your local network.