diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..892b19a --- /dev/null +++ b/manifest.json @@ -0,0 +1,55 @@ +{ + "name": "OS.js", + "id": "os.js", + "packaging_format": 1, + "description": { + "en": "Desktop you have accesss through your browser", + "fr": "Bureau accessible à travers votre navigateur" + }, + "url": "https://www.os-js.org/", + "license": "MIT", + "maintainer": { + "name": "frju365", + "email": "win10@tutanota.com", + "url": "https://github.com/Yunohost-Apps/os.js_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 os.js, only / is allowed.", + "fr": "Choisissez un chemin pour os.js, 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 + } + ] + } +}