• 7 hours

    Next cloud as front end with external storages mounted over sftp.

    Main storage is distributed on multiple Raspberry Pips and SSDs I got at home. Really not too smart/smooth/fast, but it gets the job done.

  • 10 hours

    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.

  • 19 hours

    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

  • Wanted to setup opencloud but it doesn’t work without 3-4 additional containers and CNAMEs on the domain.

    I simply wanted to spin it up locally and test it out, but it doesn’t accept any admin credentials whatsoever and wiping every file to completely restart leads to the same behavior.

    If the simplest bit of startup flow local first time login doesn’t work, then why would the rest and why would I trust it? Also it isn’t a certificate error with not setting up SSL or something because I also tried it on my domain with all the correct certificates and got the exact same behavior. It doesn’t even allow you to try a different admin password when it claims that the last is wrong. You get one try and otherwise have to wipe the entire volume.

    There are issues on github for it and workarounds with very YMMV results, for me none of it worked.

  • 1 day

    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)

    • 21 hours

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

      • 4 hours

        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).

  • Decronym@lemmy.decronym.xyzbot accountEnglish
    4 hours

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    NAS Network-Attached Storage
    NFS Network File System, a Unix-based file-sharing protocol known for performance and efficiency
    RAID Redundant Array of Independent Disks for mass storage
    SFTP Secure File Transfer Protocol for encrypted file transfer, over SSH
    SSD Solid State Drive mass storage
    SSH Secure Shell for remote terminal access
    SSL Secure Sockets Layer, for transparent encryption

    6 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

    [Thread #303 for this comm, first seen 20th May 2026, 10:10] [FAQ] [Full list] [Contact] [Source code]

  • 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.

    • For photos and video I use immich, which can also hook into your nextcloud and display your stuff In its own tab, as well as allowing you to directly move pics from one to the other. Its a nice gphotos alternative that suits my needs pretty well

    • Yeah I just spent a few days trying to get Nextcloud on Android working and it was a disaster. I ultimately decided to use Cryptomator to handle the sync since I’m already using it on my PCs, but I’m looking at maybe Syncthing or FolderSync (not sure which is better) because Cryptomator lacks some functionality like keeping local copies and making files available to other apps like galleries, music apps, etc.

      • It might not have the functionality you are looking for as far as app integrations, but my progression was Dropbox -> Cryptomator over Dropbox -> rclone over Backblaze B2.

        You can nest a “crypt” remote (end-to-end encryption with your own private key) over tons of cloud providers. You can mount it like a drive in Linux.

        Round Sync is an Android client that can schedule cronlike backups. Pretty much set it and forget it on my phone. I delete things on my phone when I need space and every couple years go cleanup what’s in B2.

        Dropbox was better priced at max capacity when I used it ($120/yr for 2TB?). My Backblaze bill started at $1/mo and is like $4/mo now. Its been a couple years since I cleaned things out and could probably cut that in half.

        • Thanks for the suggestion! I have a few questions, if you don’t mind: what did you like more about rclone than Cryptomator? Is it suitable for sync, or is it more for backups? I’m ideally looking for near-ish to real-time sync for contacts, notes, files, and pictures. Are there any frontends for Linux you’d recommend, or do you script out the functionality you’re looking to implement?

          • what did you like more about rclone than Cryptomator?

            I wanted to leave Dropbox and ran across it. I liked the number of supported backends under one tool. I use it to access things beyond Backblaze like gdrive, SharePoint, OneDrive, Proton Drive. Well documented config file format. I was able to manage the config with Nix due to this.

            Is it suitable for sync, or is it more for backups

            It works great for one way sync. Bisync I never got working well enough to trust it. Bisync is nice for 3-way merges (two devices modifying files on the same cloud drive). Dropbox, gdrive, OneDrive win here. I’ve learned to live without it.

            I’m ideally looking for near-ish to real-time sync for contacts, notes, files, and pictures

            On a computer the fuse mounted volumes are near live. Cahce locally in a VFS. Anything else you’d have to script probably. There is rclone-watch but can’t say I’ve tested it

            With Round Sync you can browse with live refresh when you move between directories, but syncing would be on a schedule. Looks like a 15m interval is the fastest frequency.

            Are there any frontends for Linux you’d recommend, or do you script out the functionality you’re looking to implement?

            I mostly just mount on login with the VFS cache. Use my normal file browser. One command per mount. Its rare (practically never) that I need to work on something without internet, so I don’t deal with trying to script syncs. I tried in the early days of playing with it, but fuse mounts ended up meeting my needs.

            No GUI that I use outside of my normal file browser. The only thing I need to use the CLI for is cleaning up soft deleted files and old versions (Backblaze specific thing).

            • Thanks for the writeup! I think bidirectional sync is what I’m used to but very few solutions seem to support it outside of the big tech ones, like you mentioned. Perhaps I need to re-evaluate whether I truly need it; I guess it’s not often I switch between editing a document on my phone to my laptop and need those changes synced instantly, and I did find a way to get Cryptomator to immediately upload any pictures or screenshots I take. I would still like my Obsidian notes files to upload instantly too, though, I think.

    • It took about 2 days of using nextcloud files across devices to experience unreliable syncing from Nextcloud on Android.

      I installed folder sync pro on android and that has helped a lot, but it still irks me to use 2 tools when 1 should do the job.

      • Did you try Syncthing at all? I ran into the same issues with Nextcloud on Android and I’m trying to decide on Syncthing or FolderSync and I wanted to see what people thought. I’m currently using Cryptomator but it doesn’t do everything I’d like yet.

        • People love syncthing but I spent about 20-30 min on setup and found it confusing once I got beyond 2 devices. There are a couple comments in this thread between me and someone else about different setup options with syncthing.

          I have been relatively happy with folder sync pro and nextcloud though. It’s worth noting that changes only instantly push when they’re made on Android first. If you edit/add/remove a file that’s in a synced folder from a computer, then folder sync pro on Android will simply use the sync interval that you set (I have mine at 15 min and have seen no battery hit, can set it down to 5 min). You can also just manually hit the sync button in FSP. But that was just one element that I was troubleshooting and thought sync was broken, but nope, that’s just how it works depending on what device did the edit/add/remove.

          • Thank you! I did just find in the FolderSync docs that 2-way sync isn’t supported for encrypted files, which is a bit of a bummer. I think Nextcloud on Android had a similar limitation where it would only actually sync at most every 15 minutes. I did find the Cryptomator app on Android does have an “immediate upload” folder, but it’s only for images captured with the camera and screenshots… which I guess for now fulfills most of my needs, so I may stick with that after all.