mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
186 lines
5.3 KiB
JSON
186 lines
5.3 KiB
JSON
{
|
|
"name": "LimeSurvey",
|
|
"id": "limesurvey",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Create and distribute surveys",
|
|
"fr": "Outil de création et diffusion de sondage"
|
|
},
|
|
"version": "5.6.1+230123~ynh1",
|
|
"url": "https://www.limesurvey.org/",
|
|
"upstream": {
|
|
"license": "GPL-2.0+",
|
|
"website": "https://www.limesurvey.org",
|
|
"admindoc": "https://manual.limesurvey.org/LimeSurvey_Manual/fr",
|
|
"userdoc": "https://help.limesurvey.org",
|
|
"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": ">= 11.0.9"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/poll",
|
|
"default": "/poll"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the default language of this LimeSurvey",
|
|
"fr": "Choisissez la langue par défault de LimeSurvey"
|
|
},
|
|
"choices": [
|
|
"af",
|
|
"am",
|
|
"ar",
|
|
"az",
|
|
"be",
|
|
"bg",
|
|
"bn",
|
|
"bs",
|
|
"ca",
|
|
"ca-valencia",
|
|
"ceb",
|
|
"ckb",
|
|
"cnr",
|
|
"cs",
|
|
"cs-informal",
|
|
"cy",
|
|
"da",
|
|
"de",
|
|
"de-easy",
|
|
"de-informal",
|
|
"el",
|
|
"en",
|
|
"eo",
|
|
"es",
|
|
"es-AR",
|
|
"es-AR-informal",
|
|
"es-CL",
|
|
"es-CO",
|
|
"es-MX",
|
|
"et",
|
|
"eu",
|
|
"fa",
|
|
"fi",
|
|
"fil",
|
|
"fr",
|
|
"ful",
|
|
"ga",
|
|
"gl",
|
|
"gu",
|
|
"he",
|
|
"hi",
|
|
"hil",
|
|
"hr",
|
|
"hu",
|
|
"hy",
|
|
"id",
|
|
"ilo",
|
|
"is",
|
|
"it",
|
|
"it-informal",
|
|
"ja",
|
|
"ka",
|
|
"kal",
|
|
"kk",
|
|
"kmr",
|
|
"ko",
|
|
"ky",
|
|
"lb",
|
|
"lt",
|
|
"lv",
|
|
"mk",
|
|
"ml",
|
|
"mn",
|
|
"mr",
|
|
"ms",
|
|
"mt",
|
|
"mya",
|
|
"nb",
|
|
"nl",
|
|
"nl-informal",
|
|
"nn",
|
|
"ny",
|
|
"oc",
|
|
"pa",
|
|
"pap-CW",
|
|
"pl",
|
|
"pl-informal",
|
|
"prs",
|
|
"ps",
|
|
"pt",
|
|
"pt-BR",
|
|
"ro",
|
|
"roh",
|
|
"ru",
|
|
"run",
|
|
"rw",
|
|
"sah",
|
|
"si",
|
|
"sk",
|
|
"sl",
|
|
"smi",
|
|
"so",
|
|
"sq",
|
|
"sr",
|
|
"sr-Latn",
|
|
"sv",
|
|
"swh",
|
|
"ta",
|
|
"tg",
|
|
"th",
|
|
"ti",
|
|
"tl",
|
|
"tr",
|
|
"uk",
|
|
"ur",
|
|
"vi",
|
|
"xho",
|
|
"zh-Hans",
|
|
"zh-Hant-HK",
|
|
"zh-Hant-TW",
|
|
"zu"
|
|
],
|
|
"default": "en"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"name": "is_admin_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"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 avec un compte Limesurvey mais sans compte YunoHost."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|