this post was submitted on 31 Oct 2023
3 points (100.0% liked)

Self-Hosted Main

535 readers
2 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 2 years ago
MODERATORS
 

Hi,

New to all this, just got a few services I'm running on a raspberry pi to get started, but I'd already like to start using an address like pihole.home.lan to access a service instead of memorizing the ip and port. Since everything is on the pi the services are have individual ports, which I think complicates things. Trying to do everything in docker too, mostly because it seems to make it easier to remove something if it gets botched.

I've done a little googling to figure this out, seems like the solution is a combination of pihole to catch requests then send them to nginx to route them to individual ports. I found a guide which looks like it should do exactly this https://github.com/pi-hole/docker-pi-hole/blob/master/examples/docker-compose-nginx-proxy.yml but it the services aren't connecting to each other right.

If anyone has another guide to accomplish something similar or could answer some questions I'd appreciate it!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here