• 0 Posts
  • 388 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • Essentially you need a load balancer hosted somewhere that the traffic hits before getting routed to one of the 2 servers. That could be a VPS running Traefik if you prefer that.

    Alternatively you could both run something like IPFS and run the static site on that, but anyone accessing the site would either need IPFS installed, or use a gateway hosted somewhere (Cloudflare has a public for example).





  • There isn’t a true replacement for Wordpress because of the sheer availability of plugins it has.

    But for simple sites like blogs and personal sites Grav CMS is one I’ve used, and it gives you a web admin panel similar to Wordpress, so the learning curve isn’t too bad.

    Drupal also gets mentioned a lot as a replacement.

    There are also static site generators like Hugo, but those require learning a lot about the specific one you use, and are pretty complex to use, and if you need non-static content like a web form or something it can add a lot of complexity to your whole setup.