From f0dc1fe6992117afc72f50797739602e224c0931 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 7 Jan 2026 13:38:19 +0000 Subject: [PATCH] Update images/netbox/plugins.py --- images/netbox/plugins.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/images/netbox/plugins.py b/images/netbox/plugins.py index 5a681b7..ae0b722 100644 --- a/images/netbox/plugins.py +++ b/images/netbox/plugins.py @@ -39,16 +39,4 @@ PLUGINS_CONFIG = { # "allow_coordinates_saving": True, # "always_save_coordinates": False, }, - # "netbox_proxbox": { - # "proxmox": [ - # { - # "domain": "proxmox.example.com", - # "http_port": 8006, - # "user": "root@pam", - # "password": "your-password", - # "ssl": True, - # "node": "pve", - # } - # ], - # }, }