2019-02-21 10:52:01 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Mindmaps",
|
|
|
|
|
"id": "mindmaps",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Tool for making mind maps",
|
2020-10-12 09:26:24 +02:00
|
|
|
|
"fr": "Outil de creation de cartes mentales"
|
2019-02-21 10:52:01 +01:00
|
|
|
|
},
|
2021-05-19 08:31:03 +02:00
|
|
|
|
"version": "0.0.20201010~ynh2",
|
2019-02-21 10:52:01 +01:00
|
|
|
|
"url": "https://www.mindmaps.app/",
|
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "",
|
2021-09-10 23:28:04 +02:00
|
|
|
|
"email": ""
|
2019-02-21 10:52:01 +01:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2022-01-04 22:44:45 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2019-02-21 10:52:01 +01:00
|
|
|
|
},
|
2020-10-10 19:02:26 +02:00
|
|
|
|
"multi_instance": false,
|
2019-02-21 10:52:01 +01:00
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-11-14 23:35:47 +01:00
|
|
|
|
"type": "domain"
|
2019-02-21 10:52:01 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/mindmaps",
|
|
|
|
|
"default": "/mindmaps"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2020-10-10 19:02:26 +02:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Mindmaps will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, Mindmaps sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2019-02-21 10:52:01 +01:00
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|