mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-16 12:33:26 +00:00
Moved certrbot plugin list to backend
frontend doesn't include when building in react version adds swagger for existing dns-providers endpoint
This commit is contained in:
23
backend/schema/components/dns-providers-list.json
Normal file
23
backend/schema/components/dns-providers-list.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "array",
|
||||
"description": "DNS Providers list",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["id", "name", "credentials"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "Unique identifier for the DNS provider, matching the python package"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Human-readable name of the DNS provider"
|
||||
},
|
||||
"credentials": {
|
||||
"type": "string",
|
||||
"description": "Instructions on how to format the credentials for this DNS provider"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user