mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 19:40:28 +00:00
Work on acme.sh hander
and dns providers
This commit is contained in:
@@ -9,17 +9,17 @@ func CreateDNSProvider() string {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"provider_key",
|
||||
"name",
|
||||
"acme_sh_name",
|
||||
"meta"
|
||||
],
|
||||
"properties": {
|
||||
"provider_key": %s,
|
||||
"name": %s,
|
||||
"acme_sh_name": %s,
|
||||
"meta": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
`, stringMinMax(2, 100), stringMinMax(1, 100))
|
||||
`, stringMinMax(1, 100), stringMinMax(4, 50))
|
||||
}
|
||||
|
Reference in New Issue
Block a user