{ "name": "AdGuard Home", "id": "adguard", "packaging_format": 1, "description": { "en": "AdGuard Home package for YunoHost.", "fr": "AdGuard Home pour YunoHost." }, "version": "0.9.6", "url": "https://github.com/AdguardTeam/AdGuardHome", "license": "free", "maintainer": { "name": "liberodark", "email": "liberodark@gmail.com" }, "requirements": { "yunohost": ">= 2.7.2" }, "multi_instance": false, "services": [ "nginx", "php5-fpm", "mysql" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for AdGuard Home", "fr": "Choisissez un nom de domaine pour AdGuard Home" }, "example": "example.com" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for AdGuard Home /adguard is accepted", "fr": "Choisissez un chemin pour AdGuard Home /adguard est accepté" }, "example": "/adguard", "default": "/adguard" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public site ?", "fr": "Est-ce un site public ?" }, "default": "true" }, { "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" } ] } }