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

    SOLVED Collabora Online Development Edition (CODE)

    Collabora Office
    12
    55
    3051
    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.
    • nebulon
      nebulon Staff last edited by

      https://www.collaboraoffice.com/code/

      Asked in the chat

      1 Reply Last reply Reply Quote 17
      • S
        saglagla last edited by

        Collabora get his own NextCloud Plugin ! It would be amazing ! ! ! !

        1 Reply Last reply Reply Quote 2
        • T
          tadeas last edited by

          Or Libre Office: https://hub.docker.com/r/libreoffice/online/

          1 Reply Last reply Reply Quote 0
          • S
            saglagla last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • G
              GustavoMarcante last edited by

              @tadeas As I know, Collabora is the online version of LibreOffice.

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

                Just a heads up, there is a Collabora Cloudron app package at https://git.cloudron.io/cloudron/collabora-app, however so far I am unable to make it work with nextcloud. Some credentials issue. If someone has experience with that, please let me know.

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

                  For anyone interested in collabora, are there any use-cases currently outside of the nextcloud binding? If not, then we consider to just bundle it pre-installed with the nextcloud package. This would be probably most convenient for most users. Please let us know, if there are concerns about this.

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

                    Would be nice to have the option to chose if it's going to be installed alongside nextcloud or not, since it will probably hog a lot of resources. Did you make progress installing it? I was testing that repo and couldn't get it to work either.

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

                      Yeah the idea would be to only start the collabora process, if the nextcloud addon is enabled. Will see if that is easy to detect.

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

                        @nebulon said in Collabora Online Development Edition (CODE):

                        Yeah the idea would be to only start the collabora process, if the nextcloud addon is enabled. Will see if that is easy to detect.

                        Oh, it would be nice !

                        @nebulon said in Collabora Online Development Edition (CODE):

                        For anyone interested in collabora, are there any use-cases currently outside of the nextcloud binding? If not, then we consider to just bundle it pre-installed with the nextcloud package. This would be probably most convenient for most users. Please let us know, if there are concerns about this.

                        For a first approach, the stand alone part would be intresting in a first time. Then, a integration in the NextCloud container could be intresting.

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

                          Yes, after consideration, we might first go with a standalone approach as we don't want to pull in too much into the nextcloud package, which we then have to support forever. This would mean one has to install the collabora app on its own domain and put that domain into the nextcloud's plugin configuration dialog. That is also more aligned to how the nextcloud plugin works anyways. Still hoping to figure out how we can whitelist Cloudron domains at https://github.com/makayabou/install-nextcloud-collabora/blob/master/loolwsd.xml#L74 out of the box, to avoid further configuration burden.

                          I have collabora working now as a standalone app already, just needs final touch ups.

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

                            That's very nice to hear @nebulon! Is it also possible to use one Collabora installation with multiple Nextcloud installations?

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

                              We have released an initial package for CODE in the store, which works together with the NextCloud plugin (as the WOPI host)
                              It has to be installed as a separate app, to avoid the risk of pulling too much into the NextCloud app itself.
                              I tried to make it rather self-describing how it is to be used and added a small UI to configure it. Maybe it can support other apps besides NextCloud in the future. Also unfortunately I was not able to make it work with multiple NextCloud instances, if someone has successfully done that, please let me know.

                              Any feedback welcome.

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

                                Thanks for the update and the good work. Unfortunately I'm still getting "Unauthorized WOPI host. Please try again later and report to your administrator if the issue persists."

                                I've installed the CODE app, added the nc domain in the gui and activated the collabora app and added the CODE url in there. Am I missing something?

                                edit: Log says "Aug 05 15:41:31 wsd-00016-00042 2018-08-05 15:41:31.511409 [ websrv_poll ] WRN WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:608"

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

                                  One thing I could think of is, that in the nextcloud app, you have to use https://code.domain.com and as it currently stands inside the code ui you have to remove the https:// part. Is that causing your issue? I should improve that regardless though.

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

                                    Ah right, that did the trick! So to recap:

                                    Enter the Nextcloud url without https:// in the Cloudron Collabora app. After that I tested both, CODE url with and without https:// in NC, there it doesn't seem to matter, so there's that 😄

                                    Cheers!

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

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        msbt App Dev last edited by

                                        @necrevistonnezr you need to click on the office app, login with your cloudron credentials and add the nextcloud url in there (without https://)

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

                                          @nebulon I just tried adding several domains to collabora and it seems to be working. You just need to seperate them with a pipe, like
                                          nc1.domain1.com|nc2.domain2.com
                                          can you confirm that?

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

                                            @msbt ah that could very well be true, the input field actually allows a regexp. I will see if I can make that input a bit more user friendly and maybe pre-setup the value with *.domain.com for the Cloudron, as that might be the most common use-case.

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