mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "AdGuard Home",
|
|
"id": "adguardhome",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Network-wide ads & trackers blocking DNS server",
|
|
"fr": "Serveur DNS, bloqueur de publicités et trackers"
|
|
},
|
|
"version": "0.107.8~ynh2",
|
|
"url": "https://adguard.com/adguard-home.html",
|
|
"upstream": {
|
|
"license": "GPL-3.0",
|
|
"website": "https://adguard.com/adguard-home.html",
|
|
"admindoc": "https://github.com/AdguardTeam/AdGuardHome/wiki",
|
|
"userdoc": "https://kb.adguard.com/en",
|
|
"code": "https://github.com/AdguardTeam/AdGuardHome"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"default": "/adguard"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"name": "dns_over_https",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Should DNS-over-HTTPS be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|