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

53 lines
1.3 KiB
JSON
Raw Normal View History

{
2020-10-12 09:09:15 +02:00
"name": "My Mind",
"id": "my-mind",
"packaging_format": 1,
"description": {
"en": "Online Mindmapping Software",
2020-10-12 08:54:46 +02:00
"fr": "Éditeur de cartes mentales"
},
2022-05-19 23:25:38 +02:00
"version": "2.0~ynh1",
"url": "https://github.com/ondras/my-mind",
2021-06-12 09:16:59 +02:00
"upstream": {
"license": "MIT",
"website": "https://github.com/ondras/my-mind",
"demo": "http://my-mind.github.io/?map=examples/features.mymind",
"admindoc": "https://github.com/ondras/my-mind/wiki",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/ondras/my-mind"
},
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org",
2020-04-26 18:12:49 +02:00
"url": "https://datamol.org"
},
"requirements": {
2022-05-19 23:25:38 +02:00
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
2021-04-03 23:29:15 +02:00
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
2022-05-19 23:25:38 +02:00
"type": "domain"
},
{
"name": "path",
"type": "path",
2022-05-19 23:25:38 +02:00
"example": "/mymind",
"default": "/mymind"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
2021-04-03 23:29:15 +02:00
]
}
}