this post was submitted on 02 Jan 2026
41 points (97.7% liked)

Selfhosted

61409 readers
682 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So, just for the sake of it I've been trying to get my lab to be HA -or as HA as a small homelab can be-

My current set up is a follows:

3 proxmox servers with some Debian VMs, the VMs run docker swarm

A NAS, with Truenas

ISProuter -> OpenWRTRouter -> VM [Port fowards 80/443]

This works like a charm when I am in my LAN, but when I access from outside, if the VM that has 80/443 port forwarded to is down (which it never is) I'd loose connectivity.

I have now idea how to solve this little problem in a efficient way, maybe a reverse proxy running on my OpenWRT? (Which'd only move the point of failure to my router, but if my router goes down is gameover already anyways) has anyone attempted this?

Any opinions/ideas?

Update:

Solved! I moved my traefik data to a NFS share in my NAS, replicated the container across all manager nodes and then installed keepalived and now float a VIP between them.

Works like a charm and it was super easy to set up, literally 3 ansible tasks and 1 jinja template and you are done.

Thanks to all of ya!

you are viewing a single comment's thread
view the rest of the comments
[–] thisisnotausername@lemmy.dbzer0.com 3 points 7 months ago (1 children)

It never goes down :-) I just want to make it better.

Alright, im kind lying, it use to go down all the time cause my NICs would hang, but I did fix it. This problem did gave me the itch to make it even more avaliable.

[–] just_another_person@lemmy.world 3 points 7 months ago* (last edited 7 months ago)

There's only so much reliability you can build into a simple home setup without it being a major loss on investment. In a datacenter situation, you'd have fault tolerance on all the network ingress: load balancers, bonded interfaces, SDWAN configurations...etc.

Unless you want 3 of everything you own, just do the basics, OR I guess consider hosting it elsewhere 🤣