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

40 lines
955 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"
},
2020-04-30 05:55:38 +02:00
"version": "1.0.4025~ynh1",
2019-07-18 21:49:20 +02:00
"url": "https://jitsi.org/Projects/JitMeet",
2019-06-06 06:04:22 +02:00
"license": "Apache-2.0",
2019-07-18 21:49:20 +02:00
"maintainer": {
2019-08-07 08:09:25 +02:00
"name": "yalh76"
},
"previous": {
2019-07-18 21:49:20 +02:00
"name": "ju",
"email": "julien.malik@paraiso.me"
},
2019-06-06 06:04:22 +02:00
"requirements": {
2020-04-25 18:51:08 +02:00
"yunohost": ">= 3.8"
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": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Jitsi Meet",
"fr": "Choisissez un domaine pour Jitsi Meet"
},
"example": "domain.org"
}
]
}
2015-01-14 10:55:14 +01:00
}