2022-04-30 21:19:50 +02:00
|
|
|
{
|
2022-05-05 16:47:03 +02:00
|
|
|
"name": "Decidim",
|
|
|
|
"id": "decidim",
|
2022-04-30 21:19:50 +02:00
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2022-05-06 01:38:00 +02:00
|
|
|
"en": "Participatory democracy framework,"
|
2022-04-30 21:19:50 +02:00
|
|
|
},
|
2022-09-30 08:42:42 +02:00
|
|
|
"version": "0.27.0~ynh1",
|
2022-05-06 01:38:00 +02:00
|
|
|
"url": "https://decidim.org/",
|
2022-04-30 21:19:50 +02:00
|
|
|
"upstream": {
|
2022-05-06 01:38:00 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"website": "https://decidim.org/",
|
|
|
|
"demo": "https://decidim.org/demo/",
|
|
|
|
"admindoc": "https://docs.decidim.org",
|
|
|
|
"code": "https://github.com/decidim/decidim"
|
2022-04-30 21:19:50 +02:00
|
|
|
},
|
2022-05-06 01:38:00 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-04-30 21:19:50 +02:00
|
|
|
"maintainer": {
|
2022-05-06 01:38:00 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2022-04-30 21:19:50 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 4.3.0"
|
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2022-05-05 16:47:03 +02:00
|
|
|
"nginx"
|
2022-04-30 21:19:50 +02:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-05-05 16:47:03 +02:00
|
|
|
"install": [
|
2022-04-30 21:19:50 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
2022-09-02 01:04:03 +02:00
|
|
|
"choices": [
|
|
|
|
"ca",
|
|
|
|
"cs",
|
|
|
|
"de",
|
|
|
|
"en",
|
|
|
|
"es",
|
|
|
|
"eu",
|
|
|
|
"fi",
|
|
|
|
"fr",
|
|
|
|
"it",
|
|
|
|
"ja",
|
|
|
|
"nl",
|
|
|
|
"pl",
|
|
|
|
"pt",
|
|
|
|
"ro"
|
|
|
|
],
|
2022-05-05 16:47:03 +02:00
|
|
|
"default": "en"
|
2022-04-30 21:19:50 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2022-05-07 20:25:48 +02:00
|
|
|
"type": "password"
|
2022-04-30 21:19:50 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|