Parcourir la source

Création du manifeste

alarig il y a 9 ans
Parent
commit
c24f88b434
1 fichiers modifiés avec 44 ajouts et 0 suppressions
  1. 44 0
      manifest.json

+ 44 - 0
manifest.json

@@ -0,0 +1,44 @@
+{
+	"name": "L2TP/IPsec client",
+		"id": "l2tpipsec",
+		"description": {
+			"en": "L2TP/IPsec client",
+			"fr": "Client L2TP/IPsec"
+		},
+	"license": "BSD 2-clause",
+	"developer": {
+		"name": "Alarig Le Lay",
+		"email": "alarig@swordarmor.fr",
+		"url": "https://www.swordarmor.fr"
+	},
+	"multi_instance": "false",
+	"arguments": {
+		"install" : [
+		{
+			"name": "domain",
+			"ask": {
+				"en": "Choose a domain for the web administration",
+				"fr": "Choisissez un domaine pour l'administration web"
+			},
+			"example": "domain.org"
+		},
+		{
+			"name": "path",
+			"ask": {
+				"en": "Choose a path for the web administration",
+				"fr": "Choissez un chemin pour l'administration web"
+			},
+			"example": "/l2tpadmin",
+			"default": "/l2tpadmin"
+		},
+		{
+			"name": "server_name",
+			"ask": {
+				"en": "Select a VPN server",
+				"fr": "Sélectionnez un serveur VPN"
+			},
+			"example": "vpn.grifon.fr",
+		}
+		]
+	}
+}