From e9d17f0f0f2d89e2544f3eed903dd583daf174be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 30 Nov 2017 17:27:14 +0100 Subject: [PATCH] Docs: Include config options for plugin blacklist --- docs/configuration/config_yaml.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/configuration/config_yaml.rst b/docs/configuration/config_yaml.rst index 3465fd5d..f469c208 100644 --- a/docs/configuration/config_yaml.rst +++ b/docs/configuration/config_yaml.rst @@ -990,6 +990,17 @@ Use the following settings to configure the server: # DNS port against which to check (default: 53 - the default DNS port) port: 53 + # Configuration of the plugin blacklist + pluginBlacklist: + # whether use of the blacklist is enabled, defaults to false + enabled: false + + # the URL from which to fetch the blacklist + url: http://plugins.octoprint.org/blacklist.json + + # time to live of the cached blacklist, in seconds (default: 15 minutes) + ttl: 15 * 60 + # Settings of when to display what disk space warning diskspace: