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

53 lines
1.3 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": {
2019-01-09 09:42:47 +01:00
"en": "AdGuard Home package for YunoHost.",
"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",
2019-01-09 09:42:47 +01:00
"url": "https://github.com/AdguardTeam/AdGuardHome",
2019-01-09 09:31:49 +01:00
"license": "free",
"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
}
]
}
}