{% extends 'generic/object.html' %} {% load static %} {% block content %}
ProxBox API Endpoint (FastAPI app)
Unknown
Name {{ object.name }}
IP Address {{ object.ip_address }}
Port {{ object.port }}
Use HTTPS {% if object.use_https %} Yes {% else %} No {% endif %}
Verify SSL {% if object.verify_ssl %} Yes {% else %} No {% endif %}
Username {{ object.username }}
Mode {{ object.mode }}
Target Loading...
Authentication Loading...
API Access Loading...
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}