Update images/netbox/plugins.py
Some checks failed
Build and Push Docker Images / build (push) Failing after 4s

This commit is contained in:
2026-01-07 13:38:19 +00:00
parent daa9afdb5f
commit f0dc1fe699

View File

@@ -39,16 +39,4 @@ PLUGINS_CONFIG = {
# "allow_coordinates_saving": True, # "allow_coordinates_saving": True,
# "always_save_coordinates": False, # "always_save_coordinates": False,
}, },
# "netbox_proxbox": {
# "proxmox": [
# {
# "domain": "proxmox.example.com",
# "http_port": 8006,
# "user": "root@pam",
# "password": "your-password",
# "ssl": True,
# "node": "pve",
# }
# ],
# },
} }