Skip to content

Infrastructure

The setup of the website requires a number of supporting components mostly in the network area.

  • Tailscale a Wireguard protocol based VPN is used for private, protected network communications where required (currently only implemented for the database management access on both servers)
  • cloudflare is widely used throughout the project:
    • All public endpoints are set up using proxy tunnels
    • the web visitor verification is implemented using turnstile
    • the verification of the turnstile token and the hosting of this documentation are implemented using a cloudflare Worker.

Released under the MIT License.