2015-05-31 13:46:25 +02:00
{
2018-03-14 03:38:17 +01:00
"name" : "LimeSurvey" ,
"id" : "limesurvey" ,
2017-01-31 11:53:20 +01:00
"packaging_format" : 1 ,
2015-05-31 13:46:25 +02:00
"description" : {
2021-07-12 12:11:43 +02:00
"en" : "Creation and distribution survey tool" ,
"fr" : "Outil de création et diffusion de sondage"
} ,
2021-07-12 13:22:48 +02:00
"version" : "5.0.7~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" ,
"code" : "https://github.com/LimeSurvey/LimeSurvey"
2015-05-31 13:46:25 +02:00
} ,
2017-01-31 11:53:20 +01:00
"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"
2015-05-31 13:46:25 +02:00
} ,
2016-11-21 07:18:50 +01:00
"requirements" : {
2021-07-12 13:22:48 +02:00
"yunohost" : ">= 4.2.4"
2016-11-21 07:18:50 +01:00
} ,
2017-01-31 11:53:20 +01:00
"multi_instance" : true ,
"services" : [
"nginx" ,
2021-07-12 12:11:43 +02:00
"php7.3-fpm" ,
2017-01-31 11:53:20 +01:00
"mysql"
] ,
2015-05-31 13:46:25 +02:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2021-09-22 14:09:22 +02:00
"type" : "domain"
2015-05-31 13:46:25 +02:00
} ,
{
"name" : "path" ,
2017-01-31 11:53:20 +01:00
"type" : "path" ,
2015-05-31 13:46:25 +02:00
"example" : "/poll" ,
"default" : "/poll"
} ,
{
"name" : "admin" ,
2021-09-22 14:09:22 +02:00
"type" : "user"
2015-05-31 13:46:25 +02:00
} ,
{
"name" : "language" ,
2019-05-19 22:01:01 +02:00
"type" : "string" ,
2015-05-31 13:46:25 +02:00
"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"
2015-05-31 13:46:25 +02:00
} ,
2021-07-12 14:18:13 +02:00
"choices" : [ "de" , "en" , "es" , "fr" , "it" ] ,
2017-02-02 03:37:01 +01:00
"default" : "en"
2017-01-31 11:53:20 +01:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
2021-07-12 14:07:36 +02:00
"help" : {
2021-08-29 18:22:06 +02:00
"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"
2015-05-31 13:46:25 +02:00
}
]
}
}