public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* Re: [pve-devel] [PATCH proxmox-acme 1/1] Add selfhost ACME DNS API
       [not found] <20220215053805.93970-1-marvin@edeler.me>
@ 2022-02-17  8:11 ` Thomas Lamprecht
  0 siblings, 0 replies; only message in thread
From: Thomas Lamprecht @ 2022-02-17  8:11 UTC (permalink / raw)
  To: Marvin Edeler, pve-devel

On 15.02.22 06:38, Marvin Edeler wrote:
> Signed-off-by: Marvin Edeler <marvin@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!




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-17  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220215053805.93970-1-marvin@edeler.me>
2022-02-17  8:11 ` [pve-devel] [PATCH proxmox-acme 1/1] Add selfhost ACME DNS API Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal