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

61 lines
2 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-09 15:46:59 +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-09 15:25:19 +01:00
"version": "2.4.9~ynh1",
2018-10-04 02:33:13 +02:00
"url": "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-01-09 15:25:19 +01:00
"yunohost": ">= 3.8.1"
2018-10-04 02:33:13 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-01-09 15:25:19 +01:00
"php7.3-fpm"
2018-10-04 02:33:13 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
2021-01-09 15:25:19 +01:00
"en": "Choose a domain name for Halcyon",
"fr": "Choisissez un nom de domaine pour Halcyon"
2018-10-04 02:33:13 +02:00
},
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2021-01-09 15:25:19 +01:00
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
2018-10-04 02:33:13 +02:00
},
2021-01-09 15:46:59 +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 nayant 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-09 15:25:19 +01:00
"type": "string",
2018-10-04 02:33:13 +02:00
"ask": {
2021-01-09 15:25:19 +01:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
2018-10-04 02:33:13 +02:00
},
2021-01-09 15:25:19 +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-09 15:25:19 +01:00
}
2018-10-04 02:33:13 +02:00
]
}
}