2017-10-30 19:46:14 +01:00
|
|
|
{
|
2020-10-12 09:09:15 +02:00
|
|
|
"name": "My Mind",
|
2017-10-30 19:46:14 +01:00
|
|
|
"id": "my-mind",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2018-09-24 19:30:25 +02:00
|
|
|
"en": "Online Mindmapping Software",
|
2020-10-12 08:54:46 +02:00
|
|
|
"fr": "Éditeur de cartes mentales"
|
2017-10-30 19:46:14 +01:00
|
|
|
},
|
2021-06-12 09:16:59 +02:00
|
|
|
"version": "1.2~ynh3",
|
2017-10-30 19:46:14 +01:00
|
|
|
"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"
|
|
|
|
},
|
2017-10-30 19:46:14 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Anmol Sharma",
|
|
|
|
"email": "anmol@datamol.org",
|
2020-04-26 18:12:49 +02:00
|
|
|
"url": "https://datamol.org"
|
2017-10-30 19:46:14 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-06-12 09:16:59 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2017-10-30 19:46:14 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-04-03 23:29:15 +02:00
|
|
|
"php7.3-fpm"
|
2017-10-30 19:46:14 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/example",
|
2019-04-07 14:18:37 +02:00
|
|
|
"default": "/mymind"
|
2017-10-30 19:46:14 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
2021-04-03 23:29:15 +02:00
|
|
|
]
|
2017-10-30 19:46:14 +01:00
|
|
|
}
|
|
|
|
}
|