5
0
mirror of git://git.proxmox.com/git/proxmox-acme.git synced 2025-02-25 21:57:20 +03:00

acme: define kapper.net and acme-dns schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-12-11 19:10:13 +01:00
parent 394bfcc5be
commit dfc8695d03

View File

@ -33,7 +33,27 @@ sub type {
# },
my $plugins = {
'1984hosting' => {},
'acmedns' => {},
'acmedns' => {
name => 'acme-dns',
fields => {
'ACMEDNS_UPDATE_URL' => {
description => 'The API update endpoint',
type => 'string',
},
'ACMEDNS_USERNAME' => {
description => 'The acme-dns user',
type => 'string',
},
'ACMEDNS_PASSWORD' => {
description => 'The acme-dns password',
type => 'string',
},
'ACMEDNS_SUBDOMAIN' => {
description => 'The subdomain you got from acme-dns registration',
type => 'string',
},
},
},
'acmeproxy' => {},
'active24' => {
name => 'Active24',
@ -194,7 +214,19 @@ my $plugins = {
'ispconfig' => {},
'jd' => {},
'joker' => {},
'kappernet' => {},
'kappernet' => {
name => 'kapper.net',
fields => {
'KAPPERNETDNS_Key' => {
description => 'Your kapper.net API key',
type => 'string',
},
'KAPPERNETDNS_Secret' => {
description => 'Your kapper.net API secret',
type => 'string',
},
},
},
'kas' => {},
'kinghost' => {},
'knot' => {},