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
2021-11-08 09:29:23 +01:00

58 lines
1.7 KiB
JSON

{
"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": "1.5.0~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.1.3"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/",
"default": "/",
"help": {
"en": "Cinny only supports to be installed on / for now.",
"fr": "Cinny ne peut être installé que à la racine pour le moment."
}
},
{
"name": "is_public",
"type": "boolean",
"default": true,
"help": {
"en": "Should the app be accessible to users not logged into Yunohost",
"fr": "L'app devrait-elle être accessible aux utilisateurs Yunohost"
}
}
]
}
}