EMBArk architecture - e-m-b-a/embark GitHub Wiki

Backend-services Redis and MySQL are run via docker daemon in a isolated virtual network with addresses 172.22.0.0/16.

For the 2 web interfaces WSGI and ASGI we use:

  1. Apache as standalone server on the host
  2. Daphne-Django integration for WS (which are needed for the status/loading functionalities)

EMBArk is built for Ubuntu:jammy (at the time of writing this...)

Important frameworks:

  • Django
  • Bootstrap
  • jQuery