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

44 lines
1,018 B
JSON
Raw Normal View History

2015-01-14 10:55:14 +01:00
{
2019-07-18 21:49:20 +02:00
"name": "Jitsi Meet",
"id": "jitsi",
2019-06-06 06:04:22 +02:00
"packaging_format": 1,
2019-07-18 21:49:20 +02:00
"description": {
"en": "Video conferencing web application",
"fr": "Application web de conférence vidéo"
},
2022-06-18 17:12:49 +02:00
"version": "1.0.6155~ynh2",
2019-07-18 21:49:20 +02:00
"url": "https://jitsi.org/Projects/JitMeet",
2022-02-03 03:00:20 +01:00
"upstream": {
"license": "Apache-2.0",
"website": "https://jitsi.org/",
"demo": "https://meet.jit.si/",
"userdoc": "https://jitsi.org/user-faq/",
"code": "https://github.com/jitsi/jitsi-meet"
},
2019-06-06 06:04:22 +02:00
"license": "Apache-2.0",
2019-07-18 21:49:20 +02:00
"maintainer": {
2022-02-11 19:33:17 +01:00
"name": "yalh76"
2019-08-07 08:09:25 +02:00
},
2020-06-24 23:56:24 +02:00
"previous_maintainers": [
{
2019-07-18 21:49:20 +02:00
"name": "ju",
"email": "julien.malik@paraiso.me"
2020-06-24 23:56:24 +02:00
}
],
2019-06-06 06:04:22 +02:00
"requirements": {
2022-02-03 03:00:20 +01:00
"yunohost": ">= 4.3.0"
2022-02-11 19:33:17 +01:00
},
2019-07-18 21:49:20 +02:00
"multi_instance": false,
2019-06-06 06:04:22 +02:00
"services": [
2019-07-14 03:35:37 +02:00
"nginx"
2019-06-06 06:04:22 +02:00
],
2019-07-18 21:49:20 +02:00
"arguments": {
2022-02-11 19:33:17 +01:00
"install": [
2019-07-18 21:49:20 +02:00
{
"name": "domain",
2022-02-03 03:00:20 +01:00
"type": "domain"
2019-07-18 21:49:20 +02:00
}
]
}
2015-01-14 10:55:14 +01:00
}