2014-10-20 18:55:53 +02:00
|
|
|
|
{
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"name": "Cinny",
|
|
|
|
|
"id": "cinny",
|
2016-04-28 17:53:17 +02:00
|
|
|
|
"packaging_format": 1,
|
2014-10-20 18:55:53 +02:00
|
|
|
|
"description": {
|
2021-09-26 20:59:26 +02:00
|
|
|
|
"en": "Matrix client focusing primarily on simple, elegant and secure interface",
|
|
|
|
|
"fr": "Client matrix orienté simplicité, élégance et sécurité"
|
2014-10-20 18:55:53 +02:00
|
|
|
|
},
|
2022-05-21 10:42:00 +02:00
|
|
|
|
"version": "2.0.3~ynh1",
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"url": "https://cinny.in",
|
2021-04-23 19:53:38 +02:00
|
|
|
|
"upstream": {
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "https://cinny.in",
|
2021-09-18 13:25:25 +02:00
|
|
|
|
"demo": "https://app.cinny.in",
|
|
|
|
|
"admindoc": "https://cinny.in",
|
|
|
|
|
"userdoc": "https://cinny.in",
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"code": "https://github.com/ajbura/cinny"
|
2021-04-23 19:53:38 +02:00
|
|
|
|
},
|
2021-09-18 13:25:25 +02:00
|
|
|
|
"license": "GPL-3.0",
|
2015-06-22 12:40:00 +02:00
|
|
|
|
"maintainer": {
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"name": "Salamandar",
|
|
|
|
|
"email": "felix@piedallu.me"
|
2014-10-20 18:55:53 +02:00
|
|
|
|
},
|
2016-04-26 16:05:50 +02:00
|
|
|
|
"requirements": {
|
2021-12-09 09:40:23 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2016-04-26 16:05:50 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
2015-11-22 19:48:18 +01:00
|
|
|
|
"services": [
|
2021-09-17 10:15:00 +02:00
|
|
|
|
"nginx"
|
2015-11-22 19:48:18 +01:00
|
|
|
|
],
|
2014-10-20 18:55:53 +02:00
|
|
|
|
"arguments": {
|
2021-12-13 18:07:02 +01:00
|
|
|
|
"install": [
|
2014-10-20 18:55:53 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-09-18 13:39:41 +02:00
|
|
|
|
"type": "domain"
|
2014-10-20 18:55:53 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
2017-02-03 21:13:25 +01:00
|
|
|
|
"type": "path",
|
2021-11-05 14:48:40 +01:00
|
|
|
|
"example": "/cinny",
|
|
|
|
|
"default": "/cinny"
|
2014-10-20 18:55:53 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
2016-04-26 15:57:57 +02:00
|
|
|
|
"type": "boolean",
|
2021-09-18 13:25:25 +02:00
|
|
|
|
"default": true,
|
|
|
|
|
"help": {
|
2021-12-09 09:40:23 +01:00
|
|
|
|
"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."
|
2021-09-18 13:25:25 +02:00
|
|
|
|
}
|
2014-10-20 18:55:53 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|