mirror of
https://github.com/YunoHost-Apps/technitium-dns_ynh.git
synced 2024-09-03 20:26:36 +02:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "Technitium DNS",
|
|
"id": "technitium-dns",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Block ads & malware at DNS level for your entire network! Self host a DNS server for privacy & security"
|
|
},
|
|
"version": "11.3.0~ynh1",
|
|
"url": "https://technitium.com/dns/",
|
|
"upstream": {
|
|
"license": "GPL-3.0-only",
|
|
"website": "https://technitium.com/dns/",
|
|
"admindoc": "https://technitium.com/dns/help.html",
|
|
"userdoc": "https://technitium.com/dns/help.html",
|
|
"code": "https://github.com/TechnitiumSoftware/DnsServer"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "Navan Chauhan",
|
|
"email": "technitiumdns@navan.email"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|