{% load static %}

FastAPI (Backend Service)

Unknown

This service MUST be running to Proxbox work.
It's the backend which communicates with Proxmox Clusters.

{% if object.domain %} {% endif %} {% if object.ip_address %} {% endif %} {% if fastapi_url %} {% endif %} {% if fastapi_websocket_url and object.use_websocket %} {% endif %} {% if object.port %} {% endif %}
Name {% if object.name %} {{ object.name }} {% else %} Empty {% endif %}
Domain {{ object.domain }}
IP Address {{ object.ip_address }}
HTTP URL {{ fastapi_url }}
WebSocket URL {{ fastapi_websocket_url }}
Port {{ object.port }}