Oracle recently changed their free VPS allowances, taking down my Nextcloud instance. I’m moving my file sync to a local machine but was wondering if anyone had any experience with alternatives, as Nextcloud AIO was a major pain in the ass to set up last time.

I used it for sharing WIP music projects so having a web interface where I can listen to audio files from a browser was really convenient. It seems however, that all apps offering this feature are just as heavy as NC.

I tried installing cloudreve, but the web media player seems borked on firefox.

Does anyone know any good alternatives, preferably ones which can run off a single docker compose file?

  • NinjaTurtle@feddit.online
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 hours ago

    OpenCloud is a simpler and lighter version of OwnCloud written mostly in Go. There is a docker compose version of it. Also there is a mobile application for it, as well, if wanted.

    OxiCloud is a newer project written in Rust. It’s functional but it is still in development. Deployment is pretty simple and mostly docker. No clients yet outside of the web interface.

  • DecronymB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 minutes ago

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

    Fewer Letters More Letters
    DNS Domain Name Service/System
    SMB Server Message Block protocol for file and printer sharing; Windows-native
    VPN Virtual Private Network
    VPS Virtual Private Server (opposed to shared hosting)

    [Thread #93 for this comm, first seen 2nd Sep 2026, 15:20] [FAQ] [Full list] [Contact] [Source code]

  • mholiv@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    13 hours ago

    Strong recommend for Seafile. It’s way faster than nextcloud, it has a good web ui, and nice clients on all platforms.

    I can not express how much faster than nextcloud it is.

    Obviously open source too.

  • Leon@pawb.social
    link
    fedilink
    English
    arrow-up
    7
    ·
    16 hours ago

    Copyparty. It’s not pretty but it’s lightweight and does a lot. Including the “single docker compose” setup you’re after.

  • fozid@lem.radiantfig.fyi
    link
    fedilink
    English
    arrow-up
    21
    ·
    1 day ago

    Instead of installing a massive all in one solution, why not install individual services specifically to cover your requirements? Navidrome for music consumption, synching to actually sync files, WebDAV and OnlyOffice for office docs, VLC, Kodi or jellyfin for video consumption, immich for photos, etc.

    It will end up being much lighter and more specialised

    • Jason2357@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 hours ago

      Do you use plain webdav for all your files? Mounted on your computer or via libreoffice somehow?

      • fozid@lem.radiantfig.fyi
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 minutes ago

        No, I have the file system mounted to my pc with sshfs. My pc comes on and my server gets mounted in fstab using sshfs, and then I can use anything on my pc to interact with the files and data just like it was directly on my pc. I use WebDAV for my android phone to be able to access office files with only office. I also have file browser quantum on the server providing access through a web interface to the files.

    • darcmage@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      15
      ·
      1 day ago

      Once I got comfortable with immich, I realized photos was my main use of nextcloud and immich was so much better. I replaced the rest of nextcloud’s functionality with syncthing+filebrowser quantum. Haven’t looked back since. Now I don’t have to worry about a nextcloud update randomly causing havoc (user error likely).

      • Ooops@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 hours ago

        In my case it was Syncthing and Radicale that replaced basically all my Nextcloud use.

        Nextcloud isn’t bad actually but you really need to use a lot of the million optional features to justify that behemoth.

    • brvslvrnst@lemmy.ml
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 day ago

      This is the way. You also end up with easier debugging due to it being more constrained to specialized services.

      • gedaliyah@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 hours ago

        Absolutely. There is not a really good reason to use an all-in-one service that does everything “pretty well” when excellent, purpose-built solutions are available.

        I tried hosting books and music on Jellyfin for example, before spinning up CWA and Navidrome.

  • gedaliyah@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    20 hours ago

    I use OwnCloud, which was forked into NextCloud ages ago. I originally intended it as a temporary measure, but it has turned out to be a very reliable, no-frills but adequately featured fileserver. For example, it has file versioning, and companion apps on major OSs that help with managing local and cloud stored files.

    If you want a dead simple option, CopyParty is amazing. It’s a 1MB Python file that is basically a Swiss Army knife of file hosting. FTP, web interface, WebDAV, SMB, etc., etc. It wont have system integrations or file versioning, but it’s impressive what it can do.

    Edit: worth mentioning CopyParty has an in-browser media player, which is perfectly adequate for previews.

    • Natanox@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      3
      ·
      13 hours ago

      For example, it has file versioning, and companion apps on major OSs that help with managing local and cloud stored files.

      Nextcloud also got both.

      • gedaliyah@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 hours ago

        Yes? OP is specifically looking for something other than NextCloud. OwnCloud has basically zero bloat and in my experience is easier to set up than NextCloud.

        • Natanox@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 hours ago

          And the previous commenter mentioned ownCloud, I just wanted to point out that feature isn’t unique to that. I wasn’t talking to OP.

  • greylinux1@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    ·
    24 hours ago

    Opencloud is pretty decent no extras just file sync with a web UI and android app.

  • valar@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 day ago

    Owncloud, Opencloud, Sync-in, and Seafile are some lighter-weight options I know of with docker builds.

    • Joelk111@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      22 hours ago

      As always, I want to note that seafile is not compatible with existing files, you can’t just point it at a directory, you have to upload them to seafile, and then you can only access them via seafile (at least that’s how I understand it, correct me if I’m way off base).