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

75 lines
2.2 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-05-22 13:34:37 +02:00
"version": "0.102.0",
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": {
2020-01-13 21:45:17 +01:00
"en": "Choose a path for AdGuard Home /adguard is accepted",
"fr": "Choisissez un chemin pour AdGuard Home /adguard est accepté"
2019-01-09 09:31:49 +01:00
},
2020-01-13 21:45:17 +01:00
"example": "/adguard",
"default": "/adguard"
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"
2020-01-13 21:45:17 +01:00
},
{
"name": "ad_user",
"type": "ad_user",
"ask": {
"en": "Enter your admin username ?",
"fr": "Entrez votre nom d'utilisateur ?"
},
"example": "liberodark"
},
{
"name": "ad_password",
"type": "ad_password",
"ask": {
"en": "Enter your password !",
"fr": "Entrez votre mot de passe !"
},
"example": "mypassword"
2019-01-09 09:31:49 +01:00
}
]
}
}