mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
54 lines
1.6 KiB
JSON
54 lines
1.6 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": "2.0.4~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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
}
|
||
}
|
||
]
|
||
}
|
||
}
|