• @Croquette@sh.itjust.works
      link
      fedilink
      69 months ago

      I see NextCloud being talked about everywhere. I checked their website but still can’t figure out a use case for personnal use.

      What do you use it for?

      • Kushan
        link
        fedilink
        English
        89 months ago

        It’s basically Google drive or Dropbox but hosted yourself on your own server. It’s an effort to set up and maintain but means it’s entirely in your control.

      • discusseded
        link
        fedilink
        69 months ago

        It’s a file sync platform. Say you have files you want to access from your desktop, you install next cloud and place the files there. They sync up with the next cloud server, presumably your NAS.

        Now let’s say you want to access those files from another machine. It could be a laptop, an Android phone, your friends, whatever. You just need to install the client and login, and there your files are, ready to sync to the new device.

        Great use case would be syncing your computers user folders, such as my documents, desktop, etc. If you have to wipe your computer and start over, at least those items are preserved and easy to restore.

        Otherwise sharing files with other machines in general is the main use.

        • voxel
          link
          fedilink
          39 months ago

          how is it different from using something like syncthing?

          • @AntEater@discuss.tchncs.de
            link
            fedilink
            English
            39 months ago

            It is much, much easier to setup than syncthing, uses a decent GUI interface that works well with Linux, Mac, Win, iOS & Android. Lots of additional features beyond file sync/sharing.

          • @epyon22@sh.itjust.works
            link
            fedilink
            English
            29 months ago

            Much more in depth UI similar to Google drive kind of UI. Has a bunch of plugins to do other things too. Bookmarks being one of them. I personally use both they have similar syncing functions but work differently. Syncthing is nice for data just being on multiple devices where nextcloud is nice to have a UI and web site to go to anywhere. Nextcloud get the spousal approval much easier too.

        • @Croquette@sh.itjust.works
          link
          fedilink
          29 months ago

          I’ve been looking for a FOSS replacement for One drive, it seems like this is it. It seems great, I will definitely install it on my homelab then.

          Thanks for the detailed description.

      • @nl_the_shadow@lemmy.world
        link
        fedilink
        39 months ago

        I use it as a backup location for pictures and videos I make with my phone and for bookmark storage. But you can use it to fully replace cloud services like OneDrive, GCloud or iCloud.

      • @hackris
        link
        4
        edit-2
        9 months ago

        Syncthing just… syncs things. Say you have a folder that you want to automatically get synced between devices, syncthing is exactly for this.

        If you want something like Google Drive, you can run Nextcloud, which is like a self hosted Google Drive, but more powerful. You upload files, which get saved to the server, not just synced between devices. Then you can also sync them, sync calendars, news (RSS feeds), edit documents in it (assuming you install the correct extension), and a lot more things.

        • @boatswain@infosec.pub
          link
          fedilink
          29 months ago

          That sounds pretty much just like SyncThing. Is the only difference that Nextcloud requires a server, rather than being decentralized?

          • @hackris
            link
            29 months ago

            Yep, it’s centralized. However, it offers more functionality than just syncing stuff. If you only want to sync files, syncthing is the simpler, more lightweight solution :)

          • @filcuk@lemmy.zip
            link
            fedilink
            19 months ago

            Nextcloud includes OpenOffice integration, like Google Docs, and loads of plugins, such as kanban project management, notes like Keep, galleries, etc. Very much unlike Syncthing, both are useful for slightly different things.

            • @boatswain@infosec.pub
              link
              fedilink
              19 months ago

              Ah gotcha; so with NextCloud I could have multiple people editing an OpenOffice file simultaneously, like Google docs? That’s interesting, though not a use case that generally applies to me.

              • @filcuk@lemmy.zip
                link
                fedilink
                19 months ago

                Correct. I think it’s unnecessarily complex to setup and maintain if you only need to store files.