mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
||
"name": "LimeSurvey",
|
||
"id": "limesurvey",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Creation and distribution survey tool",
|
||
"fr": "Outil de création et diffusion de sondage"
|
||
},
|
||
"version": "5.0.7~ynh1",
|
||
"url": "https://www.limesurvey.org/",
|
||
"upstream": {
|
||
"license": "GPL-2.0+",
|
||
"website": "https://www.limesurvey.org",
|
||
"demo": "https://demo.example.com",
|
||
"admindoc": "https://manual.limesurvey.org/LimeSurvey_Manual/fr",
|
||
"userdoc": "https://yunohost.org/apps",
|
||
"code": "https://github.com/LimeSurvey/LimeSurvey"
|
||
},
|
||
"license": "GPL-2.0+",
|
||
"maintainer": {
|
||
"name": "ljf",
|
||
"email": "ljf+limesurvey_ynh@reflexlibre.net",
|
||
"url": "https://reflexlibre.net"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.2.4"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.3-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"example": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/poll",
|
||
"default": "/poll"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"example": "john"
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the default language of this LimeSurvey",
|
||
"fr": "Choisissez la langue par défault de LimeSurvey"
|
||
},
|
||
"choices": ["de", "en", "es", "fr", "it"],
|
||
"default": "en"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, LimeSurvey will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, LimeSurvey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|