1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/manifest.json

61 lines
1.7 KiB
JSON
Raw Normal View History

2019-01-09 09:31:49 +01:00
{
2019-01-09 09:42:47 +01:00
"name": "AdGuard Home",
2021-07-06 18:12:32 +02:00
"id": "adguardhome",
2019-01-09 09:31:49 +01:00
"packaging_format": 1,
"description": {
2021-08-08 09:56:36 +02:00
"en": "Network-wide ads & trackers blocking DNS server",
2021-08-30 13:13:08 +02:00
"fr": "Serveur DNS, bloqueur de publicités et trackers"
2019-01-09 09:31:49 +01:00
},
2023-10-18 18:03:27 +02:00
"version": "0.107.40~ynh1",
2021-08-08 09:56:36 +02:00
"url": "https://adguard.com/adguard-home.html",
"upstream": {
"license": "GPL-3.0",
"website": "https://adguard.com/adguard-home.html",
2021-09-21 19:49:13 +02:00
"admindoc": "https://github.com/AdguardTeam/AdGuardHome/wiki",
"userdoc": "https://kb.adguard.com/en",
"code": "https://github.com/AdguardTeam/AdGuardHome",
"cpe": "cpe:2.3:a:adguard:adguardhome"
2021-08-08 09:56:36 +02:00
},
"license": "GPL-3.0",
2019-01-09 09:31:49 +01:00
"maintainer": {
2023-03-13 14:03:26 +01:00
"name": "ddataa",
2022-07-29 21:30:38 +02:00
"email": ""
2019-01-09 09:31:49 +01:00
},
"requirements": {
2021-11-19 18:06:50 +01:00
"yunohost": ">= 4.3.0"
2019-01-09 09:31:49 +01:00
},
2019-01-09 09:42:47 +01:00
"multi_instance": false,
2019-01-09 09:31:49 +01:00
"services": [
2021-07-06 18:12:32 +02:00
"nginx"
2019-01-09 09:31:49 +01:00
],
"arguments": {
2022-01-06 14:07:07 +01:00
"install": [
{
2019-01-09 09:31:49 +01:00
"name": "domain",
2021-09-21 19:49:13 +02:00
"type": "domain"
2019-01-09 09:31:49 +01:00
},
{
2022-01-06 14:07:07 +01:00
"name": "path",
"type": "path",
"default": "/adguard"
2020-01-13 21:45:17 +01:00
},
{
2021-07-06 17:45:33 +02:00
"name": "admin",
2021-09-21 19:49:13 +02:00
"type": "user"
2020-01-13 21:45:17 +01:00
},
{
2021-07-06 17:45:33 +02:00
"name": "password",
2021-09-21 19:49:13 +02:00
"type": "password"
2022-01-06 17:49:26 +01:00
},
{
"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
2019-01-09 09:31:49 +01:00
}
]
}
2022-08-20 08:06:54 +02:00
}