1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "VPN Client",
- "id": "vpnclient",
- "packaging_format": 1,
- "description": {
- "en": "Tunnel the internet traffic through a VPN",
- "fr": "Fait passer le trafic internet à travers un VPN"
- },
- "version": "1.4.1~ynh3",
- "url": "https://labriqueinter.net",
- "license": "AGPL-3.0",
- "maintainer": {
- "name": "pitchum",
- "email": "pitchum@users.noreply.github.com"
- },
- "multi_instance": false,
- "requirements": {
- "yunohost": ">= 3.8.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"
- }
- ]
- }
- }
|