mirror of
https://github.com/YunoHost-Apps/tracim_ynh.git
synced 2024-10-01 13:34:52 +02:00
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "Tracim",
|
|
"id": "tracim",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Collaborative platform software intended for (not only technical) team collaboration."
|
|
},
|
|
"version": "4.1.3~ynh1",
|
|
"url": "https://www.tracim.fr",
|
|
"upstream": {
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/example",
|
|
"default": "/example"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en", "pt", "de", "ar"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|