1234567891011121314151617181920212223242526272829303132 |
- {
- "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.0~ynh1",
- "url": "https://labriqueinter.net",
- "license": "AGPL-3.0",
- "maintainer": {
- "name": "pitchum",
- "email": "pitchum@users.noreply.github.com"
- },
- "multi_instance": false,
- "requirements": {
- "yunohost": ">= 4.2.8"
- },
- "services": [],
- "arguments": {
- "install": {
- "name": "disclaimer",
- "type": "alert",
- "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."
- }
- }
- }
- }
|