Compare commits
2 commits
fc186ec4df
...
abd5d87c82
Author | SHA1 | Date | |
---|---|---|---|
abd5d87c82 | |||
ecf3a99613 |
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ PLUGINS = [
|
||||||
"netbox_otp_plugin",
|
"netbox_otp_plugin",
|
||||||
"netbox_reorder_rack",
|
"netbox_reorder_rack",
|
||||||
# "netbox_routing",
|
# "netbox_routing",
|
||||||
# "netbox_secrets",
|
"netbox_secrets",
|
||||||
"netbox_storage",
|
"netbox_storage",
|
||||||
"netbox_topology_views",
|
"netbox_topology_views",
|
||||||
"nextbox_ui_plugin",
|
"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-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 == 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-storage-plugin == 0.7.* # https://github.com/viroge/netbox-storage
|
||||||
netbox-topology-views == 4.1.* # https://github.com/netbox-community/netbox-topology-views
|
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
|
nextbox-ui-plugin == 1.0.* # https://github.com/iDebugAll/nextbox-ui-plugin
|
||||||
|
|
|
@ -33,7 +33,7 @@ in {
|
||||||
"follow symlinks" = "yes";
|
"follow symlinks" = "yes";
|
||||||
"force user" = config.custom.username;
|
"force user" = config.custom.username;
|
||||||
"hostname lookups" = "yes";
|
"hostname lookups" = "yes";
|
||||||
"hosts allow" = "192.168.111.";
|
"hosts allow" = "100.64.0.";
|
||||||
"inherit owner" = "unix only";
|
"inherit owner" = "unix only";
|
||||||
"inherit permissions" = "yes";
|
"inherit permissions" = "yes";
|
||||||
"logging" = "systemd";
|
"logging" = "systemd";
|
||||||
|
|
Loading…
Add table
Reference in a new issue