1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tracim_ynh.git synced 2024-10-01 13:34:52 +02:00
tracim_ynh/manifest.json

61 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-06 20:56:59 +02:00
{
2022-04-08 03:47:14 +02:00
"name": "Tracim",
"id": "tracim",
2022-04-06 20:56:59 +02:00
"packaging_format": 1,
"description": {
2022-04-08 03:47:14 +02:00
"en": "Collaborative platform software intended for (not only technical) team collaboration."
2022-04-06 20:56:59 +02:00
},
2022-04-08 03:47:14 +02:00
"version": "4.1.3~ynh1",
"url": "https://www.tracim.fr",
2022-04-06 20:56:59 +02:00
"upstream": {
2022-04-08 03:47:14 +02:00
"license": "AGPL-3.0-or-later,LGPL-3.0-or-later,CC-BY-SA-2.5,MIT",
"website": "https://www.tracim.fr",
"demo": "https://www.algoo.fr/fr/tracim/demo",
"admindoc": "https://public-community.tracim.fr/ui/workspaces/143/contents",
"code": "https://github.com/tracim/tracim"
2022-04-06 20:56:59 +02:00
},
2022-04-08 03:47:14 +02:00
"license": "AGPL-3.0-or-later",
2022-04-06 20:56:59 +02:00
"maintainer": {
2022-04-08 03:47:14 +02:00
"name": "",
"email": ""
2022-04-06 20:56:59 +02:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
2022-04-11 16:00:33 +02:00
"nginx"
2022-04-06 20:56:59 +02:00
],
"arguments": {
2022-04-08 03:47:14 +02:00
"install": [
2022-04-06 20:56:59 +02:00
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2022-04-08 03:47:14 +02:00
"choices": ["fr", "en", "pt", "de", "ar"],
2022-04-06 20:56:59 +02:00
"default": "fr"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
2022-04-12 19:33:17 +02:00
"type": "password"
2022-04-06 20:56:59 +02:00
}
]
}
}