forked from YunoHost-Apps/vpnclient_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
47 lines (47 loc) · 1.08 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "VPN Client",
"id": "vpnclient",
"packaging_format": 1,
"version": "1.4.0",
"description": {
"en": "Tunnel the internet traffic through a VPN",
"fr": "Fais passer le traffic internet à travers un VPN"
},
"url": "https://labriqueinter.net",
"license": "AGPL-3.0",
"maintainer": {
"name": "pitchum",
"email": "[email protected]"
},
"multi_instance": false,
"requirements": {
"yunohost": ">= 3.2.0"
},
"services": [
"nginx",
"php7.0-fpm"
],
"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"
}
]
}
}