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
ericgaspar 4fa7a1a9f3 fix
2021-07-06 18:12:32 +02:00

52 lines
1.3 KiB
JSON

{
"name": "AdGuard Home",
"id": "adguardhome",
"packaging_format": 1,
"description": {
"en": "AdGuard Home package for YunoHost.",
"fr": "AdGuard Home pour YunoHost."
},
"version": "0.106.3~ynh1",
"url": "https://github.com/AdguardTeam/AdGuardHome",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
}
]
}
}