merge upstream and small changes

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-21 12:56:35 +01:00
parent 0620ced474
commit 4bfb9b799a
14 changed files with 120 additions and 97 deletions

View File

@@ -9,10 +9,10 @@ File Structure:
```json
{
"cloudflare": {
"display_name": "Name displayed to the user",
"name": "Name displayed to the user",
"package_name": "Package name in PyPi repo",
"credentials": "Template of the credentials file",
"full_plugin_name": "The full plugin name as used in the commandline with certbot, e.g. 'dns-njalla'"
"full_plugin_name": "The full plugin name as used in the commandline with certbot, e.g. 'dns-cloudflare'"
},
...
}