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

55 lines
1.6 KiB
JSON
Raw Normal View History

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-29 11:41:52 +02:00
"version": "2.0.4~ynh1",
2021-09-17 10:15:00 +02:00
"url": "https://cinny.in",
"upstream": {
2021-09-17 10:15:00 +02:00
"license": "MIT",
"website": "https://cinny.in",
"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"
},
"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
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"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",
"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",
"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."
}
2014-10-20 18:55:53 +02:00
}
]
}
}