docs(plugins): add new config variables to docs

This commit is contained in:
kolaente
2025-07-24 12:38:03 +02:00
parent b08b43953b
commit ec6ee7632f

View File

@@ -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": "<rootpath>plugins",
"comment": "The directory where plugins are stored."
}
]
}
]
}