36 lines
914 B
JSON
36 lines
914 B
JSON
{
|
|
"version": "0.0.1",
|
|
"id": "com.powerdns.authoritative.cloudronapp",
|
|
"icon": "file://logo.png",
|
|
"healthCheckPath": "/",
|
|
"httpPort": 3000,
|
|
"tcpPorts": {
|
|
"DNS_TCP_PORT": {
|
|
"title": "TCP DNS Port",
|
|
"description": "TCP Port over which DNS requests are made",
|
|
"containerPort": 53,
|
|
"defaultValue": 53
|
|
}
|
|
},
|
|
"udpPorts": {
|
|
"DNS_UDP_PORT": {
|
|
"title": "UDP DNS Port",
|
|
"description": "UDP Port over which DNS requests are made",
|
|
"containerPort": 53,
|
|
"defaultValue": 53
|
|
}
|
|
},
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"minBoxVersion": "7.1.2",
|
|
"manifestVersion": 2,
|
|
"website": "https://doc.powerdns.com/authoritative/",
|
|
"title": "PowerDNS Authoritative DNS",
|
|
"author": "PowerDNS developers",
|
|
"tagline": "Independent hosting of DNS domains",
|
|
"tags": [
|
|
"dns"
|
|
],
|
|
"documentationUrl": "https://doc.powerdns.com/authoritative/"
|
|
} |