1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/manifest.json

187 lines
5.2 KiB
JSON
Raw Normal View History

{
2018-03-14 03:38:17 +01:00
"name": "LimeSurvey",
"id": "limesurvey",
"packaging_format": 1,
"description": {
"en": "Create and distribute surveys",
2021-07-12 12:11:43 +02:00
"fr": "Outil de création et diffusion de sondage"
},
2022-01-01 08:47:31 +01:00
"version": "5.2.6~ynh1",
2021-07-12 12:11:43 +02:00
"url": "https://www.limesurvey.org/",
"upstream": {
"license": "GPL-2.0+",
"website": "https://www.limesurvey.org",
"admindoc": "https://manual.limesurvey.org/LimeSurvey_Manual/fr",
2022-01-14 01:29:27 +01:00
"userdoc": "https://help.limesurvey.org",
2021-07-12 12:11:43 +02:00
"code": "https://github.com/LimeSurvey/LimeSurvey"
},
"license": "GPL-2.0+",
"maintainer": {
"name": "ljf",
2018-03-14 03:38:17 +01:00
"email": "ljf+limesurvey_ynh@reflexlibre.net",
2018-03-14 04:00:59 +01:00
"url": "https://reflexlibre.net"
},
2016-11-21 07:18:50 +01:00
"requirements": {
2022-01-14 01:29:27 +01:00
"yunohost": ">= 4.3.0"
2016-11-21 07:18:50 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-07-12 12:11:43 +02:00
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-22 14:09:22 +02:00
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/poll",
"default": "/poll"
},
{
"name": "admin",
2021-09-22 14:09:22 +02:00
"type": "user"
},
{
"name": "language",
2019-05-19 22:01:01 +02:00
"type": "string",
"ask": {
2018-03-14 03:38:17 +01:00
"en": "Choose the default language of this LimeSurvey",
"fr": "Choisissez la langue par défault de LimeSurvey"
},
2022-01-14 01:29:27 +01:00
"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"
],
2017-02-02 03:37:01 +01:00
"default": "en"
},
{
"name": "is_public",
"type": "boolean",
2021-07-12 14:07:36 +02:00
"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."
2021-07-12 14:07:36 +02:00
},
2021-07-12 12:11:43 +02:00
"default": true
2021-07-12 14:45:08 +02:00
},
{
"name": "password",
2021-09-22 14:09:22 +02:00
"type": "password"
}
]
}
}