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": {
"en": "A webclient for Mastodon and Pleroma which looks like Twitter."
},
2019-04-15 17:58:46 +02:00
"version": "2.3.0~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": {
"yunohost": ">= 3.0"
2018-10-04 02:33:13 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
2018-10-04 02:33:13 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Halcyon"
},
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2018-10-04 02:39:29 +02:00
"en": "Is it a public application?"
2018-10-04 02:33:13 +02:00
},
"default": true
},
{
"name": "language",
"ask": {
2018-10-04 02:39:29 +02:00
"en": "Choose the application language"
2018-10-04 02:33:13 +02: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"
}
2018-10-04 02:36:48 +02:00
2018-10-04 02:33:13 +02:00
]
}
}