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

57 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",
"id": "adguard",
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
},
2020-01-13 17:31:29 +01:00
"version": "0.100.8",
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": {
"yunohost": ">= 2.7.2"
},
2019-01-09 09:42:47 +01:00
"multi_instance": false,
2019-01-09 09:31:49 +01:00
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
2019-01-09 09:42:47 +01:00
"en": "Choose a domain name for AdGuard Home",
"fr": "Choisissez un nom de domaine pour AdGuard Home"
2019-01-09 09:31:49 +01:00
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
2019-07-29 18:15:38 +02:00
"en": "Choose a path for AdGuard Home only / is accepted",
"fr": "Choisissez un chemin pour AdGuard Home seulement / est accepté"
2019-01-09 09:31:49 +01:00
},
2019-07-29 18:15:38 +02:00
"example": "/",
"default": "/"
2019-01-09 09:31:49 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}