Hello, I am looking for a alternative to HA Proxy, as the GUI options for it, are both third-party and not very good looking, also I just want to know about the alternatives, what I am looking in a high availability setup is the ability to detect if a server is offline, and route to other servers, as well as other HA goodies.

  • sugar_in_your_tea@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    I use HAProxy and Caddy, and for different reasons:

    • HAProxy - sni-based proxying to devices on my VPN; lives on my VPS
    • Caddy - TLS-trunking (and cert renewal) per device and reverse proxy in front of containers

    It works really well. My router is configured as a DNS server to route my domains to my local network, so I get to use TLS even on my LAN, which is neat.