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

64 lines
1.6 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"
},
2022-01-31 08:50:37 +01:00
"version": "0.19~ynh3",
2020-09-17 19:44:34 +02:00
"url": "https://movim.eu",
2021-08-09 23:58:08 +02:00
"upstream": {
"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"
},
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": ">= 4.2.4"
2020-09-22 18:13:19 +02:00
},
2020-09-26 14:47:59 +02:00
"multi_instance": false,
"services": [
"nginx",
2021-01-15 13:32:05 +01:00
"php7.3-fpm",
2020-09-17 19:44:34 +02:00
"postgresql",
"metronome"
],
"arguments": {
"install" : [
{
"name": "domain",
2018-08-10 14:40:39 +02:00
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
2018-08-10 14:40:39 +02:00
"type": "path",
"example": "/movim",
"default": "/movim"
2015-08-03 12:09:24 +02:00
},
2015-08-10 16:45:03 +02:00
{
2015-08-03 16:15:52 +02:00
"name": "admin",
2015-08-10 16:45:03 +02:00
"type": "user",
2020-09-17 09:02:08 +02:00
"example": "johndoe"
2015-08-03 16:15:52 +02:00
},
2015-08-10 16:45:03 +02:00
{
"name": "password",
2018-08-10 14:40:39 +02:00
"type": "password",
2020-09-22 18:13:19 +02:00
"example": "Choose a password"
2015-08-10 16:51:22 +02:00
},
2020-07-24 17:21:22 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
2020-09-26 12:17:55 +02:00
}
]
}
}