From c70937204460207cc5413c8a25b44159c4fe1ca2 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 21:58:15 +0100 Subject: [PATCH] Create manifest.json --- manifest.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..d3cc752 --- /dev/null +++ b/manifest.json @@ -0,0 +1,54 @@ +{ + "name": "scrumblr", + "id": "scrumblr", + "packaging_format": 1, + "description": { + "fr": "Software for notes" + }, + "url": "https://github.com/seejohnrun/haste-server", + "license": "free", + "maintainer": { + "name": "mbugeia", + "email": "maxime.bugeia@gmail.com", + "url": "https://github.com/YunoHost-Apps/haste_ynh" + }, + "requirements": { + "yunohost": ">> 2.4.0" + }, + "multi_instance": false, + "services": [ + "nginx" + ], + "arguments": { + "install" : [ + { + "name": "domain", + "type": "domain", + "ask": { + "en": "Choose a domain name for Haste", + "fr": "Choisissez un nom de domaine pour Haste" + }, + "example": "example.com" + }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for scrumblr, only / is allowed.", + "fr": "Choisissez un chemin pour scrumblr, seul / est autorisé." + }, + "example": "/", + "default": "/" + }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public site? ", + "fr": "Est-ce un site publique ? " + }, + "default": true + } + ] + } +}