From ec6ee7632f017965e5fd552046bad4e6feb9e9df Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 24 Jul 2025 12:38:03 +0200 Subject: [PATCH] docs(plugins): add new config variables to docs --- config-raw.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config-raw.json b/config-raw.json index ba57eb75c..6c183d656 100644 --- a/config-raw.json +++ b/config-raw.json @@ -945,6 +945,21 @@ "comment": "A duration when certificates should be renewed before they expire. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`." } ] + }, + { + "key": "plugins", + "children": [ + { + "key": "enabled", + "default_value": "false", + "comment": "Whether to enable the plugin system." + }, + { + "key": "dir", + "default_value": "plugins", + "comment": "The directory where plugins are stored." + } + ] } ] }