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

    Nextcloud AMA!!

    IT Discussion
    nextcloud storage ama
    16
    140
    26.9k
    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.
    • jospoortvlietJ
      jospoortvliet Vendor @scottalanmiller
      last edited by

      @scottalanmiller said in Nextcloud AMA!!:

      @RojoLoco said in Nextcloud AMA!!:

      Any plans to make a version for windows server?

      Does the existing version run on Windows? It's PHP and standard components.

      Sorry if this is answered, Internet has been down for half an hour and I've been in the process of replying all this time.

      Nextcloud doesn't run on Windows as much of what we do has to do with the filesystem and Windows has been a pita in that area. It used to require us to maintain an entirely separate filesystem abstraction just to have it not break all the time. If Windows ups its standard there, offering a full transparent, posix-compatible FS then I guess it will be easy... But we don't want to go the route of having all kinds of special cases anymore as that just results in exploding test cases and breakage.

      scottalanmillerS 1 Reply Last reply Reply Quote 1
      • travisdh1T
        travisdh1 @jospoortvliet
        last edited by

        @jospoortvliet said in Nextcloud AMA!!:

        @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

        I don't talk about Microsoft's WebDAV client to anyone I like. It was so slow when I tried to use it.

        jospoortvlietJ DashrenderD scottalanmillerS 3 Replies Last reply Reply Quote 2
        • jospoortvlietJ
          jospoortvliet Vendor @travisdh1
          last edited by

          @travisdh1 said in Nextcloud AMA!!:

          @jospoortvliet said in Nextcloud AMA!!:

          @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

          I don't talk about Microsoft's WebDAV client to anyone I like. It was so slow when I tried to use it.

          we're laughing now 😉

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

            @jospoortvliet said in Nextcloud AMA!!:

            @JaredBusch said in Nextcloud AMA!!:

            @jospoortvliet said in Nextcloud AMA!!:

            @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

            I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

            0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

            I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

            That would indeed be an awesome feature. I have no idea how it does that, though. If it is only WebDAV then it should work already somehow, I'd think. But I think that it needs more.

            DashrenderD 1 Reply Last reply Reply Quote 1
            • DashrenderD
              Dashrender @travisdh1
              last edited by

              @travisdh1 said in Nextcloud AMA!!:

              @jospoortvliet said in Nextcloud AMA!!:

              @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

              I don't talk about Microsoft's WebDAV client to anyone I like. It was so slow when I tried to use it.

              Here Here 😉

              1 Reply Last reply Reply Quote 1
              • jospoortvlietJ
                jospoortvliet Vendor @IRJ
                last edited by

                @IRJ said in Nextcloud AMA!!:

                @jospoortvliet said in Nextcloud AMA!!:

                @IRJ said in Nextcloud AMA!!:

                @LukasReschke said in Nextcloud AMA!!:

                @IRJ said in Nextcloud AMA!!:

                Are noticeably slower speeds typical for external storage browsing on NextCloud?

                That should normally not be the case, at least not for common external storages such as SMB. Can you elaborate a bit what kind of external storage you're using? Also we have support for SMB update notifications as described at https://docs.nextcloud.com/server/11/admin_manual/configuration_files/external_storage/smb.html

                Configuring that may make a huge impact. Also make sure you're on the latest release.

                I am specifically talking about Google Drive in this case.

                that might have to do with your server having to go out to Google, getting its data and going back to you etcetera. This simply introduces more network delay. I believe we introduced some improvements for that recently, not sure if that was already in 11.

                Right. I don't expect it to load as quickly, but some files and folders are taking a good 5 seconds to show up.

                my understanding is that Google's API just limits us at some point, making it slower...

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

                  @travisdh1 said in Nextcloud AMA!!:

                  @jospoortvliet said in Nextcloud AMA!!:

                  @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                  I don't talk about Microsoft's WebDAV client to anyone I like. It was so slow when I tried to use it.

                  First rule of MS WebDAV is we don't talk about WebDAV.

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

                    @jospoortvliet said in Nextcloud AMA!!:

                    @scottalanmiller said in Nextcloud AMA!!:

                    @RojoLoco said in Nextcloud AMA!!:

                    Any plans to make a version for windows server?

                    Does the existing version run on Windows? It's PHP and standard components.

                    Sorry if this is answered, Internet has been down for half an hour and I've been in the process of replying all this time.

                    Nextcloud doesn't run on Windows as much of what we do has to do with the filesystem and Windows has been a pita in that area. It used to require us to maintain an entirely separate filesystem abstraction just to have it not break all the time. If Windows ups its standard there, offering a full transparent, posix-compatible FS then I guess it will be easy... But we don't want to go the route of having all kinds of special cases anymore as that just results in exploding test cases and breakage.

                    No real value to it on Windows. Just incurs costs and overhead. Since the other options are fast and free and stable 🙂

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

                      @Dashrender said in Nextcloud AMA!!:

                      @StrongBad said in Nextcloud AMA!!:

                      @Dashrender said in Nextcloud AMA!!:

                      @Frank-Karlitschek said in Nextcloud AMA!!:

                      @RojoLoco As a server OS? We tried to do this in the past but PHP on Windows is just not very good. So the recommended way is to run a Linux VM on the Windows Server. This works fine. 🙂

                      And no licensing issues.

                      Linux on Windows is still on Windows. It still requires full Windows licensing.

                      I'm not sure what you're driving at? If you install a Linux VM on a Windows server, I'm pretty sure you can access that Linux VM at no additional Windows licensing costs.

                      No you can't, you are on top of Windows and Windows requires a CAL for every user that accesses that. Linux is an "application" running on Windows at that point and subject to all of the normal licensing restrictions of Windows.

                      DashrenderD 1 Reply Last reply Reply Quote 0
                      • DashrenderD
                        Dashrender @scottalanmiller
                        last edited by

                        @scottalanmiller said in Nextcloud AMA!!:

                        @jospoortvliet said in Nextcloud AMA!!:

                        @JaredBusch said in Nextcloud AMA!!:

                        @jospoortvliet said in Nextcloud AMA!!:

                        @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                        I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

                        0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

                        I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

                        That would indeed be an awesome feature. I have no idea how it does that, though. If it is only WebDAV then it should work already somehow, I'd think. But I think that it needs more.

                        Having this integration would allow me to move away from Windows file shares. But using NextCloud and either using the sync client (not possible for large shared volumes) or making users download/upload via a browser interface makes this a non starter for me.
                        I'm not looking for a solution that just replaces open network shares, I'm hoping for one that moves us to the next level - thinking LANless and syncless here.

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

                          @Dashrender said in Nextcloud AMA!!:

                          But this is a real server - so if you're running this, shouldn't it be it's own VM sitting next to the Windows box on the hypervisor of your choice?

                          That would fix it, but bypasses the "on Windows" question in every way.

                          1 Reply Last reply Reply Quote 1
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said in Nextcloud AMA!!:

                            @Dashrender said in Nextcloud AMA!!:

                            @StrongBad said in Nextcloud AMA!!:

                            @Dashrender said in Nextcloud AMA!!:

                            @Frank-Karlitschek said in Nextcloud AMA!!:

                            @RojoLoco As a server OS? We tried to do this in the past but PHP on Windows is just not very good. So the recommended way is to run a Linux VM on the Windows Server. This works fine. 🙂

                            And no licensing issues.

                            Linux on Windows is still on Windows. It still requires full Windows licensing.

                            I'm not sure what you're driving at? If you install a Linux VM on a Windows server, I'm pretty sure you can access that Linux VM at no additional Windows licensing costs.

                            No you can't, you are on top of Windows and Windows requires a CAL for every user that accesses that. Linux is an "application" running on Windows at that point and subject to all of the normal licensing restrictions of Windows.

                            oh - didn't realize it worked like that - well, in that case, yeah, running it on Windows is just crazy unless you're already fully licensed for that setup, then it's just another application 😉

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

                              @Frank-Karlitschek said in Nextcloud AMA!!:

                              @dafyre Sure. The Spreed is improving fast. Will be a lot better in the next release. We also want to promote the email and chat integration more. And we plan to integrate all this communication channels more into each other in the future.

                              I'm using the email (in testing, not as our main client) in conjunction with Zimbra as the email server and so far it has been really good. The interface is really nice. Have not touched the cat function, we use Rocket.Chat for that and would be hard pressed to justify leaving.

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

                                @Dashrender said in Nextcloud AMA!!:

                                @scottalanmiller said in Nextcloud AMA!!:

                                @Dashrender said in Nextcloud AMA!!:

                                @StrongBad said in Nextcloud AMA!!:

                                @Dashrender said in Nextcloud AMA!!:

                                @Frank-Karlitschek said in Nextcloud AMA!!:

                                @RojoLoco As a server OS? We tried to do this in the past but PHP on Windows is just not very good. So the recommended way is to run a Linux VM on the Windows Server. This works fine. 🙂

                                And no licensing issues.

                                Linux on Windows is still on Windows. It still requires full Windows licensing.

                                I'm not sure what you're driving at? If you install a Linux VM on a Windows server, I'm pretty sure you can access that Linux VM at no additional Windows licensing costs.

                                No you can't, you are on top of Windows and Windows requires a CAL for every user that accesses that. Linux is an "application" running on Windows at that point and subject to all of the normal licensing restrictions of Windows.

                                oh - didn't realize it worked like that - well, in that case, yeah, running it on Windows is just crazy unless you're already fully licensed for that setup, then it's just another application 😉

                                Yeah, any application on top of Windows incurs CAL requirements. DNS, DHCP, AD, third party apps, Spiceworks, doesn't matter. It's the same licensing stuff that makes tools like SW unable to be licensed on desktop OSes because of the network connections qualifying it as a server.

                                1 Reply Last reply Reply Quote 0
                                • dafyreD
                                  dafyre @scottalanmiller
                                  last edited by dafyre

                                  @scottalanmiller said in Nextcloud AMA!!:

                                  @Frank-Karlitschek said in Nextcloud AMA!!:

                                  @dafyre Sure. The Spreed is improving fast. Will be a lot better in the next release. We also want to promote the email and chat integration more. And we plan to integrate all this communication channels more into each other in the future.

                                  I'm using the email (in testing, not as our main client) in conjunction with Zimbra as the email server and so far it has been really good. The interface is really nice. Have not touched the cat function, we use Rocket.Chat for that and would be hard pressed to justify leaving.

                                  Perhaps an integration with RocketChat is warranted as well!

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

                                    @jospoortvliet said in Nextcloud AMA!!:

                                    @JaredBusch said in Nextcloud AMA!!:

                                    @jospoortvliet said in Nextcloud AMA!!:

                                    @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                                    I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

                                    0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

                                    I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

                                    As you can see in the screenshot, when I clicked on the "One Drive - Personal" on the top right it opened a standard windows File dialog box but the address bar shows
                                    0_1487777917417_upload-a067559c-1ca8-425e-959b-f2f3b887d2b3

                                    Clicking on it reveals the full URL in standard form: https://d.docs.live.net/c44d01487196d328

                                    jospoortvlietJ 1 Reply Last reply Reply Quote 0
                                    • StrongBadS
                                      StrongBad @IRJ
                                      last edited by

                                      @IRJ said in Nextcloud AMA!!:

                                      @Frank-Karlitschek said in Nextcloud AMA!!:

                                      @IRJ Yes. There are always big and cool new features coming. 🙂 Actually the Nextcloud community is more active then ever. But it's not clear yet which features make it into the next major version. So we have to wait until the first beta is done. 🙂

                                      No teasers? 😉

                                      Yeah, we want to know juicy details !

                                      1 Reply Last reply Reply Quote 0
                                      • dafyreD
                                        dafyre @jospoortvliet
                                        last edited by

                                        @jospoortvliet said in Nextcloud AMA!!:

                                        @JaredBusch said in Nextcloud AMA!!:

                                        @jospoortvliet said in Nextcloud AMA!!:

                                        @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                                        I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

                                        0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

                                        I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

                                        Microsoft has some information here (https://www.microsoft.com/en-us/download/details.aspx?id=35474) about how to get that to happen. (Granted, it is for Office 2013)

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

                                          @dafyre said in Nextcloud AMA!!:

                                          @jospoortvliet said in Nextcloud AMA!!:

                                          @JaredBusch said in Nextcloud AMA!!:

                                          @jospoortvliet said in Nextcloud AMA!!:

                                          @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                                          I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

                                          0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

                                          I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

                                          Microsoft has some information here (https://www.microsoft.com/en-us/download/details.aspx?id=35474) about how to get that to happen. (Granted, it is for Office 2013)

                                          That requires a local sync.

                                          dafyreD 1 Reply Last reply Reply Quote 0
                                          • dafyreD
                                            dafyre @JaredBusch
                                            last edited by

                                            @JaredBusch said in Nextcloud AMA!!:

                                            @dafyre said in Nextcloud AMA!!:

                                            @jospoortvliet said in Nextcloud AMA!!:

                                            @JaredBusch said in Nextcloud AMA!!:

                                            @jospoortvliet said in Nextcloud AMA!!:

                                            @JaredBusch does MS Office not support WebDAV? If it does, this API exists already 😉

                                            I assume that Office is using WebDAV for this. So write something that can make NextCloud show up in the dialog like this.

                                            0_1487776868805_upload-9f3fefe5-3a3f-46dc-9d34-ed9cbd9741a9

                                            I honestly don't know what it takes to show up there - perhaps you can already do it, maybe it needs some work. Would be cool to see, agreed.

                                            Microsoft has some information here (https://www.microsoft.com/en-us/download/details.aspx?id=35474) about how to get that to happen. (Granted, it is for Office 2013)

                                            That requires a local sync.

                                            Potentially. If they do what MS does and point straight to the Web URL... maybe not... Just food for thought.

                                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 4 / 7
                                            • First post
                                              Last post