I guess that means it’s dead, as there’s no way a corporation would pay millions to acquire a competitor just to continue developing a free alternative to their own product

  • jzb@lemmy.ml
    link
    fedilink
    English
    arrow-up
    30
    ·
    7 months ago

    How has ownCloud development compared to NextCloud since the split?

    • Moonrise2473@feddit.itOP
      link
      fedilink
      English
      arrow-up
      56
      ·
      7 months ago

      Since a couple years ago they abandoned the php version (=nextcloud) and they are in the process of a complete rewrite in go, which that means is faster and uses less resources but all existing plugins need to be rewritten too, and given the small user base nobody is going to do that.

      • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
        link
        fedilink
        English
        arrow-up
        9
        ·
        7 months ago

        Ooh interesting, never knew they started a rewrite!

        The reports of poor performance with the PHP version was one of the things that pushed me towards using Syncthing instead when I was looking for a solution to view my documents and files from various devices

        • Moonrise2473@feddit.itOP
          link
          fedilink
          English
          arrow-up
          5
          ·
          7 months ago

          they call it “owncloud infinite scale” but for some reason they don’t clearly specify that it’s designed for performance, and it has nothing to do with the previous version. They even start the introduction page with this:

          Welcome to oCIS, the modern file-sync and share platform, which is based on our knowledge and experience with the PHP based ownCloud server.

          If you read that a platform is based on their knowledge and experience with PHP, would you guess that they’re talking about a complete rewrite in go?

    • cron@feddit.de
      link
      fedilink
      English
      arrow-up
      26
      ·
      7 months ago

      Badly. Nextcloud is a very active project with many plugins and integrations. You can even integrate a mail system and AI image tagging, chat and video calls.

      Owncloud focussed more on the enterprise sector and less on fancy features. Definitely the more stable product (but not only in the positive sense).

      • wreckedcarzz@lemmy.world
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        4
        ·
        7 months ago

        I tried NC recently (like 2 weeks ago) and fuck me it’s an awful piece of shit, full-stop. It broke completely 3x during initial setup, needing a container wipe and beginning from scratch each time, then I was following the official docs and the ‘status / security’ page of the admin area where it told me to do something that had no gui (so they are 100% aware anyone new has to do this but cba to throw it a fucking web page) and if you edit the config file on the machine directly, even if you stop the container, it breaks permissions (???) so you have to download it from your server, edit, and re-upload it (somehow doesn’t break permissions???). This took an hour to figure out, the doc was useless.

        Then you get to the plug-in page and fuck me could this be any worse. Pick one fucking category each, guys, I don’t need to see 40% of the same available plug-ins on almost every fucking category, jesus fucking christ. Then you dive into these things and you realize how surface-level they are - a task/to-do list should have a fucking import/export function, as well as REPEATING OPTIONS fuck me sideways are you seriously taking the piss. You’ll be setting up other plug-ins and they don’t actually function at all even though they have been verified to work with your version (medical plug in, for example) and it just keeps crumbling around you the further you go. Shit, even the weather widget on the ‘home page’ will show C instead of F when you select a country during account setup that uses F, with NO OBVIOUS WAY TO CHANGE THAT. The fix? Go through your region options, pick a different country, then back to your actual. Does NOBODY EVEN TEST THIS SHIT? How are they on version SIX of their ‘hub’?! This screams alpha, not multiple-stable-releases!

        Gahhhhh, fuck!

        /rant

        • cron@feddit.de
          link
          fedilink
          English
          arrow-up
          9
          ·
          7 months ago

          Nice rant ;)

          I did never have any problems with installing it, but once or twice with upgrading. And I agree with you that the setup is complex with all the possible options and getting it to run well takes some time.

          When it comes to the apps, Nextcloud is a very open system. Its easy to publish an app, and the quality of the apps varies. Some apps are abandoned and don’t work in recent versions. Personally, I would recommend to keep the number of apps low for stability and security reasons.

          • AggressivelyPassive@feddit.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            7 months ago

            The update process is absolutely horrible, especially with containers.

            I seriously cannot understand how this hasn’t been fixed ages ago. Upgrading is kind of important and nextcloud isn’t doing that much weird stuff that it didn’t upgrade itself.

            • 8rhn6t6s@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              7 months ago

              I agree. I even had a documentation how to upgrade my instance since I keep on breaking it every time.

        • space@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          7 months ago

          My experience wasn’t as bad, but after the third time the database got corrupted during an upgrade I stopped using it.

          • TheGreenGolem@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            7 months ago

            That was my pet peeve too. I installed it some years ago. Months went by, I’ve used it. Then I saw a new version came out. Okay, time to upgrade! Oh, dump the DB, delete everything, install the upgrade and load the DB back? (Or some similar shit.) And do it every time when there is an upgrade? Okay, uninstall it is.

          • wreckedcarzz@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            7 months ago

            Eek - I’m trying to host services for family and friends, and while I have raid1, snapshots, 3-2-1 backups, etc I’m still very concerned about having a db or other large data corruption occur.

        • LDerJim@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 months ago

          Part of the problem is you don’t understand how containers work. If you need to do a ‘container wipe’ and starting from scratch, you’re doing it wrong.

          I’ve been running nextcloud in k8s for years and running a few occ upgrade commands after an upgrade is annoying but not the end of the world.

              • wreckedcarzz@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                7 months ago

                This is the only container I’ve had anywhere near the amount of trouble with, others it’s just pulling a new image or something. I’ve been doing docker for like 5 years now, NC was just awful. Shouldn’t need to nuke anything while you’re still in the initial service setup phase…