From 81674e312e639442a515293bd772608fc5287f5f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Jun 2020 23:56:24 +0200 Subject: [PATCH 1/3] Give up maintenance... --- manifest.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 11bbd84..ed7d73c 100644 --- a/manifest.json +++ b/manifest.json @@ -10,12 +10,17 @@ "url": "https://jitsi.org/Projects/JitMeet", "license": "Apache-2.0", "maintainer": { - "name": "yalh76" + "name": "None..." }, - "previous": { + "previous_maintainers": [ + { + "name": "yalh76" + }, + { "name": "ju", "email": "julien.malik@paraiso.me" - }, + } + ], "requirements": { "yunohost": ">= 3.6" }, From 3c74da7064530067b34e8b4256d3dcfdddd15c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 13 Oct 2020 23:04:01 +0200 Subject: [PATCH 2/3] Add badges --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c43cda..712eadc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,6 @@ # Jitsi Meet for YunoHost -## Disclaimer -**Jitsi** for YunoHost for now as some limitations: - * Can only be used using Chrome/Chromium - * Is limited to two participants - -Those limitations come from the packaging of the upstream app. Have to be improved. - -[![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) +[![Integration level](https://dash.yunohost.org/integration/jitsi.svg)](https://dash.yunohost.org/appci/app/jitsi) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/jitsi.maintain.svg) [![Install Jitsi Meet with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=jitsi) *[Lire ce readme en français.](./README_fr.md)* @@ -15,6 +8,15 @@ Those limitations come from the packaging of the upstream app. Have to be improv > *This package allow you to install Jitsi Meet quickly and simply on a YunoHost server. If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +## Disclaimer + +**Jitsi** for YunoHost for now as some limitations: + * Can only be used using Chrome/Chromium + * Is limited to two participants + +Those limitations come from the packaging of the upstream app. Have to be improved. + + ## Overview Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences. @@ -50,7 +52,7 @@ How to configure this app: Via the admin panel, a plain file with SSH, or any ot #### Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/jitsi/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/jitsi/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/jitsi%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/jitsi/) ## Links @@ -62,8 +64,7 @@ How to configure this app: Via the admin panel, a plain file with SSH, or any ot --- -Developer info ----------------- +## Developer info Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/jitsi_ynh/tree/testing). From 0e41c5cd901ac9926c2666a76049f03def3265ef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Mar 2021 21:24:05 +0100 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ed7d73c..c0a5c1a 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "url": "https://jitsi.org/Projects/JitMeet", "license": "Apache-2.0", "maintainer": { - "name": "None..." + "name": "" }, "previous_maintainers": [ {