ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    NextCloud Automated Installation

    Scheduled Pinned Locked Moved IT Discussion
    linuxfedorainstallernextcloudscriptbashselinuxstoragecloud storage
    76 Posts 12 Posters 11.8k Views
    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.
    • JaredBuschJ
      JaredBusch @JaredBusch
      last edited by

      @jaredbusch said in NextCloud Automated Installation:

      @bnrstnr said in NextCloud Automated Installation:

      @jaredbusch I doubt cockpit is the issue here, but I installed wget before running it this time...

      No idea why you are getting the cockpit error. Nothing in the script references it.

      -bash: [-n: command not found]

      Damnit, I didn't put the variable in quotes..

      Fixed that.

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by

        If it still doesn't like it I will switch the -n to ! -z but I thought -n was supposed to return a length and any length not zero should cause it to return true.

        /me is not a bash scripter in general...

        1 Reply Last reply Reply Quote 0
        • B
          bnrstnr
          last edited by

          @JaredBusch that appears to have worked, I'll try again without any input in that field.

          Only problem I had with your script was you put dnf -y wget install I forked it and fixed it on mine and everything worked as planned.

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @bnrstnr
            last edited by JaredBusch

            @bnrstnr said in NextCloud Automated Installation:

            @JaredBusch that appears to have worked, I'll try again without any input in that field.

            Only problem I had with your script was you put dnf -y wget install I forked it and fixed it on mine and everything worked as planned.

            damnit all to hell... jsut thought to drop that in there right quick while I was fixing the syntax...

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by

              ok fixed and merge req 3 made to @scottalanmiller's repo.
              https://gitlab.com/scottalanmiller/nextcloud_fedora_installer/merge_requests/3

              scottalanmillerS 1 Reply Last reply Reply Quote 2
              • scottalanmillerS
                scottalanmiller @JaredBusch
                last edited by

                @jaredbusch said in NextCloud Automated Installation:

                ok fixed and merge req 3 made to @scottalanmiller's repo.
                https://gitlab.com/scottalanmiller/nextcloud_fedora_installer/merge_requests/3

                It is now merged.

                1 Reply Last reply Reply Quote 0
                • W
                  Woti
                  last edited by

                  Hei,

                  Is there no update of this script to work with Fedora 31 and Nextcloud 17?

                  Best regards,
                  Woti

                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @Woti
                    last edited by

                    @Woti said in NextCloud Automated Installation:

                    Hei,

                    Is there no update of this script to work with Fedora 31 and Nextcloud 17?

                    Best regards,
                    Woti

                    That should be easy to update. Building a test server now.

                    1 Reply Last reply Reply Quote 1
                    • W
                      Woti
                      last edited by

                      This could be nice 👍

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        I've got a data center move today, but will get this completed soon.

                        1 Reply Last reply Reply Quote 0
                        • W
                          Woti
                          last edited by

                          Would it be possible to include Collabora Online Office as selectable option?

                          Some thoughts about the To-Do list at the end of the script?
                          ##################################### # #
                          ToDo

                          1. Automate the root and db passwords randomization
                          2. Fix SSL Warning
                          3. Data location option
                          4. Verify Fedora version
                          5. Add automated system updates
                          6. Move to BZip bolded text
                          7. Delete installer file
                          8. Optionally expose port 9090
                          9. Move output to logs
                          10. Improve verbosity of final message
                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @Woti
                            last edited by

                            @Woti said in NextCloud Automated Installation:

                            Would it be possible to include Collabora Online Office as selectable option?

                            No, because it would require something completely different. Collabora gets installed on a second server, at least as we deploy it. For us, for a production deployment, it requires three VMs. One Nginx in front, then one NextCloud and one Collabora behind. So in theory a script for each, but they would be three independent scripts.

                            It's actually so unrelated that we have a different engineer handle Collabora than the one that does NextCloud!

                            JaredBuschJ 1 Reply Last reply Reply Quote 1
                            • JaredBuschJ
                              JaredBusch @scottalanmiller
                              last edited by

                              @scottalanmiller said in NextCloud Automated Installation:

                              @Woti said in NextCloud Automated Installation:

                              Would it be possible to include Collabora Online Office as selectable option?

                              No, because it would require something completely different. Collabora gets installed on a second server, at least as we deploy it. For us, for a production deployment, it requires three VMs. One Nginx in front, then one NextCloud and one Collabora behind. So in theory a script for each, but they would be three independent scripts.

                              It's actually so unrelated that we have a different engineer handle Collabora than the one that does NextCloud!

                              Is Collabora (isn't that LibreOffice?) better than OnlyOffice for this?

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • W
                                Woti
                                last edited by

                                Thanks for the reply. I just thought, maybe it would be easier to setup.

                                I asked in Nextcloud Facebook group which one is better integrated in the mobile app to edit documents on mobile devices too. The most ones recommendet Collabora.

                                Google searches gave me a lot of Ubuntu / Debian baset howtos which drove me crazy to realize it in Fedora.

                                1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @JaredBusch
                                  last edited by

                                  @JaredBusch said in NextCloud Automated Installation:

                                  Is Collabora (isn't that LibreOffice?) better than OnlyOffice for this?

                                  Depends on which product you want to use. If you are working with MS Office files, generally OnlyOffice is better. If you are working with LibreOffice Open Document files natively, then Collabora is probably better. Although at this point, I suspect that the online editing experience trumps any amount of file compatibility concerns.

                                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                                  • JaredBuschJ
                                    JaredBusch @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in NextCloud Automated Installation:

                                    Although at this point, I suspect that the online editing experience trumps any amount of file compatibility concerns.

                                    This is true for me. I've setup a client with OnlyOffice recently. But I am curious what is the better choice for this simply in online editing. Ignoring compatibility, as that is a different consideration.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @JaredBusch
                                      last edited by

                                      @JaredBusch said in NextCloud Automated Installation:

                                      @scottalanmiller said in NextCloud Automated Installation:

                                      Although at this point, I suspect that the online editing experience trumps any amount of file compatibility concerns.

                                      This is true for me. I've setup a client with OnlyOffice recently. But I am curious what is the better choice for this simply in online editing. Ignoring compatibility, as that is a different consideration.

                                      Collabora / CODE for online editing is rough. It's far from smooth. It works, for sure. But it isn't smooth like Zoho or Google Docs are.

                                      coliverC 1 Reply Last reply Reply Quote 0
                                      • coliverC
                                        coliver @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in NextCloud Automated Installation:

                                        @JaredBusch said in NextCloud Automated Installation:

                                        @scottalanmiller said in NextCloud Automated Installation:

                                        Although at this point, I suspect that the online editing experience trumps any amount of file compatibility concerns.

                                        This is true for me. I've setup a client with OnlyOffice recently. But I am curious what is the better choice for this simply in online editing. Ignoring compatibility, as that is a different consideration.

                                        Collabora / CODE for online editing is rough. It's far from smooth. It works, for sure. But it isn't smooth like Zoho or Google Docs are.

                                        I've got an OnlyOffice collaboration server running with NextCloud. It's very smooth... except you can't undo changes while in collaboration mode.

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          Woti
                                          last edited by

                                          Is there anything new with updating the script? 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 4 / 4
                                          • First post
                                            Last post