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
ericgaspar dd0e343678 Fix
2021-07-12 12:11:43 +02:00

69 lines
1.9 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": "3.17.1~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.0"
},
"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": ["en", "fr","es", "de"],
"default": "en"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}