{% extends "base.html" %} {% block headline %}

Configuration for "{{project}}"

{% endblock%} {% block content %} {{ super() }}
{% if project not in apps %} We don't know where this app is running yet.

{% endif %}
OPTION A: It's using a Unix Socket (fast and great!)
Put the full path to the socket in the field below in the form "/tmp/myapp.soc"

OPTION B: It's on another Network Port (supports websockets!)
Put the address of the app in the field below in the form "http://127.0.0.1:8080"

Application Port:

{% if project in apps %}

Unbind '{{project}}'

Unbind this project (Note that this will obviously also disconnect any shared tunnels.)

{% endif %}
{% endblock %}