mirror of
https://github.com/YunoHost-Apps/question2answer_ynh.git
synced 2024-09-03 20:16:07 +02:00
bf9feaddd1
See https://github.com/q2a/question2answer/releases/tag/v1.8.6 for changelog
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "Question2Answer",
|
|
"id": "question2answer",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Platform for Question&Answer sites.",
|
|
"fr": "Plateforme de Question/Réponses."
|
|
},
|
|
"version": "1.8.6~ynh1",
|
|
"url": "https://www.question2answer.org/",
|
|
"license": "GPL-2.0-or-later",
|
|
"maintainer": {
|
|
"name": "Nils Van Zuijlen",
|
|
"email": "nils.van-zuijlen@mailo.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/question2answer",
|
|
"default": "/question2answer"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "If the application is made private, only the users known to this YunoHost instance will be able to see it.",
|
|
"fr": "Si l'application est privée, seuls les utilisateurs de cette instance YunuHost pourront y accéder."
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "q2a_name",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the site name",
|
|
"fr": "Choisissez le nom de votre Question2Answer"
|
|
},
|
|
"default": "My Question2Answer forum"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
}
|
|
]
|
|
}
|
|
}
|