mirror of
https://github.com/YunoHost-Apps/my-mind_ynh.git
synced 2024-09-03 19:46:22 +02:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "My Mind",
|
|
"id": "my-mind",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Online Mindmapping Software",
|
|
"fr": "Éditeur de cartes mentales"
|
|
},
|
|
"version": "2.0~ynh3",
|
|
"url": "https://github.com/ondras/my-mind",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"demo": "http://my-mind.github.io/?map=examples/features.mymind",
|
|
"admindoc": "https://github.com/ondras/my-mind/wiki",
|
|
"code": "https://github.com/ondras/my-mind"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org",
|
|
"url": "https://datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/mymind",
|
|
"default": "/mymind"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|