{% extends "base.html" %} {% block title %}Setup{% endblock %} {% block content %}

Platform Setup

One-time bootstrap of the messaging infrastructure

{% if bootstrapped %}

Platform is already bootstrapped

Back to dashboard
{% else %}

Public hostname or IP that devices will use to connect

Setting up infrastructure...
{% endif %}
{% endblock %}