1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Create manifest.json

This commit is contained in:
frju365 2017-04-16 18:17:46 +02:00 committed by GitHub
parent 1ff491757f
commit c9665735b4

55
manifest.json Normal file
View file

@ -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
}
]
}
}