mariannoodle
Member
OP
Debian Stable
- Joined:
- Sep 2024
- Posts:
- 32
- From:
- Portland, USA
You don't need to mess with ports or DynDNS for this. Your webserver (nginx, caddy, whatever) reads the Host header from the request and routes accordingly. One public IP, port 80/443, infinite domains.
I run maybe a dozen sites off a single Contabo IP at home. Reverse proxy handles the rest. DynDNS just points the names to your IP—let the server do the actual splitting.
If you're using apache it's literally just extra VirtualHost blocks.
declarative, reproducible, indescribably good
Lag
Member
- Joined:
- Feb 2025
- Posts:
- 21
- From:
- Lyon, France
Bon, the limit it is not 255, it is the port you are think of, no? One IP, many sites, SNI it does this, very simple.
Me, I am try with OVHcloud first, the cheap VPS, but the CPU it is steal, always steal. The websites they are load like my grandmother she is walk. So I move to home, the fiber it is better than the "budget" they are sell.
The Windows PC you are say, every week the reboot... mon dieu, the Linux it is exist for this reason!
it's not lag, it's dramatic tension
mariannoodle
Member
OP
Debian Stable
- Joined:
- Sep 2024
- Posts:
- 32
- From:
- Portland, USA
The "old browser" boogeyman again. XP died in 2014, let it rot. If someone's still on IE6 that's a them problem, not your homelab architecture.
Re: OVHcloud — their CP is a dumpster fire but the price is right. I had a box there for like six months, only moved because I wanted ARM and they didn't have it. Never lost data, just patience.
The "255 limit" thing is wild tho. That's ports, not vhosts. You can run thousands of names off one IP easy. File descriptors and RAM are your actual walls.
Self-hosting public stuff is masochism with extra steps. Power bill alone kills any savings vs a cheap Contabo slice. I keep my local proxmox for experiments and spite, but anything I want online stays on someone else's iron. Dev localhost + git push to real infra is the sane path.
Notepad2+ respect. I still write nginx configs in nano like a caveman.
declarative, reproducible, indescribably good