2015-08-03 11:35:01 +02:00
|
|
|
{
|
|
|
|
"name": "Movim",
|
|
|
|
"id": "movim",
|
2018-08-10 14:40:39 +02:00
|
|
|
"packaging_format": 1,
|
2015-08-03 11:35:01 +02:00
|
|
|
"description": {
|
2020-09-26 12:17:55 +02:00
|
|
|
"en": "Web-based cross-platform XMPP client",
|
|
|
|
"fr": "Client XMPP multiplateforme basé sur le Web"
|
2015-08-03 11:35:01 +02:00
|
|
|
},
|
2022-01-31 08:51:01 +01:00
|
|
|
"version": "0.19~ynh2",
|
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",
|
2015-08-03 11:35:01 +02:00
|
|
|
"maintainer": {
|
2020-09-17 09:02:08 +02:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2015-08-03 11:35:01 +02:00
|
|
|
},
|
2020-09-22 18:13:19 +02:00
|
|
|
"requirements": {
|
2021-05-15 08:28:00 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2020-09-22 18:13:19 +02:00
|
|
|
},
|
2020-09-26 14:47:59 +02:00
|
|
|
"multi_instance": false,
|
2016-01-28 18:53:36 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-01-15 13:32:05 +01:00
|
|
|
"php7.3-fpm",
|
2020-09-17 19:44:34 +02:00
|
|
|
"postgresql",
|
|
|
|
"metronome"
|
2016-01-28 18:53:36 +01:00
|
|
|
],
|
2015-08-03 11:35:01 +02:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2018-08-10 14:40:39 +02:00
|
|
|
"type": "domain",
|
2015-08-03 11:35:01 +02:00
|
|
|
"example": "domain.org"
|
2016-07-10 17:56:37 +02:00
|
|
|
},
|
|
|
|
{
|
2015-08-03 11:35:01 +02:00
|
|
|
"name": "path",
|
2018-08-10 14:40:39 +02:00
|
|
|
"type": "path",
|
2015-08-03 11:35:01 +02:00
|
|
|
"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
|
|
|
}
|
2015-08-03 11:35:01 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|