mirror of
https://github.com/YunoHost-Apps/halcyon_ynh.git
synced 2024-09-03 20:36:21 +02:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "Halcyon",
|
|
"id": "halcyon",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Webclient for Mastodon and Pleroma.",
|
|
"fr": "Client web pour Mastodon et Pleroma."
|
|
},
|
|
"version": "2.4.9~ynh2",
|
|
"url": "https://notabug.org/halcyon-suite/halcyon",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://notabug.org/halcyon-suite/halcyon",
|
|
"code": "https://notabug.org/halcyon-suite/halcyon"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"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"
|
|
},
|
|
"choices": ["en_US", "de_DE", "pt_BR", "ja_JP", "ko_KR", "pl_PL", "gl_ES", "fr_FR", "cs_CZ", "it_IT"],
|
|
"default": "en_US"
|
|
}
|
|
]
|
|
}
|
|
}
|