• Telodzrum@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 hours ago

    We selfhost Nextcloud on our local Unraid server with a backup Nextcloud instance on the old Unraid server plugged in at my parents’ house. Second redundancy is an rsync job to a pCloud account.

  • BakedCatboy@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    23 hours ago

    I mostly just use the Synology files app or samba over wireguard, and then sync a couple tb of super critical stuff to rsync.net. I have next cloud set up but all I use it for is editing my cook book from multiple devices and storing the few documents I migrated off of gdrive, but I might as well just have them in a regular folder on my nas instead.

  • ArchEngel@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    Seafile, gets the job done, is lighter on resources than Nextcloud and all its cool features, and encrypts everything so my friends can store stuff on the server with peace of mind. I also use Immich for photo backup. And am in the process of setting up Duplicati with a friend’s server. (Unraid)

    • mik3dd0@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      idk why, I really wanted this to work but could not, for the love of me, get Seafile working properly with my setup 😬

      • ArchEngel@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 hours ago

        Wild, for me it was basically as simple as picking the unraid setup and pressing go - way less difficult than my first experience with Nextcloud (which was back before the All In One).

  • flandish@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    i don’t. i host some svcs like grimmory and plex but frankly if i lose my docs or pics whatever. after my wife died in 2011, I just havent cared too much. Like I have a good enough memory and physical pics.

    /shrug

  • mrmave@lemmy.zip
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    opencloud, i just moved from nextcloud and wow, the performance is insane.

  • sylver_dragon@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    I currently use NextCloud, but I have been looking to move away from it. My main use case is for syncing photos and videos to the cloud from my phone (Android) and this used to work flawlessly. But, some time in early 2025, it just stopped working. I can still manually upload files and sync still works for other folders (e.g. Documents) just fine. But, photos and videos just won’t sync automatically. Not sure if there are other options which would work better, but NextCloud on Android just seems to be broke.

    • BrightCandle@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      The just stopped working was the client stopped syncing? NextCloud decided to stop allow private made certificates with its client in 2025 and its what made me switch. I went to Syncthing which works well and is a lot faster and less resource intensive than NextCloud. I also had to move my calendars and chat as well.

      • sylver_dragon@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        The just stopped working was the client stopped syncing?

        The client doesn’t seem to detect new photos as they are created/taken. If I manually upload an image from my photos folder, it syncs just fine. Files in other folders seem to sync just fine. But, photos and videos just never even try to sync.

        NextCloud decided to stop allow private made certificates with its client in 2025 and its what made me switch.

        This hasn’t been an issue for me. I pay for a domain and have a certificate issued by Let’s Encrypt. The only certificate errors I get are when I refresh the certificate every 6 months, and that’s just the client asking me if I want to trust the new certificate.

        Syncthing

        I had looked into this a while back, but it seemed to be more of a point to point solution and not a client-server system. I was aiming to have an authoritative server with everything and clients (both phone and desktop) able to pull the needed/request files. I also like the ability to share via a web link when needed. Am I wrong in that understanding?

  • Ooops@feddit.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 days ago

    I actually moved away from classical self-hosted cloud storage solutions after trying the usual suspects like opencloud, nextcloud etc.

    And for me the time and effort (also the ressource-hogging if you don’t use quite overpowered servers) just weren’t worth it. Not when the used interfaces most of the time are open standards anyway and simpler solutions do the job:

    Radicale for contacts and dates via a webdav subset. Webdav concidently being widely supported for integrating online storage into any filesystem (or as the backend for several other things like for example syncing my bookmarks over several devices and browsers). SFTP or the million tools being just a frontend for it.

    One shiny platform like for example Nextcloud to do it all might be nice for a lot of users when they have someone dedicated to maintain it. But for selfhosting (as in: mainly for myself) the constant attention needed to fix stuff was quite tedious.

    When I think of “Google Drive” or “Dropbox” alternatives nowadays it’s just a drive hooked up to some low-spec device and accessed via one (or several) already existing open standards.

    (Bonus point: that lost phone is simply cut off by deleting its keys - unlike so many dedicated platform where you have to manage -if you even can- multiple dedicated users and their rights just to easily separate your prsonal access from your devices that are by design not all equally secure.)

    • sloppy_diffuser@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      Same. None of that self-hosted cloud storage is going to save you from data loss in the event of a fire or theft unless you plan for offsite.

      I just use rclone with Backblaze B2, end-to-end encrypted with my own private key, and call it a day.

      I have a mirrored BYOD setup for my media server but its all stuff I can download again. Its just an onsite cache with a little redundancy against a failed drive.

    • atzanteol@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      One shiny platform like for example Nextcloud to do it all might be nice for a lot of users when they have someone dedicated to maintain it. But for selfhosting (as in: mainly for myself) the constant attention needed to fix stuff was quite tedious.

      I have run nextcloud for many years, I would love to know what this “constant attention” you talk about is.

      Occasionally I need to run an “occ” command after an install to fix some indexes, but other than that I don’t do much?

      • Ooops@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Occasionally I need to run an “occ” command after an install to fix some indexes

        That then fails and breaks it (in about 1 out of 3 cases). Which requires rolling back everything, running the commands again pre-update, then updating and praying to not have to do another re-install (~ 1 out of 5).

      • ITGuyLevi@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Yeah, over the past 5 years or so I can’t say I’ve had to do a lot with it either. There was a time I accidentally nuked it, but that’s why I had a backup.

  • FierroG@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I feel like I’m doing something wrong by just using smb, what fratures do everybody use and need from cloud storage other than a folder you and your apps can access? File sync aside (I don’t think I need it and if I did I know how to use syncthing)

  • netvor@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    Syncthing for files, Nextcloud (synced to fastmail and file tree using vdirsyncer) for calendar and contacts.