mirror of
https://github.com/YunoHost-Apps/mindmaps_ynh.git
synced 2024-09-03 19:45:59 +02:00
60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
||
"name": "Mindmaps",
|
||
"id": "mindmaps",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Tool for making mind maps",
|
||
"fr": "Outil de creation de cartes mentale"
|
||
},
|
||
"version": "0.0.20201010~ynh1",
|
||
"url": "https://www.mindmaps.app/",
|
||
"license": "AGPL-3.0",
|
||
"maintainer": {
|
||
"name": "",
|
||
"email": "",
|
||
"url": ""
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.8.1"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Mindmaps",
|
||
"fr": "Choisissez un nom de domaine pour Mindmaps"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Mindmaps",
|
||
"fr": "Choisissez un chemin pour Mindmaps"
|
||
},
|
||
"example": "/mindmaps",
|
||
"default": "/mindmaps"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public application?",
|
||
"fr": "Est-ce une application publique ?"
|
||
},
|
||
"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."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|