{% extends 'base/layout.html' %} {% load static %} {% block content %}
Domain / IP | {% if px.domain %}{{ px.domain }} | {% else %}{{ default_config.proxmox.domain }} (default) | {% endif %}
---|---|---|
HTTP Port | {% if px.http_port %}{{ px.http_port }} | {% else %}{{ default_config.proxmox.http_port }} (default) | {% endif %}
Proxmox User | {% if px.user %}{{ px.user }} | {% else %}{{ default_config.proxmox.user }} (default) | {% endif %}
Proxmox Password | {% if px.password %}password defined in configuration.py | {% else %}{{ default_config.proxmox.password }} (default) | {% endif %}Token Name | {% if px.token.name %}{{ px.token.name }} | {% else %}{{ default_config.proxmox.token.name }} (default) | {% endif %}
Token Value | {% if px.token.value %}{{ px.token.value }} | {% else %}{{ default_config.proxmox.token.value }} (default) | {% endif %}
SSL | {% if px.ssl %}{{ px.ssl }} | {% else %}{{ default_config.proxmox.ssl }} (default) | {% endif %}
Domain / IP | {% if px.netbox.domain %}{{ px.netbox.domain }} | {% else %}{{ default_config.netbox.domain }} (default) | {% endif %}
---|---|---|
HTTP Port | {% if px.netbox.http_port %}{{ px.netbox.http_port }} | {% else %}{{ default_config.netbox.http_port }} (default) | {% endif %}
Token | {% if px.netbox.token %}{{ px.netbox.token }} | {% else %}{{ default_config.netbox.token }} (default) | {% endif %}
SSL | {% if px.netbox.ssl %}{{ px.netbox.ssl }} | {% else %}{{ default_config.netbox.ssl }} (default) | {% endif %}
Uvicorn Host | {% if configuration.netbox_proxbox.fastapi.uvicorn_host %}{{ configuration.netbox_proxbox.fastapi.uvicorn_host }} | {% else %}{{ default_config.fastapi.uvicorn_host }} (default) | {% endif %}
---|---|---|
Uvicorn Port | {% if configuration.netbox_proxbox.fastapi.uvicorn_port %}{{ configuration.netbox_proxbox.fastapi.uvicorn_port }} | {% else %}{{ default_config.fastapi.uvicorn_port }} (default) | {% endif %}