{% load static %}
This service MUST be running to Proxbox work.
It's the backend which communicates with Proxmox Clusters.
Name | {% if object.name %} {{ object.name }} {% else %} Empty {% endif %} | |
---|---|---|
Uvicorn Host | {% if object.ip_address %}{{ object.ip_address }} | {% else %}{{ default_config.fastapi.uvicorn_host }} (default) | {% endif %}
Uvicorn Port | {% if object.port %}{{ object.port }} | {% else %}{{ default_config.fastapi.uvicorn_port }} (default) | {% endif %}