mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
adding config options
This commit is contained in:
parent
7d66a1b93e
commit
cd3f5d6861
10
README.md
10
README.md
@ -3,3 +3,13 @@
|
||||
This mod adds the slurpit plugin to a netbox container.
|
||||
|
||||
In netbox docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:netbox-slurpit`
|
||||
|
||||
Update your `configuration.py` to include the plugin
|
||||
|
||||
```
|
||||
...
|
||||
# Enable installed plugins. Add the name of each plugin to the list.
|
||||
PLUGINS = ['slurpit_netbox']
|
||||
|
||||
...
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user