1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00
hydrogen_ynh/manifest.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2022-01-05 08:37:17 +01:00
{
"name": "Hydrogen",
"id": "hydrogen",
"packaging_format": 1,
"description": {
2022-01-05 14:47:52 +01:00
"en": "Web client for Matrix",
"fr": "Client web pour Matrix"
2022-01-05 08:37:17 +01:00
},
2022-06-30 13:29:29 +02:00
"version": "0.2.33~ynh1",
2022-01-05 08:37:17 +01:00
"url": "https://matrix.org/docs/projects/client/hydrogen",
"upstream": {
"license": "Apache-2.0",
"website": "https://matrix.org/docs/projects/client/hydrogen",
"demo": "https://hydrogen.element.io/",
"code": "https://github.com/vector-im/hydrogen-web"
},
"license": "Apache-2.0",
"maintainer": {
2022-03-21 23:46:15 +01:00
"name": "eric_G",
2022-01-06 09:13:21 +01:00
"email": ""
2022-01-05 08:37:17 +01:00
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/hydrogen",
"default": "/hydrogen"
},
2022-05-18 22:11:31 +02:00
{
"name": "default_server",
"type": "string",
"ask": {
"en": "Choose a default server",
"fr": "Choisissez un serveur par défault"
},
"example": "my-matrix-server.tld",
"default": "matrix.org"
},
2022-01-05 08:37:17 +01:00
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}