manifest.json 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "VPN Client",
  3. "id": "vpnclient",
  4. "packaging_format": 1,
  5. "description": {
  6. "en": "Tunnel the internet traffic through a VPN",
  7. "fr": "Fait passer le trafic internet à travers un VPN"
  8. },
  9. "version": "2.0~ynh1",
  10. "url": "https://labriqueinter.net",
  11. "license": "AGPL-3.0",
  12. "maintainer": {
  13. "name": "pitchum",
  14. "email": "pitchum@users.noreply.github.com"
  15. },
  16. "multi_instance": false,
  17. "requirements": {
  18. "yunohost": ">= 4.2.8"
  19. },
  20. "services": [],
  21. "arguments": {
  22. "install": {
  23. "name": "disclaimer",
  24. "type": "alert",
  25. "style": "warning",
  26. "ask": {
  27. "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.",
  28. "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."
  29. }
  30. }
  31. }
  32. }