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?

  • valar@lemmy.ca
    link
    fedilink
    English
    arrow-up
    9
    ·
    17 days ago

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

    • djdarren@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 days ago

      Owncloud is very handy for sending things to people in a pinch. I have it running in Yunohost on my VPS.

  • greylinux1@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    ·
    17 days ago

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

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

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

  • gedaliyah@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    16 days 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
      ·
      16 days 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
        3
        ·
        16 days 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
          ·
          16 days 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.

    • Nighed@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      15 days ago

      It turns out that without photos (in immich), my filesync requirements are much smaller and I could get away with a cheap cloud storage offering.

      Still using sync thing for obsidian notes and pc <-> phone stuff.

    • Joelk111@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      16 days 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).

  • mholiv@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    16 days 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.