manifest.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.1.2~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.3.2"
  19. },
  20. "services": [],
  21. "arguments": {
  22. "install": [
  23. {
  24. "name": "disclaimer1",
  25. "type": "display_text",
  26. "style": "warning",
  27. "ask": {
  28. "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.",
  29. "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."
  30. }
  31. },
  32. {
  33. "name": "disclaimer2",
  34. "type": "display_text",
  35. "style": "info",
  36. "ask": {
  37. "en": "After installation, you will be able to configure the application from YunoHost's webadmin in Applications > VPNclient > Configuration.",
  38. "fr": "Après l'application, vous pourrez configurer l'application depuis la webadmin de YunoHost dans Applications > VPNclient > Configuration."
  39. }
  40. }
  41. ]
  42. }
  43. }