From cd3f5d6861c489998bee415f02dd0411f0d312f2 Mon Sep 17 00:00:00 2001 From: Jared-Bloomer Date: Mon, 26 Aug 2024 16:21:06 -0400 Subject: [PATCH] adding config options --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 052be786..f7b00779 100644 --- a/README.md +++ b/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'] + +... +``` \ No newline at end of file