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

37 lines
786 B
JSON
Raw Normal View History

2015-01-14 10:55:14 +01:00
{
"name": "Jitsi Meet",
"id": "jitsi",
2019-06-06 06:04:22 +02:00
"packaging_format": 1,
2015-01-14 10:55:14 +01:00
"description": {
"en": "Video conferencing web application",
"fr": "Application web de conférence vidéo"
},
2019-07-14 03:35:37 +02:00
"version": "1.0.3387~ynh1",
2015-01-14 10:55:14 +01:00
"url": "https://jitsi.org/Projects/JitMeet",
2019-06-06 06:04:22 +02:00
"license": "Apache-2.0",
2015-01-14 10:55:14 +01:00
"maintainer": {
"name": "ju",
"email": "julien.malik@paraiso.me"
},
2019-06-06 06:04:22 +02:00
"requirements": {
"yunohost": ">= 3.5"
},
2019-07-14 03:35:37 +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
],
2015-01-14 10:55:14 +01: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"
}
]
}
}