all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH acme 0/2] proxmox-acme Mythic Beasts and Dreamhost schemas
@ 2022-01-11 16:57 Richard C
  2022-01-11 16:57 ` [pve-devel] [PATCH acme 1/2] feat: add Mythic Beasts credentials to DNS challenge schema Richard C
  2022-01-11 16:57 ` [pve-devel] [PATCH acme 2/2] feat: add DreamHost credential " Richard C
  0 siblings, 2 replies; 3+ messages in thread
From: Richard C @ 2022-01-11 16:57 UTC (permalink / raw)
  To: pve-devel; +Cc: Richard C

Adding two more DNS schemas:
+ Mythic-Beasts - script has been accepted into the dev branch but not yet in a release at time of writing
  (https://github.com/acmesh-official/acme.sh/pull/3849)
+ DreamHost

Richard C (2):
  feat: add Mythic Beasts credentials to DNS challenge schema
  feat: add DreamHost credential to DNS challenge schema

 src/dns-challenge-schema.json | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

-- 
2.16.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pve-devel] [PATCH acme 1/2] feat: add Mythic Beasts credentials to DNS challenge schema
  2022-01-11 16:57 [pve-devel] [PATCH acme 0/2] proxmox-acme Mythic Beasts and Dreamhost schemas Richard C
@ 2022-01-11 16:57 ` Richard C
  2022-01-11 16:57 ` [pve-devel] [PATCH acme 2/2] feat: add DreamHost credential " Richard C
  1 sibling, 0 replies; 3+ messages in thread
From: Richard C @ 2022-01-11 16:57 UTC (permalink / raw)
  To: pve-devel; +Cc: Richard C

---
 src/dns-challenge-schema.json | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 6defbdd..0f617fc 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -237,6 +237,19 @@
    "myapi" : {},
    "mydevil" : {},
    "mydnsjp" : {},
+   "mythic_beasts" : {
+      "fields" : {
+         "MB_AK" : {
+            "description" : "Key ID",
+            "type" : "string"
+         },
+         "MB_AS" : {
+            "description" : "Secret",
+            "type" : "string"
+         }
+      },
+      "name" : "mythic-beasts.com"
+   },
    "namecheap" : {},
    "namecom" : {},
    "namesilo" : {},
-- 
2.16.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [pve-devel] [PATCH acme 2/2] feat: add DreamHost credential to DNS challenge schema
  2022-01-11 16:57 [pve-devel] [PATCH acme 0/2] proxmox-acme Mythic Beasts and Dreamhost schemas Richard C
  2022-01-11 16:57 ` [pve-devel] [PATCH acme 1/2] feat: add Mythic Beasts credentials to DNS challenge schema Richard C
@ 2022-01-11 16:57 ` Richard C
  1 sibling, 0 replies; 3+ messages in thread
From: Richard C @ 2022-01-11 16:57 UTC (permalink / raw)
  To: pve-devel; +Cc: Richard C

---
 src/dns-challenge-schema.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/dns-challenge-schema.json b/src/dns-challenge-schema.json
index 0f617fc..039ca77 100644
--- a/src/dns-challenge-schema.json
+++ b/src/dns-challenge-schema.json
@@ -144,7 +144,15 @@
    "domeneshop" : {},
    "dp" : {},
    "dpi" : {},
-   "dreamhost" : {},
+   "dreamhost" : {
+      "fields" : {
+         "DH_API_KEY" : {
+            "description" : "The DreamHost API Key",
+            "type" : "string"
+         }
+      },
+      "name" : "DreamHost"
+   },
    "duckdns" : {},
    "durabledns" : {},
    "dyn" : {},
-- 
2.16.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-11 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 16:57 [pve-devel] [PATCH acme 0/2] proxmox-acme Mythic Beasts and Dreamhost schemas Richard C
2022-01-11 16:57 ` [pve-devel] [PATCH acme 1/2] feat: add Mythic Beasts credentials to DNS challenge schema Richard C
2022-01-11 16:57 ` [pve-devel] [PATCH acme 2/2] feat: add DreamHost credential " Richard C

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal