1
1
Fork 0

Compare commits

..

No commits in common. "6d8699533187088f920551948fbd645df4c2181a" and "4d7d75ca03f04c74f509c6385ac23cbc06802adb" have entirely different histories.

4 changed files with 8 additions and 7 deletions

View file

@ -1,3 +1,4 @@
# TODO: Upgrade to v4.1 when supported by netbox-acls
FROM docker.io/netboxcommunity/netbox:v4.0.11 FROM docker.io/netboxcommunity/netbox:v4.0.11
# Install extra configuration # Install extra configuration

View file

@ -15,8 +15,8 @@ PLUGINS = [
"netbox_acls", "netbox_acls",
# // "netbox_attachments", # // "netbox_attachments",
"netbox_dns", "netbox_dns",
# // "netbox_interface_synchronization", "netbox_interface_synchronization",
# // "netbox_lists", "netbox_lists",
"netbox_otp_plugin", "netbox_otp_plugin",
"netbox_reorder_rack", "netbox_reorder_rack",
# // "netbox_routing", # // "netbox_routing",

View file

@ -1,11 +1,11 @@
netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls
#// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments #// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments
#// netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization
#// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists
netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin
netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns
netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack netbox-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
#// netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing #// netbox-routing # https://github.com/DanSheps/netbox-routing
netbox-secrets == 2.0.* # https://github.com/Onemind-Services-LLC/netbox-secrets netbox-secrets == 2.0.* # https://github.com/Onemind-Services-LLC/netbox-secrets
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views netbox-topology-views == 4.0.* # https://github.com/netbox-community/netbox-topology-views
#// slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox #// slurpit_netbox == 0.9.* # https://gitlab.com/slurpit.io/slurpit-netbox

View file

@ -45,7 +45,7 @@ in {
clipboard.switcher_only = true; clipboard.switcher_only = true;
commands.switcher_only = true; commands.switcher_only = true;
custom_commands.switcher_only = true; custom_commands.switcher_only = true;
runner.switcher_only = true; runner.switcher_only = false;
ssh.switcher_only = true; ssh.switcher_only = true;
windows.switcher_only = true; windows.switcher_only = true;