12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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": "2.1.2~ynh1",
- "url": "https://labriqueinter.net",
- "license": "AGPL-3.0",
- "maintainer": {
- "name": "pitchum",
- "email": "pitchum@users.noreply.github.com"
- },
- "multi_instance": false,
- "requirements": {
- "yunohost": ">= 4.3.2"
- },
- "services": [],
- "arguments": {
- "install": [
- {
- "name": "disclaimer1",
- "type": "display_text",
- "style": "warning",
- "ask": {
- "en": "Please note that this application only interfaces with **dedicated, public IP VPNs accepting inbound traffic**, preferably with an associated `.cube` (or `.ovpn/.conf`) configuration file. **Do not** expect that any VPN you randomly bought on the Internet can be used! Checkout the [list of known compatible providers](https://yunohost.org/providers/vpn) for more info.",
- "fr": "Notez que cette application est prévue pour fonctionner avec des **VPN dédiés et à IP publique qui acceptent le traffic entrant**, et de préférence avec un fichier de configuration `.cube` (ou `.ovpn/.conf`) associé. Un VPN acheté au hasard sur Internet ne fonctionnera sans doute pas ! Consultez [la liste des fournisseurs connus et compatibles](https://yunohost.org/providers/vpn) pour plus d'infos."
- }
- },
- {
- "name": "disclaimer2",
- "type": "display_text",
- "style": "info",
- "ask": {
- "en": "After installation, you will be able to configure the application from YunoHost's webadmin in Applications > VPNclient > Configuration.",
- "fr": "Après l'application, vous pourrez configurer l'application depuis la webadmin de YunoHost dans Applications > VPNclient > Configuration."
- }
- }
- ]
- }
- }
|