mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-27 02:32:06 -04:00
15 lines
397 B
Markdown
15 lines
397 B
Markdown
# SlurpIT - Docker mod for installing the SlurpIT plugin for netbox
|
|
|
|
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']
|
|
|
|
...
|
|
``` |