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
2020-10-12 09:09:15 +02:00

57 lines
1.5 KiB
JSON

{
"name": "My Mind",
"id": "my-mind",
"packaging_format": 1,
"description": {
"en": "Online Mindmapping Software",
"fr": "Éditeur de cartes mentales"
},
"version": "1.2~ynh1",
"url": "https://github.com/ondras/my-mind",
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": "https://datamol.org"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-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": "/mymind"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}