Browse Source

Add proper disclaimer

Alexandre Aubin 3 years ago
parent
commit
483fc4cb04
3 changed files with 11 additions and 0 deletions
  1. 1 0
      doc/DISCLAIMER.md
  2. 1 0
      doc/DISCLAIMER_fr.md
  3. 9 0
      manifest.json

+ 1 - 0
doc/DISCLAIMER.md

@@ -0,0 +1 @@
+Please note that this application is designed to interface 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.

+ 1 - 0
doc/DISCLAIMER_fr.md

@@ -0,0 +1 @@
+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.

+ 9 - 0
manifest.json

@@ -19,5 +19,14 @@
   },
   "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."
+            }
+        }
   }
 }