User Interface (Jobson UI) ========================== The core ``jobson`` server only hosts a JSON/websocket API for Jobson. ``jobson-ui`` is a set of static web assets that should be installed separately on a production-grade webserver (e.g. ``apache``, ``nginx``). Screenshot ---------- .. image:: _static/screenshot.jpg Overview -------- .. image:: _static/ui-arch.svg ``jobson-ui`` is a set of static web assets that should be hosted on a standard webserver. This enables admins to administer the user-facing API of jobson with their own standard security/caching/authentication apporaches. At runtime, browser clients go through the following steps: * Clients download ``index.html`` (from ``jobson-ui``) from the webserver * ``