On 15.02.22 06:38, Marvin Edeler wrote:
> Signed-off-by: Marvin Edeler <mar...@edeler.me>
> ---
>  src/dns-challenge-schema.json | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
> 
> diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
> index 39ac2ba..16fef64 100644
> --- a/src/dns-challenge-schema.json
> +++ b/src/dns-challenge-schema.json
> @@ -342,6 +342,27 @@
>     "scaleway" : {},
>     "schlundtech" : {},
>     "selectel" : {},
> +   "selfhost" : {
> +      "fields" : {
> +         "SELFHOSTDNS_USERNAME" : {
> +            "description" : "The selfhost username",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_PASSWORD" : {
> +            "description" : "The selfhost password",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_RID" : {
> +            "description" : "The selfhost RID for the first record.",
> +            "type" : "string"
> +         },
> +         "SELFHOSTDNS_RID2" : {
> +            "description" : "The selfhost RID for the second record.",
> +            "type" : "string"
> +         }
> +      },
> +      "name" : "selfhost"
> +   },
>     "servercow" : {},
>     "simply" : {},
>     "tele3" : {},

Seems OK but cannot be used currently, as selfhost pull request is not yet 
merged,
so no point in exposing it before it yet.

Please ping this patch mail once acme.sh dnsapi plugin support landed, I can 
apply
it then - thanks!


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to