{% load static %} {% load proxbox_tags %}
This service must be reachable for ProxBox to work.
NetBox exposes status visibility here, but it does not manage the backend service lifecycle.
| Name | {% if object.name %}{{ object.name }}{% else %}Empty{% endif %} |
|---|---|
| Domain | {{ object.domain }} |
| IP Address | {{ object.ip_address }} |
| HTTP URL | {{ object.url }} |
| WebSocket URL | {{ fastapi_websocket_url }} |
| Port | {{ object.port }} |
| API key | {% if object.credential_encryption_state == "Recovery required" %} Recovery required {% elif object.credential_encryption_state == "Configured" %} Configured {% else %} Not configured {% endif %} |