{% 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
If provided, the application name will be clickable and link to this URL.
Select the server where this application runs
{% endfor %} {% endif %}
Port Protocol Description
{% if app and app.ports %} {% for port in app.ports %}
Configure the network ports used by this application
Use Markdown syntax to format your documentation. You can use GitHub-style alerts:
> [!NOTE] This is a note > [!TIP] This is a tip > [!IMPORTANT] Important info > [!WARNING] Warning message > [!CAUTION] Critical caution
{% endblock %} {% block extra_js %} {% endblock %}