mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
ab3746ab92
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
76 lines
2.4 KiB
JSON
76 lines
2.4 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",
|
|
"admindoc": "https://manual.limesurvey.org/LimeSurvey_Manual/fr",
|
|
"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": "In private mode, only authorized YunoHost members can create poll, with the public mode, it's possible to create account to people with no YunoHost account. ",
|
|
"fr": "En mode privé, seuls les utilisateurs YunoHost autorisés peuvent créer un sondage. En mode public, il est possible de créer un sondage sans compte YunoHost."
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"example": "Choose a password"
|
|
}
|
|
]
|
|
}
|
|
}
|