mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-07 18:46:39 +02:00
Correct plugins.
parent
aa6c86a5fa
commit
6232b90dbd
@ -71,7 +71,7 @@ To get plugins to work within NetBox you need to add some configuration to `conf
|
|||||||
For Netbox > 3.5:
|
For Netbox > 3.5:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
PLUGINS = ["netbox_secrets", "netbox_topology_views"]
|
PLUGINS = ["netbox_secrets"]
|
||||||
|
|
||||||
# PLUGINS_CONFIG = {
|
# PLUGINS_CONFIG = {
|
||||||
# "netbox_secretstore": {
|
# "netbox_secretstore": {
|
||||||
@ -82,7 +82,7 @@ PLUGINS = ["netbox_secrets", "netbox_topology_views"]
|
|||||||
|
|
||||||
or for Netbox < 3.5:
|
or for Netbox < 3.5:
|
||||||
```python
|
```python
|
||||||
PLUGINS = ["netbox_secretstore", "netbox_topology_views"]
|
PLUGINS = ["netbox_secretstore"]
|
||||||
|
|
||||||
# PLUGINS_CONFIG = {
|
# PLUGINS_CONFIG = {
|
||||||
# "netbox_secretstore": {
|
# "netbox_secretstore": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user