2018-10-04 02:33:13 +02:00
|
|
|
|
{
|
2018-10-23 20:40:12 +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
|
|
|
|
},
|
2021-01-10 19:10:35 +01:00
|
|
|
|
"version": "2.4.9~ynh1",
|
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": {
|
2021-07-01 21:28:39 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
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": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2021-01-10 19:10:35 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Halcyon will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, Halcyon sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
2018-10-04 02:33:13 +02:00
|
|
|
|
},
|
|
|
|
|
"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"
|
2021-01-10 19:10:35 +01:00
|
|
|
|
}
|
2018-10-04 02:33:13 +02:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|