Domain / IP | + {% for px in configuration.netbox_proxbox.proxmox %} +
---|
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 %} +(secret) (default) | + {% endif %} +Token Name | + {% if px.token.name %} +{{ px.token.name }} | + {% else %} +{{ default_config.proxmox.token.name }} (default) | + {% endif %} +
Token Value | +(secret) | +|
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 %} - -
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 %} -
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 %} +
- -
-{{ configuration_json }}+ +
+ +
+