Step {{ current_wizard_step }}: Connection

Configure how Supavision connects to your {{ data.db_engine or 'database' }}.

{% if errors %}
{% for e in errors %}
{{ e }}
{% endfor %}
{% endif %}
{% for key, val in data.items() %} {% if key not in ('_step', 'resource_type', 'csrf_token') %} {% endif %} {% endfor %}
Use "localhost" if connecting via SSH tunnel, or the server IP/hostname for direct.
The server to tunnel through.
Path to the private key on the Supavision host (e.g. /home/ubuntu/.ssh/id_rsa).