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:
parent
1ff491757f
commit
c9665735b4
1 changed files with 55 additions and 0 deletions
55
manifest.json
Normal file
55
manifest.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue