• JoeKrogan@lemmy.world
    link
    fedilink
    English
    arrow-up
    65
    ·
    edit-2
    6 months ago

    No if I have to keep fixing it , it is not worth my time.

    I installed owncloud years ago and came to the same conclusion and just got rid of it. I use syncthing nowadays though its not the same thing.

      • 0110010001100010@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        6 months ago

        Any guidance on this? I looked into Synthing at one time to backup Android phones and got overwhelmed very quickly. I’d love to use it in a similar fashion to NextCloud for syncing between various computers too.

        • marcos@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 months ago

          Well, it works in a different way than NextCloud. You don’t have a server, instead you just make a share between your computers and they are all peers.

          It takes some getting used to the idea, but it’s actually much simpler than NextCloud.

          • squidspinachfootball@lemm.ee
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            6 months ago

            So if I wanted to sync photos from my phone to the computer, then delete the local copies on my phone to save space, that would not work?

            E: But keep the copies on the computer, of course

        • linearchaos@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 months ago

          It really wasn’t all that complicated for me. Install the client on two devices set a share up on one device go to the other device Hit add device put the share ID in. Go back to the first devices admin and say allow the share

        • FrostKing@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          I was very intimidated as well, I’ll try to simplify it, but as always check the documentation ;)

          This is the process I used to sync between my Windows PC and Android phone to sync retroarch saves (works well, would recommend, Pokemon is awesome) I’ve never done it on a Linux, though i assume it’s not too different

          https://docs.syncthing.net/intro/getting-started.html

          I downloaded the Synctrazor program so that it would run in the tray, again I’m not sure what the equivalent/if this would be necessary on Linux.

          No shade to the writers, but the documentation isn’t super noob friendly, as I figured out. I’d recommend trying to cut out all the fluff, and boil it down to bare essentials. Download the program (whichever one seems right for your device, there’s an app for Android) and follow the process for syncing stuff (I believe I used a video guide, but it’s not actually as complicated as it seems)

          If you need specific help I’d be happy to answer questions, though I only understand a certain amount myself XD

    • atmur@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      6 months ago

      I’m absolutely at that point with Nextcloud. I kind of didn’t want to go the syncthing route, but I’ll probably give it a shot anyway since none of the NC alternatives seem any better.

      • linearchaos@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        6 months ago

        I tried nc it for a while I would have taken me till the end of days to import all of my files.

        I suspect I could keep it running by doing lockstep backups and updates. But it was just so incredibly slow.

        I just want something that would give me remote access to my files with meta information about my files and a good search index.

  • Leraje@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    48
    arrow-down
    1
    ·
    edit-2
    6 months ago

    In my own personal experience, Nextcloud;

    • Needs constant attention to prevent falling over
    • Administration is a mess
    • Takes far too long to get used to its ‘little ways’
    • Basics like E2EE don’t work
    • Sync works when it feels like it
    • Updating feels like russian roulette
    • cyberpunk007@lemmy.world
      link
      fedilink
      English
      arrow-up
      22
      arrow-down
      1
      ·
      edit-2
      6 months ago

      Updating from my experience is not Russian roulette. It always requires manual intervention and drives me mad. Half the time I just wget the new zip and copy my config file and restart nginx lol.

      Camera upload has been fantastic for Android, but once in a while it shits its brains out thinking there are conflicts when there are none and I have to tell it to keep local AND keep server side to make them go away.

      • viking@infosec.pub
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        The update without fail tells me it doesn’t work due to non-standard folders being present. So, I delete ‘temp’. After the upgrade is done, it tells me that ‘temp’ is missing and required.

        Other than that it’s quite stable though… Unless you dare to have long file names or folder depths.

        • cyberpunk007@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          6 months ago

          This could be it, but I also remember reading once it might be something to do with php.ini timeout settings too

  • Heavybell@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    48
    arrow-down
    2
    ·
    6 months ago

    I dunno what you guys are doing that makes your nextcloud die without touching it. Mine runs happily until I decide to update it, and that usually goes fine, too. I don’t use docker for it, tho.

    • MaxHardwood@lemmy.ca
      link
      fedilink
      English
      arrow-up
      39
      arrow-down
      3
      ·
      6 months ago

      I dunno what you guys are doing that makes your nextcloud die without touching it

      Mine runs happily until I decide to update it

      • bosnia@lemmy.world
        link
        fedilink
        English
        arrow-up
        10
        ·
        6 months ago

        I swear every update ends up breaking it and putting it into maintenance mode for me. This would then lead to 1-2 hours of going through previously visited links to try and figure out what fixed it previously. For me personally, it seems like it’s usually mariadb requiring a manual update that fixes it but it’s always a little scary.

        • StefanT@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 months ago

          I always run occ upgrade and occ db:add-missing-indices after a package upgrade, just to be sure that I do not miss any database migrations. Using Archlinux I wrote a pacman hook so that it happens automatically.

    • crusa187@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      It’s the containerization causing this imo. I also host nextcloud on bare metal and it’s quite stable

      • 9488fcea02a9@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        6 months ago

        I’ve been reading nextcloud forums/reddit/lemmy/etc. for years now, and i feel like 90% of the problems are from people using docker or whatever easy one-click solution is out there

        I’ve been running NC the old fashioned way for years now and i’ve never had problems of NC dying for no reason.

        Have i had issues? Of course… Not not like the ones people keep coming here and shitting on NC

        The only times i’ve had major issues and it was actually a problem with nextcloud, is buggy major version releases… So i never install a new major release until X.0.1 these days. Havent really had problems since

  • Björn Tantau@swg-empire.de
    link
    fedilink
    English
    arrow-up
    18
    ·
    6 months ago

    Only complaints I have with Nextcloud are that it’s slow and updates suck over the web interface. But apart from that it has been reliable. I’m not running it through Docker. In fact, my installation is so old that the database tables still have an oc_ prefix.

    • redcalcium@lemmy.institute
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

      You might want to try migrating your nextcloud instance to postgres instead of mysql/mariadb. Many people says they get some big performance boost. I’m going to try it myself next weekend to see if it’s true.

    • czardestructo@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      +1 this is exactly my experience. My install must be 5-6 years old at this point and its on the rails. I’ve braved many php updates…

    • Human Crayon@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      Mine is a snap install that started 3 years ago on virtual box and was ported over to proxmox. It has never broken, updates automatically, and generally seems to work just fine.

      It doesn’t load instantly, but it doesn’t drag by any means.

  • hottari@lemmy.ml
    link
    fedilink
    English
    arrow-up
    16
    ·
    6 months ago

    None. I don’t make a habit of keeping “misbehaving” apps around. If I can’t get to the bottom of a specific issue that app is getting the boot from my stable.

  • MentallyExhausted@reddthat.com
    link
    fedilink
    English
    arrow-up
    15
    ·
    6 months ago

    I run it and mariaDB in docker and they run perfectly when left alone, but everything breaks horribly if I try to do an update. I recently figured out that you need to do updates for NC in steps, and docker (unRAID’s, specifically) defaults to jumping to the latest version. I think I figured out how to specify version now so fingers crossed I won’t destroy it the next time I do updates.

    • atmur@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      11
      ·
      6 months ago

      This is probably what I’m doing wrong. I’m using linuxserver’s docker which should be okay to auto update, but it just continuously degrades over time with updates until it becomes non-functional. Random login failures, logs failing to load, file thumbnails disappearing, the goddamn Collabora office docker that absolutely refuses to work for more than one week, etc.

      I just nuke the NC docker and database and start from scratch every year or so.

      • thisisawayoflife@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        6 months ago

        You absolutely need to move from patch to patch and cannot just do a multiple version jump safely. You also need to validate the configs between versions, especially major release updates or you risk breaking. New features and optimizations happen and you also may need to change our update your reverse proxy configuration on update, or modify db table configuration (just puking this from memory as I’ve had to do it before). I don’t know that there’s automation for each one of those steps.

        Because of that, I run nextcloud in a VM and install it from the binary package. I wrote a shell script that handles downloading, moving the files, updating permissions and copying the old config forward, symlinking and doing the upgrade. Then all I have to do is log in as administrator, check out the admin dashboard and make sure there aren’t new things I have to address in the status page. It’s a pain, but my nextcloud uses external db and redis and PHP caching so it’s not an easy out of the box setup. But it’s been solid for a long time once I adopted using this script.

      • thisfro@slrpnk.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        For me everything works fine since years, EXCEPT collabora. I use onlyoffice now, it’s much faster and very stable

      • fine_sandy_bottom@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        Yeah I don’t like auto upgrades. Everyone says it’s fine but that’s not my experience.

        My stuff isn’t public facing so I’m not worried about 0-days

  • excitingburp@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    6 months ago

    This has been a serious concern of mine. In the event that I prematurely die I have everything set up with automatic updates, so that hopefully my family can continue to use the self-hosted services without me.

    Nextcloud will not stop shitting the bed. I’d give it a few months at most if I died, at which point my family would likely turn back to Google Drive.

    I’m looking for a more reliable alternative, even if it’s not as feature-rich.

    • Chadarius@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      The way that they do updates doesn’t make automated updates very easy. There are usually a few little nagging things that have to be done or changed and they don’t always seem to be the same. I just update manually and make sure I’ve got a good backup of all my family’s files.

    • Cole@midwest.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      I’ve told my wife and family that if something happens to me, they need to start migrating all their stuff off my self-hosted services to cloud services because its a matter of time before something fails and nobody’s around who knows or cares to fix it.

  • Lem453@lemmy.ca
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I’ve been running nextcloud since before it was nextcloud. Was owncloud then moved to next cloud.

    Another user put it best. It always feels 75% complete. Sync isn’t fast, gives errors that self correct when restarting the all. Most plugins are even more janky or feel super barren.

    I wanted to like it so much but I stopped being able to trust most plugins which meant I had dedicated apps for those things and used nextcloud only for file sync.

    If you only want file sync then seafile is vastly superior so that’s what I now have.

    • douglasg14b@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      6 months ago

      Sounds like a common software issue. All the features where developed to 80%, and then moved on to the next feature. Leaving that last, difficult, time consuming, 20% open and unfinished.

      It’s the difference between more corporate or Enterprise projects and FOSS projects in a lot of ways. Even once that project matures and becomes a more corporate product the same attitude towards completeness and correctness tends to persist.

      (not saying foss is bad, just that the bar tends to be lower in my experience of building software, for many legitimate reasons).

      It’s “cultural” in a way depending on the project.

      • Aurix@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        LibreOffice wants to call with broken rendering on Windows, but the changelog mentions new tasty features. But FOSS can do it, Debian can. Those project managers should learn from their approach, whatever it is.

    • proton_lynx@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      6 months ago

      Yeah, I wish Nextcloud focused more on the file manager side of their applications. I was using it on my TrueNAS instance and it seems like an unfinished product. E2EE is not enabled by default and looks like their implementation is not perfect either.

  • Lettuce eat lettuce@lemmy.ml
    link
    fedilink
    English
    arrow-up
    12
    ·
    6 months ago

    When I first deployed Nextcloud, it was just like this. Random crashes, lockups, weird user signin issues, slow and clunky.

    But one day it just started working and was super stable. I didn’t do anything, still not sure what fixed it lol.

  • Vega@feddit.it
    link
    fedilink
    English
    arrow-up
    11
    ·
    6 months ago

    I really don’t understand all those posts: I use nginx, apparmor, partially even modsecurity, I use collabora office official debian package, face recognition, email, update regularly (waiting for major upgrades for every app I use to be updated), etc. and literally never had a problem in the last 5 years except for my own experiment. True, only 5 people use my instance, but Nextcloud is rock solid for me

    • multicolorKnight@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 months ago

      Likewise. I have been running it for years, almost no problem that I can think of. My setup is pretty vanilla, Apache, MySQL. It’s running in a container behind a reverse proxy. I keep it as up to date as possible. Only 3 people use mine, and I don’t use very many apps: files, notes, bookmarks, calendar, email.

  • thisfro@slrpnk.net
    link
    fedilink
    English
    arrow-up
    10
    ·
    6 months ago

    I have nextcloud running since nearly 5 years and it never failed once. Only dowtime is when the backup fails and somehow maintenance mode is still enabled (technically not a crash)

    For those interested: Running in docker with mariadb in a stack, checking updates with watchtower everyday and pulling from stable, backups with borg(matic)

  • bdonvr@thelemmy.club
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    6 months ago

    I’ve setup Nextcloud but have done next to nothing with it.

    My Lemmy instance gives me the most problems, but it’s also the only publicly available service I run. Mostly the issue is it seems to have a memory leak that forces me to restart it every few days.

    Everything else has been completely rock solid for me, running on a mini pc (formerly a pi4 until I wanted to start doing stuff with Jellyfin and needed more power for transcoding) on OpenSUSE Leap all in docker containers. Makes it insanely easy to move stuff. I had no issues basically just copying the docker-compose files and data and bringing them up even when switching architectures.

  • recapitated@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    6 months ago

    Always works great for me.

    I just run it (behind haproxy on a separate public host) in docker compose w/ a redis container and a hosted postgres instance.

    Automatically upgrade minor versions daily by pulling new images. Manually upgrade major versions by updating the compose file.

    Literally never had a problem in 4 years.

    • cyberpunk007@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

      I’m still too container stupid to understand the right way to do this. I’m running it in docker under kubernetes and sometimes I don’t update nextcloud for a long time then I do a container update and it’s all fucked because of incompatible php versions of some shit.

      • recapitated@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 months ago

        I don’t remember much about how to use kubernetes but if you can specify a tag like nextcloud:28 instead of nextcloud:latest you should have a safer time with upgrades. Then make sure you always upgrade all the way before moving to a newer major version, this is crucial.

        There are varying degrees of version specificity available: https://hub.docker.com/_/nextcloud/tags

        Make sure you’re periodically evaluating your site with https://scan.nextcloud.com/ and following all of the recommended best practices.

      • madnificent@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Kubernetetes is crazy complex when comparing to docker-compose. It is built to solve scaling problems us self-hosters don’t have.

        First learn a few docker commands, set some environment variables, mount some volumes, publish a port. Then learn docker-compose.

        Tutorials are plenty, if those from docker.com still exist they’re likely still sufficient.

  • ahal@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 months ago

    Nextcloud has been super solid for me using the official docker image.

  • cecilkorik@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    6 months ago

    Never had a single functional problem with Nextcloud, other than the fact that it’s oppressively slow with the amount of files I’ve shoved into it. Mind you I also don’t use MySQL/MariaDB which I consider a garbage-tier DB. Despite Postgres not being the “Recommended DB” for Nextcloud it works perfectly for me. Maybe that’s the difference.

    • ikidd@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months ago

      Postgres is the standard db in the AIO container nextcloud has put out as their standard.