{% extends "layout.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Choose a unique name for this application
Select the server where this application runs
Markdown formatting is supported. Include details about what this application does, contact info, etc.
Preview will be shown here...
Port Configuration
{% if app and app.ports %} {% for port in app.ports %} {% endfor %} {% endif %}
Port Number Protocol Description Actions
Configure the network ports used by this application
{% endblock %} {% block extra_js %} {% endblock %}