mirror of
https://github.com/YunoHost-Apps/fider_ynh.git
synced 2024-09-03 18:36:11 +02:00
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "Fider",
|
|
"id": "fider",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open platform to collect and prioritize feedback",
|
|
"fr": "Plateforme ouverte pour récolter et prioriser les retours utilisateurs"
|
|
},
|
|
"version": "0.21.1~ynh3",
|
|
"url": "https://fider.io",
|
|
"upstream": {
|
|
"license": "AGPL-3.0",
|
|
"website": "https://fider.io",
|
|
"demo": "https://feedback.fider.io",
|
|
"admindoc": "https://fider.io/docs",
|
|
"code": "https://github.com/getfider/fider"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"maintainer": {
|
|
"name": "Salamandar",
|
|
"email": "felix@piedallu.me"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"postgres",
|
|
"postfix"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true,
|
|
"help": {
|
|
"en": "It should be public for external people to vote.",
|
|
"fr": "Fider doit être public pour que des personnes externes votent."
|
|
}
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": [
|
|
"fr",
|
|
"en"
|
|
],
|
|
"default": "fr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|