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
ericgaspar eee46da7ca
Revert "Update manifest.json"
This reverts commit a0444806fa.
2022-01-31 08:51:01 +01:00

63 lines
1.6 KiB
JSON

{
"name": "Movim",
"id": "movim",
"packaging_format": 1,
"description": {
"en": "Web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme basé sur le Web"
},
"version": "0.19~ynh2",
"url": "https://movim.eu",
"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"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm",
"postgresql",
"metronome"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/movim",
"default": "/movim"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"example": "Choose a password"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}