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


Navigation

    Cloudron Forum

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

    Upcoming apps

    Announcements
    19
    46
    879
    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.
    • subven
      subven @girish last edited by subven

      @girish I'm not sure if I ever saw a complete automated Jira deployment. The company I work for has at least a straight forward docker setup with hassle free update process. As long as it is not a major version upgrade (from Jira 7 to 8...) it works pretty well.
      I would not recommend to automate the process in production without QA (we do not even do that) so it remains a manual task. I can ask my company if I can share some of our code with you.

      Edit: Okay we also got the DB creation+migration part automated
      jiradepl.jpg

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

        @subven That's awesome, I will send you an email to follow up.

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

          @girish I've send you an mail regarding this topic. Hope it gets through because of the "suspicious" attachements. ๐Ÿ˜‰ Hit me up if you have any questions.

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

            Just chiming in that either BBB or Jitsi would be awesome!

            Although yes I think I'd learn slightly toward Jitsi as from what has been written above apparently it uses less resources, it seems more widely used, and it integrates nicely with Rocket.Chat which I'm loving.

            jdaviescoates 1 Reply Last reply Reply Quote 1
            • M
              msbt App Dev last edited by

              I would give another +1 to jitsi due to the remote desktop feature (available in the electron app, to get rid of teamviewer)

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

                @jdaviescoates said in Upcoming apps:

                I'd learn slightly toward Jitsi as from what has been written above apparently it uses less resources, it seems more widely used, and it integrates nicely with Rocket.Chat which I'm loving.

                Saying that, the first time I used the demo BBB years ago I was blown away but the automatic translation in their chat. I was chatting away to people who were reading and writing in a different language and it was a while before any of us noticed as it was just auto-translating everything into our preferred language!

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

                  Hi everyone,

                  in the past weeks I have been working with the Cloudron team to make Kopano Meet available as an app for Cloudron.

                  Meet is a modern video conferencing app that is designed as a so called Progressive Web App (PWA) which means that you can add it as an app to your phone/tablet/desktop directly from within Meet and without relying on external app stores. Functionality wise Meet provides 1 to 1 and group video calls as well as screensharing. We are utilising a library called "Glue" which facilitates easy integration into other applications, internal proof of concepts with this have already been done with Matrix and ownClouds new Phoenix UI (based on customer projects).

                  The app has been released to unstable last week and can be found at https://cloudron.io/store/com.kopano.meet.cloudronapp.html.

                  Looking forward to your feedback!

                  jdaviescoates T 3 Replies Last reply Reply Quote 7
                  • jdaviescoates
                    jdaviescoates @fbartels last edited by

                    @fbartels amazing news, thanks!

                    Really looking forward to trying this out!

                    1 Reply Last reply Reply Quote 0
                    • T
                      thetomester13 App Dev @fbartels last edited by

                      @fbartels this looks great! I'd like to give it a try, but I'm not sure what the 'first time' message is talking about - what's a TURN server, and if I don't have it configured, is it really entirely self hosted?

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

                        @fbartels could you please explain exactly what a "direct connection" means here:

                        "In the default configuration there is no TURN server configured, so Kopano Meet will only work between users within networks where direct connections are allowed." ?

                        i.e. would two users of the same Cloudron but in different physical locations on different networks be able to have a call without a TURN server? Or would that require a TURN server too?

                        Thanks!

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

                          @thetomester13 TURN is lingo in the networking world. There is even a wikipedia entry for it.

                          Yes, Meet is entirely self-hosted. even moreso than Jitsi since it does not depend on apps from the Apple and Google app stores to work in mobile devices. But since its not easy to reliable run a turn service (at best two ip addresses, should be reachable on port 443 to not be blocked on public wifi, ..) we are offering it as a service for our customers.

                          @jdaviescoates said in Upcoming apps:

                          would two users of the same Cloudron but in different physical locations on different networks be able to have a call without a TURN server?

                          There is no straight answer to that as it also depends on firewall configuration. In general Meet uses WebRTC to connect the individual users. At best both users can discover each other directly and no external component is required, if that is not the case stun/turn is used to discover each other, do some udp hole punching or in the worst case relay complete traffic (this would then fall on the shoulders of the turn server).

                          Blog about STUN/TURN https://blog.ivrpowers.com/post/technologies/what-is-stun-turn-server/ (not my blog)

                          jdaviescoates 1 Reply Last reply Reply Quote 1
                          • T
                            thetomester13 App Dev last edited by

                            @fbartels Thanks for the breakdown, I'll give it a whirl!

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

                              Been playing with Kopano Meet on a restricted basis on one of my Cloudron instances. Honestly, it's a good, simple solution for certain purposes, but it seems to lack a lot of the features of a full-on BBB/Jitsi installation, for which reason I would still prefer either of those to be available. Perhaps there's room for both to exist on the platform (I think so! They service different niches well), but for my particular desires/plans, the feature set just isn't quite there.

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

                                Whatโ€™s the status on Jitsi currently? For my usecases I find it powerful to use the apps that do one or a tightly scoped things well rather than installing suite type apps.

                                So with Riot out the gates and the Matrix app soon to follow, the logical next step for me in that setup is to bring a Jitsi app in under the same roof (Riot+Matrix uses Jitsi under the hood).

                                M 1 Reply Last reply Reply Quote 3
                                • M
                                  murgero App Dev @yusf last edited by

                                  @yusf But doesn't Matrix have it's own video calling features?

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

                                    @murgero For 1on1 calls yes, for group calls no.

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

                                      @fbartels said in Upcoming apps:

                                      But since its not easy to reliable run a turn service (at best two ip addresses, should be reachable on port 443 to not be blocked on public wifi, ..) we are offering it as a service for our customers.

                                      I've not looked at this yet but just found this tutorial about how to set up a turn server to work with nextcloud talk
                                      https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        caglar last edited by

                                        I am waiting for Matrix server

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          Trankery last edited by

                                          Any news on bitwarden?

                                          jimcavoli 1 Reply Last reply Reply Quote 3
                                          • jimcavoli
                                            jimcavoli App Dev @Trankery last edited by

                                            @Trankery You can follow along for the latest on that app via its thread in the App Wishlist - https://forum.cloudron.io/topic/1082/bitwarden-self-hosted-password-manager

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post