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

53 lines
1.4 KiB
JSON
Raw Normal View History

2018-10-04 02:33:13 +02:00
{
"name": "Halcyon",
2018-10-04 02:33:13 +02:00
"id": "halcyon",
"packaging_format": 1,
"description": {
2021-01-10 19:10:35 +01:00
"en": "Webclient for Mastodon and Pleroma.",
"fr": "Client web pour Mastodon et Pleroma."
2018-10-04 02:33:13 +02:00
},
2022-06-08 04:32:45 +02:00
"version": "2.4.9~ynh2",
2018-10-04 02:33:13 +02:00
"url": "https://notabug.org/halcyon-suite/halcyon",
2021-07-01 21:28:39 +02:00
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://notabug.org/halcyon-suite/halcyon",
"code": "https://notabug.org/halcyon-suite/halcyon"
},
2018-11-07 19:39:02 +01:00
"license": "AGPL-3.0-only",
2018-10-04 02:33:13 +02:00
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
2022-06-08 04:32:45 +02:00
"yunohost": ">= 4.3.0"
2018-10-04 02:33:13 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-01-10 19:10:35 +01:00
"php7.3-fpm"
2018-10-04 02:33:13 +02:00
],
"arguments": {
2022-06-08 04:32:45 +02:00
"install": [
2018-10-04 02:33:13 +02:00
{
"name": "domain",
2022-06-08 04:32:45 +02:00
"type": "domain"
2018-10-04 02:33:13 +02:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
2021-01-10 19:10:35 +01:00
"type": "string",
2018-10-04 02:33:13 +02:00
"ask": {
2021-01-10 19:10:35 +01:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
2018-10-04 02:33:13 +02:00
},
2021-01-10 19:10:35 +01:00
"choices": ["en_US", "de_DE", "pt_BR", "ja_JP", "ko_KR", "pl_PL", "gl_ES", "fr_FR", "cs_CZ", "it_IT"],
2018-10-04 02:33:13 +02:00
"default": "en_US"
2022-06-08 04:32:45 +02:00
}
2018-10-04 02:33:13 +02:00
]
}
}