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
navanchauhan 1c6adb7d42 initial
2022-07-04 16:37:56 +05:30

50 lines
1.5 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",
"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)"
},
"version": "8.1.4~ynh1",
"url": "https://technitium.com/dns/",
"upstream": {
"license": "free",
"website": "https://technitium.com/dns/",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://some.forge.com/example/example"
},
"license": "free",
"maintainer": {
"name": "Navan Chauhan",
"email": "technitiumdns@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}