public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Marvin Edeler <marvin@edeler.me>, pve-devel@lists.proxmox.com
Subject: Re: [pve-devel] [PATCH proxmox-acme 1/1] Add selfhost ACME DNS API
Date: Thu, 17 Feb 2022 09:11:08 +0100	[thread overview]
Message-ID: <fefb4aea-9e87-6a68-4950-e4ac3b5bb778@proxmox.com> (raw)
In-Reply-To: <20220215053805.93970-1-marvin@edeler.me>

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!




           reply	other threads:[~2022-02-17  8:11 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20220215053805.93970-1-marvin@edeler.me>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fefb4aea-9e87-6a68-4950-e4ac3b5bb778@proxmox.com \
    --to=t.lamprecht@proxmox.com \
    --cc=marvin@edeler.me \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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