Compare commits
No commits in common. "abd5d87c8274c717f85617e0f76d4c0c05e3ec45" and "fc186ec4df9606014822114936fba7f4e7bff312" have entirely different histories.
abd5d87c82
...
fc186ec4df
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ PLUGINS = [
|
|||
"netbox_otp_plugin",
|
||||
"netbox_reorder_rack",
|
||||
# "netbox_routing",
|
||||
"netbox_secrets",
|
||||
# "netbox_secrets",
|
||||
"netbox_storage",
|
||||
"netbox_topology_views",
|
||||
"nextbox_ui_plugin",
|
||||
|
|
|
@ -7,7 +7,7 @@ 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-reorder-rack == 1.1.* # https://github.com/netbox-community/netbox-reorder-rack
|
||||
# netbox-routing == 0.2.* # https://github.com/DanSheps/netbox-routing
|
||||
netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||
# netbox-secrets == 2.1.* # https://github.com/Onemind-Services-LLC/netbox-secrets
|
||||
netbox-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage
|
||||
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
||||
nextbox-ui-plugin == 1.0.* # https://github.com/iDebugAll/nextbox-ui-plugin
|
||||
|
|
|
@ -33,7 +33,7 @@ in {
|
|||
"follow symlinks" = "yes";
|
||||
"force user" = config.custom.username;
|
||||
"hostname lookups" = "yes";
|
||||
"hosts allow" = "100.64.0.";
|
||||
"hosts allow" = "192.168.111.";
|
||||
"inherit owner" = "unix only";
|
||||
"inherit permissions" = "yes";
|
||||
"logging" = "systemd";
|
||||
|
|
Loading…
Add table
Reference in a new issue