1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my-mind_ynh.git synced 2024-09-03 19:46:22 +02:00
my-mind_ynh/manifest.json
2017-11-02 03:40:55 +05:30

56 lines
1.5 KiB
JSON

{
"name": "my-mind",
"id": "my-mind",
"packaging_format": 1,
"description": {
"en": "Online Mindmapping Software"
},
"version": "1.0",
"url": "https://github.com/ondras/my-mind",
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": ""
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for my-mind",
"fr": "Choisissez un nom de domaine pour my-mind"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for my-mind",
"fr": "Choisissez un chemin pour my-mind"
},
"example": "/example",
"default": "/example"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}