Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Jitsi Meet

    App Wishlist
    33
    77
    5649
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • darkben
      darkben last edited by

      Hi,

      yes we need it now with the covid-29 crisis ! We have a lot of demands about it with organizations searching GAFAM video conferencing alternatives. Please add it in the app store ! Thanks !

      1 Reply Last reply Reply Quote 2
      • scooke
        scooke @nebulon last edited by

        @nebulon I'm finding that for many of these chat apps the idea that promote the idea that "people can join so long as they have the room URL" are misleading because it isn't as simple as needing the URL... they end up needing the app too. I went and installed Jitsi Meet to see if it was true, and it wasn't. The four devices used all had to download the Jitsi Meet app. Maybe I'm the only one looking for a video chat solution that truly requires guests to have only the URL, but thus far Jitsi Meet and Zoom both need it. I am hoping that Kopano Meet doesn't, but as I've been reading about it it seems like a user needs to activate some other Turn service to allow guests from outside the network... still checking.

        A life lived in fear is a life half-lived

        fbartels 1 Reply Last reply Reply Quote 1
        • fbartels
          fbartels App Dev @scooke last edited by

          @scooke said in Jitsi Meet:

          but as I've been reading about it it seems like a user needs to activate some other Turn service to allow guests from outside the network... still checking.

          The admin always needs to configure a turn service, that is true for all webrtc based solutions (Jitsi, Nextcloud talk, ..). But once guest access is configured in Meet users do not need to install additional apps or extensions.

          scooke 1 Reply Last reply Reply Quote 1
          • scooke
            scooke @fbartels last edited by

            @fbartels Well, that's good news, if you could get this solution up to speed I think you'll get ahead of the pack... For various reasons I really don't like the "just the link is needed" promises which then require the participants to download an app to actually make it work.

            A life lived in fear is a life half-lived

            1 Reply Last reply Reply Quote 1
            • avatar1024
              avatar1024 @scooke last edited by

              @scooke Thank you for the reply. It is useful that you shared your experience. However as @yusf pointed out, if Jitsi was a Cloudron app then the set-up would be easy.
              Now I'm not sure I agree with you on the usability, and this might be a matter of personal preference which I don't we should discussed back and forth on here. As long as you use a laptop, you indeed only need the URL with Jitsi and you do not need an app. So @nebulon is right on this. Only on a phone you need an app, and while the jitsi app is not perfect, it works fine. You do not need to enter the whole url, only room name works (by default it uses the meet.jit.si domain but you can change the server url in the settings to put your own). Personally, out of the other Free Software option out there, Jitsi stills seem the most mature, reliable and easy to use so it'd be a great addition to Cloudron (and indeed very needed currently).

              Do we know if anyone is working on this? (I wish I could contribute but I'm not a programmer sadly)

              @jdaviescoates Thanks for the reply

              1 Reply Last reply Reply Quote 2
              • nebulon
                nebulon Staff last edited by

                For jitsi to work properly, we would need a coturn instance on Cloudron, which unfortunately has to run on port 80/443 to work reliably on public wifis (other ports are often blocked there). So far we haven't found a solution to make turn work with our nginx reverse proxy, which also has to run on the same ports. If anyone finds a solution here, which we can try, I am happy to give it a shot.

                jdaviescoates yusf 3 Replies Last reply Reply Quote 4
                • jdaviescoates
                  jdaviescoates @nebulon last edited by

                  @nebulon damn, guess that means Jitsi wont be coming to Cloudron any time soon 😕 wish I could help, but have no idea!

                  1 Reply Last reply Reply Quote 1
                  • yusf
                    yusf @nebulon last edited by yusf

                    @nebulon That is very unfortunate, but thank you for explaining these underlying issues. Do I understand it correctly that if there's a solution, the TURN server would need to be a part of the Cloudron software itself, not an app?

                    1 Reply Last reply Reply Quote 1
                    • jdaviescoates
                      jdaviescoates @nebulon last edited by jdaviescoates

                      @nebulon said in Jitsi Meet:

                      For jitsi to work properly, we would need a coturn instance on Cloudron, which unfortunately has to run on port 80/443 to work reliably on public wifis (other ports are often blocked there)

                      Perhaps an interim solution would be to use other ports? I'm mean, it'd be great if people could join using open public WiFi, but I think in many use cases Jitsi not working on such networks wouldn't be too much of an issue. Eg. Like right now the need is for people in covid_19 coronavirus lockdown using their own private WiFi to be able to use it.

                      I note @iqweb has managed to install a coturn server on the same VPS as their Cloudron, for use with Nextcloud Talk, could that be part of the solution to getting Jitsi working too? https://forum.cloudron.io/post/4207

                      1 Reply Last reply Reply Quote 1
                      • girish
                        girish Staff last edited by girish

                        Before everyone jumps to conclusions 🙂 So far, @nebulon has been trying to make coturn to be part of the app itself. This is indeed quite hard.

                        So, I think what this means is that we have to integrate the turn server into the platform code base itself. So, it would become an addon/service just like the databases and other things. And then nextcloud, jitsi, kopano meet etc can just use this coturn service. Integrating coturn into cloudron is not very hard but will require a new release of Cloudron.

                        jdaviescoates 1 Reply Last reply Reply Quote 8
                        • jimcavoli
                          jimcavoli App Dev last edited by

                          Thanks for the added clarity, @girish - certainly look forward to this and other apps such an addition would enable!

                          1 Reply Last reply Reply Quote 1
                          • jdaviescoates
                            jdaviescoates @girish last edited by

                            @girish said in Jitsi Meet:

                            So, I think what this means is that we have to integrate the turn server into the platform code base itself. So, it would become an addon/service just like the databases and other things. And then nextcloud, jitsi, kopano meet etc can just use this coturn service. Integrating coturn into cloudron is not very hard but will require a new release of Cloudron.

                            🙂

                            That'd be totally awesome!

                            Which I guess is what we've come to expect from Cloudron 😄

                            It also sounds like having a turn server service/ addon that can be used by nextcloud talk/ jitsi meet/ kopano meet etc, would be a much better solution anyway, so I'm actually really glad that making it part of the app is hard! 🙂

                            1 Reply Last reply Reply Quote 1
                            • yusf
                              yusf last edited by

                              Great thinking @girish! In addition to Nextcloud Talk, Jitsi Meet and Kopano, the Matrix app will also benefit from this.

                              1 Reply Last reply Reply Quote 2
                              • yusf
                                yusf last edited by yusf

                                On the app packaging level, has there been efforts to include LDAP support? I’d like for Cloudron users to be the ones able to create rooms, then able to invite whoever: users and guests alike.

                                1 Reply Last reply Reply Quote 1
                                • yusf
                                  yusf last edited by

                                  LDAP seems to be supported out of the box in dockerized Jitsi Meet! 🎉

                                  1 Reply Last reply Reply Quote 3
                                  • jdaviescoates
                                    jdaviescoates last edited by

                                    Sounds like end to end encryption coming to jitsi soon (although also sounds like perhaps only for chromium/ chrome):

                                    https://jitsi.org/news/e2ee/

                                    1 Reply Last reply Reply Quote 3
                                    • imc67
                                      imc67 translator last edited by

                                      Any news on a Jitsi app on Cloudron?

                                      The Privacy Authority of The Netherlands published a overview of video-call apps (https://autoriteitpersoonsgegevens.nl/nl/nieuws/keuzehulp-privacy-bij-videobel-apps) and here (https://autoriteitpersoonsgegevens.nl/sites/default/files/atoms/files/keuzehulp_privacy_videobellen.pdf) you see that it looks like Jitsi is the best choice!

                                      1 Reply Last reply Reply Quote 3
                                      • imc67
                                        imc67 translator last edited by

                                        @girish is there any news? Our experience with Kopano Meet was not succesfull and as mentioned above Jitsi is the best solution in this COVID-19 times.

                                        1 Reply Last reply Reply Quote 1
                                        • yusf
                                          yusf last edited by yusf

                                          I’m also awaiting Jitsi. Maybe it would also make sense from a (Cloudron) marketing perspective? Like,

                                          Ready to drop Zoom for something free, unlimited and safe? Host Jitsi Meet yourself in 10 clicks with Cloudron.

                                          1 Reply Last reply Reply Quote 3
                                          • nebulon
                                            nebulon Staff last edited by

                                            No major news on this so far, unfortunately it is quite the beast to package with a lot of undocumented configuration options, even their own debian packaging scripts are a hit and miss in our experience. Surely it would be good to have and hopefully eventually we will get there.

                                            yusf 1 Reply Last reply Reply Quote 4
                                            • yusf
                                              yusf @nebulon last edited by yusf

                                              @nebulon Keep us posted for any aid you need in furthering this endeavor.

                                              1 Reply Last reply Reply Quote 1
                                              • necrevistonnezr
                                                necrevistonnezr last edited by

                                                Office topic: Jitsi gets integrated in the Brave Browser - https://www.ghacks.net/2020/05/27/brave-launches-brave-together-video-calling-in-latest-nightly-version/amp/

                                                1 Reply Last reply Reply Quote 2
                                                • A
                                                  andrewj720 last edited by

                                                  +1 for Jitsi Meet Server on Cloudron

                                                  1 Reply Last reply Reply Quote 2
                                                  • S
                                                    stefan.werner last edited by

                                                    +1 for Jitsi Meet Server on Cloudron

                                                    Especially with user manegement

                                                    1 Reply Last reply Reply Quote 4
                                                    • R
                                                      rlp10 last edited by

                                                      +1 for Jitsi Meet on Cloudron

                                                      I'm using Kopano and I don't find it to be as reliable for establishing connections as the public Jitsi server. I would far prefer to use my own machine though.

                                                      Is this being actively worked on? Can I help at all, say by testing?

                                                      Would it help if there was a small bounty for getting it working (if that is appropriate in this community)?

                                                      1 Reply Last reply Reply Quote 0
                                                      • girish
                                                        girish Staff last edited by girish

                                                        We had postponed this a bit because Jitsi support on Firefox was spotty but that seems to be sorted out now - https://github.com/jitsi/jitsi-meet/issues/4758 . (Unrelated, but of course, with all the layoffs at mozilla, I bet it's going to regress more).

                                                        1 Reply Last reply Reply Quote 6
                                                        • M
                                                          meaculpa last edited by

                                                          I'd also +1 Jitsi Meet on Cloudron!! A big "thank you" to the maintainers 😉 👍

                                                          1 Reply Last reply Reply Quote 3
                                                          • imc67
                                                            imc67 translator last edited by

                                                            Is there any update on this?

                                                            The COVID-19 pandemic is (almost everywhere) increasing and measures for working from home are again and/or still there. The public Jitsi service is overloaded so it's very very welcome after all these months to have a Cloudron version of Jitsi-server.

                                                            1 Reply Last reply Reply Quote 8
                                                            • ericdrgn
                                                              ericdrgn last edited by

                                                              +1

                                                              Just another vote in for this. I would love to implement this with my element and matrix instances already on Cloudron. Would be super helpful in these current times.

                                                              jdaviescoates 1 Reply Last reply Reply Quote 2
                                                              • jdaviescoates
                                                                jdaviescoates @ericdrgn last edited by

                                                                @ericdrgn to actually +1 it you need to upvote the original post at the top of the thread 😉

                                                                1 Reply Last reply Reply Quote 2
                                                                • P
                                                                  privsec last edited by

                                                                  Out of curiosity, is there any progress on adding this app?

                                                                  yusf 1 Reply Last reply Reply Quote 1
                                                                  • yusf
                                                                    yusf @privsec last edited by

                                                                    @privsec https://git.cloudron.io/cloudron/jitsi-app/activity

                                                                    P 1 Reply Last reply Reply Quote 1
                                                                    • P
                                                                      privsec @yusf last edited by

                                                                      @yusf I am a web developer. Can I lend a hand at all?

                                                                      jdaviescoates 1 Reply Last reply Reply Quote 1
                                                                      • jdaviescoates
                                                                        jdaviescoates @privsec last edited by

                                                                        @privsec have a look at that repo to see if you can pick up where @nebulon and @girish left off?

                                                                        1 Reply Last reply Reply Quote 2
                                                                        • H
                                                                          hutzacharus last edited by

                                                                          Hi @nebulon and @girish,
                                                                          Is the jitsi-meet app still in the backlog and are there any more concrete plans with it?
                                                                          Did I get it right that a TURN-server is already implemented as an integrated cloudron service?
                                                                          Would it be possible to install jitsi-meet with docker manually next to cloudron and its apps (and use the TURN-server coming with cloudron, if it does)?
                                                                          (I actually came here by looking for a (hassle free) way to get nextcloud and jitsi-meet running on a single vServer/VPS. - Do you think this is possible in general, at all?)

                                                                          Thanks!

                                                                          jdaviescoates girish 2 Replies Last reply Reply Quote 1
                                                                          • jdaviescoates
                                                                            jdaviescoates @hutzacharus last edited by

                                                                            @hutzacharus said in Jitsi Meet:

                                                                            Did I get it right that a TURN-server is already implemented as an integrated cloudron service?

                                                                            Yes, but I think it still needs some work to get it right/ more usable, see this post by @girish https://forum.cloudron.io/post/23347

                                                                            @hutzacharus said in Jitsi Meet:

                                                                            Would it be possible to install jitsi-meet with docker manually next to cloudron and its apps (and use the TURN-server coming with cloudron, if it does)?

                                                                            It's generally not a good idea to install other things alongside Cloudron.

                                                                            @hutzacharus said in Jitsi Meet:

                                                                            (I actually came here by looking for a (hassle free) way to get nextcloud and jitsi-meet running on a single vServer/VPS. - Do you think this is possible in general, at all?)

                                                                            That'll be easy once Jitsi has been packaged, and it's still marked as a Work in Progress https://forum.cloudron.io/tags/wip

                                                                            I'm not sure of the current status, but it doesn't look like there have been any related commits for 4 months:

                                                                            https://git.cloudron.io/search?search=jitsi

                                                                            1 Reply Last reply Reply Quote 2
                                                                            • H
                                                                              hutzacharus last edited by

                                                                              Thanks a lot, @jdaviescoates for the reply and the advice regarding separate installations!
                                                                              I also saw the activity apparently halted at the jitis-app repo, that's why I was asking. But judging from the cross-linked bbb-thread, there seems to be work still going on in the direction of this app, so this is good news.

                                                                              However, here is a (possibly naive) thought (without any deeper understanding of the matter):
                                                                              Since the main problem seems to be to get a TURN server running on the same instance as the other cloudron apps, and since a TURN-server is optional anyway, wouldn't it be possible to include the jitsi-meet app into the cloudron app repository without a TURN server and create an additional repository, say "cloudron_dedicated" or "cloudron_exclusive", with a collection of apps that can only be installed exclusively on a separate/dedicated server? This app repo could include, besides a TURN-server app, also BigBlueButton (which according to their docs also requires a dedicated server to run on) and possibly other apps as well. Does this make any sense?

                                                                              jdaviescoates 1 Reply Last reply Reply Quote 1
                                                                              • jdaviescoates
                                                                                jdaviescoates @hutzacharus last edited by

                                                                                @hutzacharus said in Jitsi Meet:

                                                                                Since the main problem seems to be to get a TURN server running on the same instance as the other cloudron apps

                                                                                I'm not sure, but I don't think that is the main problem.

                                                                                There is already a TURN addon running on the same instance. As I understand it it's just the the TURN addon needs to be better to support more ports, hence making it more usable.

                                                                                @hutzacharus said in Jitsi Meet:

                                                                                and since a TURN-server is optional anyway

                                                                                It's not really optionally if you want to talk to people on other network (which is normally that case for the vast majority of video calls).

                                                                                @hutzacharus said in Jitsi Meet:

                                                                                wouldn't it be possible to include the jitsi-meet app into the cloudron app repository without a TURN server

                                                                                I could be wrong, but I don't think it is TURN server issues that are holding up the packaging of jitsi (or BBB), just that is a complicated app that is hard to package (and in the case of BBB there isn't even a stable version that'll run on Ubuntu 18.04 yet).

                                                                                @hutzacharus said in Jitsi Meet:

                                                                                create an additional repository, say "cloudron_dedicated" or "cloudron_exclusive", with a collection of apps that can only be installed exclusively on a separate/dedicated server? This app repo could include, besides a TURN-server app, also BigBlueButton (which according to their docs also requires a dedicated server to run on) and possibly other apps as well. Does this make any sense?

                                                                                I'm not sure it does! 😛

                                                                                At present there is no way for different instances Cloudrons on to connect and play nicely together, although as I understand it there are plans afoot for that (and yeah, for BBB especially it sounds like that would make sense because they recommend a dedicated server for that - although I've also heard of people running it fine on a VPS)

                                                                                1 Reply Last reply Reply Quote 0
                                                                                • girish
                                                                                  girish Staff @hutzacharus last edited by

                                                                                  @hutzacharus said in Jitsi Meet:

                                                                                  Is the jitsi-meet app still in the backlog and are there any more concrete plans with it?

                                                                                  It's in our plans. In fact, for many months now but we have been swamped with other things 😕

                                                                                  B scooke Grienauer 3 Replies Last reply Reply Quote 7
                                                                                  • B
                                                                                    brynjar @girish last edited by

                                                                                    @girish Jitsi is an absolute must, please. It will make Cloudron perfect!

                                                                                    1 Reply Last reply Reply Quote 7
                                                                                    • D
                                                                                      drpaneas last edited by

                                                                                      I am using jitsi as well, if I could host this via cloudron that would be amazing.

                                                                                      1 Reply Last reply Reply Quote 4
                                                                                      • M
                                                                                        Mastadamus last edited by

                                                                                        Any updates on jitsi meet?

                                                                                        1 Reply Last reply Reply Quote 6
                                                                                        • L
                                                                                          LoudLemur last edited by

                                                                                          Jitsi Meet is an excellent suggestion and there has been an awful lot of extra work put into it lately. There is also:

                                                                                          https://jitsi.org/jitsi-videobridge/
                                                                                          https://github.com/jitsi/jitsi-videobridge

                                                                                          Jitsi Nightlies
                                                                                          https://download.jitsi.org/unstable/

                                                                                          Jitsi Docker
                                                                                          https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker

                                                                                          1 Reply Last reply Reply Quote 2
                                                                                          • chetbaker
                                                                                            chetbaker last edited by

                                                                                            really interested in testing a self-hosted version of jitsi as well

                                                                                            1 Reply Last reply Reply Quote 2
                                                                                            • P
                                                                                              privsec last edited by

                                                                                              Any luck on a jitsi image as of yet?

                                                                                              1 Reply Last reply Reply Quote 6
                                                                                              • Grienauer
                                                                                                Grienauer @girish last edited by

                                                                                                @girish +1 from me. it is a pain to host this currently separately 😛 thx!

                                                                                                Drupal CMS and Open Source Expert, Mautic Community lead Secretary

                                                                                                1 Reply Last reply Reply Quote 2
                                                                                                • girish
                                                                                                  girish Staff last edited by

                                                                                                  Just wanted to share the news that @Benoit has kindly agreed to sponsor part of the packaging effort of Jitsi. So, we will start working on this next week.

                                                                                                  jdaviescoates D potemkin_ai jeau Grienauer 6 Replies Last reply Reply Quote 11
                                                                                                  • jdaviescoates
                                                                                                    jdaviescoates @girish last edited by

                                                                                                    @girish fantastic news! Many thanks @Benoit! 🙂 🙌

                                                                                                    L 1 Reply Last reply Reply Quote 4
                                                                                                    • L
                                                                                                      LoudLemur @jdaviescoates last edited by

                                                                                                      @jdaviescoates Merci beaucoup, Benoit!

                                                                                                      1 Reply Last reply Reply Quote 2
                                                                                                      • D
                                                                                                        derin @girish last edited by

                                                                                                        @girish this is awesome news!! I've been waiting for this

                                                                                                        1 Reply Last reply Reply Quote 2
                                                                                                        • potemkin_ai
                                                                                                          potemkin_ai @girish last edited by

                                                                                                          @BENOIT, merci bien, indeed!

                                                                                                          1 Reply Last reply Reply Quote 3
                                                                                                          • scooke
                                                                                                            scooke last edited by

                                                                                                            Good thing I recently upgrade my VPS!! Go @Benoit!

                                                                                                            A life lived in fear is a life half-lived

                                                                                                            1 Reply Last reply Reply Quote 3
                                                                                                            • jeau
                                                                                                              jeau App Dev @girish last edited by

                                                                                                              @girish @Benoit merci beaucoup !

                                                                                                              1 Reply Last reply Reply Quote 3
                                                                                                              • Grienauer
                                                                                                                Grienauer @girish last edited by

                                                                                                                @girish thank you @Benoit!

                                                                                                                Drupal CMS and Open Source Expert, Mautic Community lead Secretary

                                                                                                                1 Reply Last reply Reply Quote 2
                                                                                                                • MooCloud_Matt
                                                                                                                  MooCloud_Matt @girish last edited by

                                                                                                                  @girish
                                                                                                                  any news on the jitsi app?
                                                                                                                  I'm trying to set up jitsi because we are migrating out of 3CX and is a real pain.

                                                                                                                  Matteo. R.
                                                                                                                  Founder and Tech-Support Manager.
                                                                                                                  MooCloud MSP
                                                                                                                  Swiss Managed Service Provider

                                                                                                                  humptydumpty 1 Reply Last reply Reply Quote 1
                                                                                                                  • humptydumpty
                                                                                                                    humptydumpty @MooCloud_Matt last edited by

                                                                                                                    @moocloud_matt it's almost done according to girish's reply here https://forum.cloudron.io/topic/5982/what-s-coming-in-cloudron-7-1/33?_=1643301398679

                                                                                                                    1 Reply Last reply Reply Quote 2
                                                                                                                    • girish
                                                                                                                      girish Staff last edited by

                                                                                                                      I will lock this since the app is now packaged. Please discuss further by opening topics at https://forum.cloudron.io/category/139/jitsi

                                                                                                                      1 Reply Last reply Reply Quote 1
                                                                                                                      • Locked by  girish girish 
                                                                                                                      • First post
                                                                                                                        Last post
                                                                                                                      Powered by NodeBB