1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/technitium-dns_ynh.git synced 2024-09-03 20:26:36 +02:00
technitium-dns_ynh/manifest.json

45 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-04 12:17:41 +02:00
{
2022-07-04 13:07:56 +02:00
"name": "Technitium DNS",
"id": "technitium-dns",
2022-07-04 12:17:41 +02:00
"packaging_format": 1,
"description": {
2022-07-04 13:07:56 +02:00
"en": "Block ads & malware at DNS level for your entire network! Self host a DNS server for privacy & security",
2022-07-04 12:17:41 +02:00
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
2022-07-04 13:07:56 +02:00
"version": "8.1.4~ynh1",
"url": "https://technitium.com/dns/",
2022-07-04 12:17:41 +02:00
"upstream": {
"license": "free",
2022-07-04 13:07:56 +02:00
"website": "https://technitium.com/dns/",
2022-07-04 12:17:41 +02:00
"demo": "https://demo.example.com",
2022-07-04 16:11:43 +02:00
"admindoc": "https://technitium.com/dns/help.html",
"userdoc": "https://technitium.com/dns/help.html",
"code": "https://github.com/TechnitiumSoftware/DnsServer"
2022-07-04 12:17:41 +02:00
},
2022-07-04 16:11:43 +02:00
"license": "GPL-3.0-only",
2022-07-04 12:17:41 +02:00
"maintainer": {
2022-07-04 13:07:56 +02:00
"name": "Navan Chauhan",
"email": "technitiumdns@navan.email"
2022-07-04 12:17:41 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-07-04 13:07:56 +02:00
"nginx"
2022-07-04 12:17:41 +02:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}