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

61 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "Movim",
"id": "movim",
2018-08-10 14:40:39 +02:00
"packaging_format": 1,
"description": {
2020-09-26 12:17:55 +02:00
"en": "Web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme basé sur le Web"
},
"version": "0.19~ynh5",
2020-09-17 19:44:34 +02:00
"url": "https://movim.eu",
2022-01-31 08:47:43 +01:00
"upstream": {
2021-08-09 23:58:08 +02:00
"license": "AGPL-3.0-or-later",
"website": "https://movim.eu",
"demo": "https://nl.movim.eu/?login",
"admindoc": "https://github.com/movim/movim/wiki",
"code": "https://github.com/movim/movim",
"cpe": "cpe:2.3:a:movim:movim"
2021-08-09 23:58:08 +02:00
},
2018-08-10 14:40:39 +02:00
"license": "AGPL-3.0-or-later",
"maintainer": {
2020-09-17 09:02:08 +02:00
"name": "",
"email": ""
},
2020-09-22 18:13:19 +02:00
"requirements": {
"yunohost": ">= 11.0.9"
2020-09-22 18:13:19 +02:00
},
2020-09-26 14:47:59 +02:00
"multi_instance": false,
"services": [
"nginx",
"php7.4-fpm",
2020-09-17 19:44:34 +02:00
"postgresql",
"metronome"
],
"arguments": {
2022-01-31 08:47:43 +01:00
"install": [
{
"name": "domain",
2022-01-31 08:47:43 +01:00
"type": "domain"
},
{
"name": "path",
2018-08-10 14:40:39 +02:00
"type": "path",
"example": "/movim",
"default": "/movim"
2015-08-03 12:09:24 +02:00
},
2020-07-24 17:21:22 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
2022-01-31 08:47:43 +01:00
},
2022-06-20 01:52:27 +02:00
{
"name": "admin",
"type": "user"
},
2022-01-31 08:47:43 +01:00
{
"name": "password",
"type": "password"
2020-09-26 12:17:55 +02:00
}
]
}
}