all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH acme] dns challenge: add world4you schema
@ 2021-05-05  8:26 Lorenz Stechauner
  2021-05-05  8:48 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenz Stechauner @ 2021-05-05  8:26 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
---
 src/PVE/ACME/DNSChallenge.pm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/PVE/ACME/DNSChallenge.pm b/src/PVE/ACME/DNSChallenge.pm
index 29311c9..ce66f3c 100644
--- a/src/PVE/ACME/DNSChallenge.pm
+++ b/src/PVE/ACME/DNSChallenge.pm
@@ -351,7 +351,19 @@ my $plugins = {
     'variomedia' => {},
     'vscale' => {},
     'vultr' => {},
-    'world4you' => {},
+    'world4you' => {
+	name => 'World4You',
+	fields => {
+	    'WORLD4YOU_USERNAME' => {
+		description => "The World4You customer id or package id",
+		type => 'string',
+	    },
+	    'WORLD4YOU_PASSWORD' => {
+		description => "The World4You password",
+		type => 'string',
+	    },
+	},
+    },
     'websupport' => {},
     'yandex' => {},
     'zilore' => {},
-- 
2.20.1





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

end of thread, other threads:[~2021-05-05  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  8:26 [pve-devel] [PATCH acme] dns challenge: add world4you schema Lorenz Stechauner
2021-05-05  8:48 ` [pve-devel] applied: " Thomas Lamprecht

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