1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cinny_ynh.git synced 2024-09-03 18:16:13 +02:00
cinny_ynh/manifest.json
Félix Piédallu 2058244427 Bump to 2.0.3.
Udate updater scripts
2022-05-29 11:41:06 +02:00

54 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Cinny",
"id": "cinny",
"packaging_format": 1,
"description": {
"en": "Matrix client focusing primarily on simple, elegant and secure interface",
"fr": "Client matrix orienté simplicité, élégance et sécurité"
},
"version": "2.0.3~ynh1",
"url": "https://cinny.in",
"upstream": {
"license": "MIT",
"website": "https://cinny.in",
"demo": "https://app.cinny.in",
"admindoc": "https://cinny.in",
"userdoc": "https://cinny.in",
"code": "https://github.com/ajbura/cinny"
},
"license": "GPL-3.0",
"maintainer": {
"name": "Salamandar",
"email": "felix@piedallu.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/cinny",
"default": "/cinny"
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help": {
"en": "If enabled, Cinny 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, Cinny sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
}
}
]
}
}