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
2018-10-04 06:06:48 +05:30

53 lines
1.4 KiB
JSON

{
"name": "Halcyon for YunoHost",
"id": "halcyon",
"packaging_format": 1,
"description": {
"en": "A webclient for Mastodon and Pleroma which looks like Twitter."
},
"version": "2.1.1",
"url": "https://notabug.org/halcyon-suite/halcyon",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 3.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Halcyon"
},
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
},
"default": true
},
{
"name": "language",
"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" ],
"default": "en_US"
}
]
}
}