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:
@@ -7,8 +7,8 @@
|
||||
"created_on",
|
||||
"modified_on",
|
||||
"user_id",
|
||||
"provider_key",
|
||||
"name",
|
||||
"acme_sh_name",
|
||||
"meta"
|
||||
],
|
||||
"properties": {
|
||||
@@ -28,16 +28,16 @@
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"provider_key": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 100
|
||||
},
|
||||
"acme_sh_name": {
|
||||
"type": "string",
|
||||
"minLength": 4,
|
||||
"maxLength": 50
|
||||
},
|
||||
"meta": {
|
||||
"type": "object"
|
||||
}
|
||||
|
Reference in New Issue
Block a user