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
2021-04-03 23:30:03 +02:00

45 lines
1 KiB
JSON

{
"name": "My Mind",
"id": "my-mind",
"packaging_format": 1,
"description": {
"en": "Online Mindmapping Software",
"fr": "Éditeur de cartes mentales"
},
"version": "1.2~ynh2",
"url": "https://github.com/ondras/my-mind",
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
"url": "https://datamol.org"
},
"requirements": {
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/mymind"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}