Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AL
alxx @lemmy.world
Posts 0
Comments 5
What can the 'average Joe' start hosting, that will change their life?
  • Exactly a couple of things that we (me and the wife) use really often:

  • nginx proxy manager alternatives
  • Just out of curiousity:

    I’ve been running several instances nginx proxy manager for a while and using a python script I wrote to keep them synchronised

    Why are you running multiple instances? I assume because of HA/failover. But do you really need that? I know that most setups already have a single point of failure elsewhere. IMHO you are better off by making the reverse proxy or host of the reverse proxy more stable. I even multiple point of failures, such as my internet connection and modem.

    An alternative would be to front your Nginx Proxy Manager with another proxy, such as HAProxy or Traefik. Both are designed for HA deployment and can also do health checks to decide what traffic to redirect to what endpoint. An HAProxy example and a Traefik example.