1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mindmaps_ynh.git synced 2024-09-03 19:45:59 +02:00
mindmaps_ynh/manifest.json

49 lines
1.4 KiB
JSON
Raw Normal View History

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-03-15 11:37:01 +01: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": "",
"email": "",
"url": ""
},
"requirements": {
2021-03-15 11:37:01 +01:00
"yunohost": ">= 4.1.7"
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",
"type": "domain",
"example": "example.com"
},
{
"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 doesnt have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Mindmaps sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
},
2019-02-21 10:52:01 +01:00
"default": true
}
]
}
}