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.6 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",
2019-01-09 09:42:47 +01:00
"fr": "AdGuard Home pour YunoHost."
2019-01-09 09:31:49 +01:00
},
2021-07-06 17:45:33 +02:00
"version": "0.106.3~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",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/AdguardTeam/AdGuardHome"
},
"license": "GPL-3.0",
2019-01-09 09:31:49 +01:00
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
2021-07-06 17:45:33 +02:00
"yunohost": ">= 4.2.4"
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": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
2020-05-22 22:12:14 +02:00
"example": "/",
"default": "/"
2019-01-09 09:31:49 +01:00
},
{
"name": "is_public",
"type": "boolean",
2021-07-06 17:45:33 +02:00
"default": true
2020-01-13 21:45:17 +01:00
},
{
2021-07-06 17:45:33 +02:00
"name": "admin",
"type": "user",
"example": "johndoe"
2020-01-13 21:45:17 +01:00
},
{
2021-07-06 17:45:33 +02:00
"name": "password",
"type": "password",
"example": "Choose a password"
2019-01-09 09:31:49 +01:00
}
]
}
}