vpnclient_ynh/manifest.json

51 lines
1.1 KiB
JSON

{
"name": "VPN Client",
"id": "vpnclient",
"version": "1.2.1",
"packaging_format": 1,
"description": {
"en": "VPN Client",
"fr": "Client VPN"
},
"license": "AGPL-3",
"url": "https://github.com/labriqueinternet/vpnclient_ynh",
"license": "AGPL-3.0",
"maintainer": {
"name": "pitchum",
"email": "pitchum@users.noreply.github.com"
},
"multi_instance": false,
"requirements": {
"yunohost": ">= 2.2.0",
"moulinette": ">= 2.4.0"
},
"services": [
"nginx",
"php5-fpm",
"ynh-vpnclient"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for the web administration",
"fr": "Choisissez un domaine pour l'administration web"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for the web administration",
"fr": "Choisissez un chemin pour l'administration web"
},
"example": "/vpnadmin",
"default": "/vpnadmin"
}
]
}
}