Skip to content

Commit

Permalink
adding config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Bloomer committed Aug 26, 2024
1 parent 7d66a1b commit cd3f5d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']
...
```

0 comments on commit cd3f5d6

Please sign in to comment.