Top
Best
New

Posted by doener 4 hours ago

Nextcloud Hub 26 Spring: Built together, designed for the future(nextcloud.com)
100 points | 71 comments
blendergeek 3 hours ago|
Nextcloud has the most confusing versioning of any software I have ever used.

Nextcloud Hub 26 is Nextcloud 34 and follows Nextcloud Hub 9 which is Nextcloud 33.

And I could be off on those exact numbers.

bisby 45 minutes ago|
When numbers are confusing, it's usually just a recalibration.

Hub 9 aligns with cloud 33. But they are switching Hub to a dated numbering scheme because it's intended to be timestamped. It's not "Hub 26" its "Hub 26 Spring" -- it's not a version number, it's a time.

The underlying Nextcloud keeps an incremental semver release version so it can be based on features rather than timeline. Because the Nextcloud version and Hub version aren't tied to each other.

This would be like saying that iPhones have a confusing naming scheme because iPhone 17 uses iOS 27 and has 2 different numbers. If next year's iPhone was called "iPhone 2027" and used "iOS 29", we'd still understand that.

NaiveBayesian 1 hour ago||
I love nextcloud and have been using it for years. However recently I've considered taking my instance offline or at least behind a VPN because even if only 10% is true of what AI folks are claiming about LLMs finding exploits left and right, it seems super risky to be hosting your private data on nextcloud.

How do you folks deal with these massively increased threats to self-hosted open source apps?

FabCH 2 minutes ago||
I ban almost the entire world using iptables.

Or rather, I drop all traffic other than that coming from my geo.

This has dropped my „rattling the door handle“ rate to 1/week instead of 1/second.

drnick1 8 minutes ago|||
> I've considered taking my instance offline or at least behind a VPN

The practical downside is that you won't really be able to use all the features of Nextcloud that way, such as file sharing with people outside your LAN, or Nextcloud Talk (a Zoom substitute).

That being said, I don't store sensitive documents on my Nextcloud instance exposed to the Internet. For that, I have a Samba server on a LAN.

3lpsy 38 minutes ago|||
I host my entire homelab in my home and use tailscale to access it. You just connect your nextcloud instance to tailscale. Then you connect each client to tailscale. Works on iOS and android (and of course any desktop). When you're on you're home network (LAN), tailscale _should_ use the LAN IP for routing. And then when away, you'll route over derp servers usually.

You could also use tailscale for auth, but i like to enforce separate authentication so that you have to be authenticated to the tailnet and have to go through the normal authentication to app.

bityard 30 minutes ago||
That works okay if you are the only user.

I use quite a few Nextcloud features where access via tailscale is either inconvenient or impossible. My whole family uses the calendar on their phones and other devices, which means they would have to either learn about VPNs, or I would be the one managing all their devices for them. (Neither are likely to happen.)

I also often share individual files or folders with external contacts as a more private alternative to dropbox or google drive.

cahaya 35 minutes ago|||
Same. Solving it by moving complex and sensitive data to an offline desktop app https://document.bot that support offline (self hosted) AI models (and optionally EU/ US AI providers). However, it doesn't integrate yet with shared (org) drives.
0fflineuser 50 minutes ago|||
Host it in your home an use a vpn to connect to your home network when you are outside, that way it isn't exposed to the internet but you can still access it.
theK 45 minutes ago||
Yup, that's the way it has to be. And thanks to the autocomplete on steroids we call Ai nowadays it actually has become way easyier to do such a thing.
margalabargala 42 minutes ago||
Kinda like how once chemistry gets complicated enough we call it biology, LLMs have become complicated/versatile enough that it's no longer useful to call them autocomplete.
snailmailman 51 minutes ago|||
I use nextcloud all the time, my private instance works great and does everything I need it to. But I keep it behind a VPN. It’s got a lot of parts, and thus a lot of surface area. It may be secure but I just assume it isn’t. I rely on the VPN to be the security boundary.
freedomben 49 minutes ago|||
Yeah definitely would put behind a VPN. I run mine on my desktop at home and use Tailscale (Headscale for self-hosting) to make it accessible when I'm out of the house. Blazing fast speeds when at home, and reasonable when not.
zerkten 40 minutes ago|||
Putting everything behind a VPN seems like the solution selfhosters have landed on. That way you have some control over how quickly you have to respond.
codepoet80 52 minutes ago||
I only use my ownCloud instance behind Tailscale...
Schlagbohrer 2 hours ago||
NextCloud Notes is frustratingly broken for offline use. The UI bricks itself with its own error messages when it can't phone home to the server. Even notes which are marked in the app as "Make available offline" don't work offline!

The iOS applications also are quite poor. For example the home screen widget has never shown me any of my favorited items even though it should, I have many favorited items, it is fully synced when I'm on my home network, yet it says "no favorites".

Considering the size of NextCloud and how long they've been around I wish they would fully complete more of their offerings before launching a dozen new ones.

drnick1 3 hours ago||
Nextcloud is great, I self-host an instance at home. I mostly use the calendar, address book, and file sharing with links a la Google Drive. It's probably heavier and slower than it should be for what it does, but it works.

Just like Home Assistant, it is a "must have" tool for self-hosters.

lgcmo 1 hour ago|
What's your experience like?

Lot's of people say that's a mess to maintain and too broken to actively use.

I often doubt if that's due to actual problems, or mix with that and bad decisions on the setup. Is dockering, keeping the data handling itself outside of it and a few other easy (or not so much) precautions enough to have a somewhat smoother sailing?

Also, how much time do you need to keep things from failing apart?

snailmailman 43 minutes ago|||
They have an “all in one” container that supposedly works out of the box.

I didn’t want to give it access to the docker socket, with the ability to spawn its own containers. So instead I just use the nextcloud container directly. (With several other containers, like DB, reverse proxy, collabora, etc) It’s a mess to configure, hence their recommendation to use their “all in one” setup. All sorts of weird defaults with documentation that says “this is the default but you should absolutely change it to do X instead so that it performs better”. Things like setting up a service to generate thumbnails, setting up redis, etc.

Once configured though, it mostly just works. You can’t let it auto update between major versions, but you probably should be doing that anyway. There are usually breaking changes and you have to manually run a command or two between major updates. That doesn’t happen too frequently though.

I can’t speak to the quality of the all-in-one setup. It’s likely easier than what I did - but also what’s the point of putting it in docker and also giving it control of docker? Seems to defeat the point of containerization.

drnick1 47 minutes ago|||
I never had any issues with it. The Docker image is basically a turnkey solution. The only extra step was to set up nginx as a reverse proxy. I wouldn't deploy a complex piece of software like Nextcloud without Docker to be honest, and this is coming from someone who runs stuff bare metal when it is practical to do so.

Edit: In view of the other response, I checked my docker-compose and I am also using the community maintained image (https://hub.docker.com/_/nextcloud) instead of the all-in-one image. It is supported by MariaDB, redis, and aio-talk (for Nextcloud Talk).

troyvit 2 hours ago||
This is a niche use, but I use the PhoneTrack app[1] with Nextcloud. It allows me to track my phone without relying on a third party service. It saved my ass already when I lost my phone in the park one night, and it's a nice way to track long hiking trips or road trips too as it saves the gpx and lets you export it:

https://github.com/julien-nc/phonetrack

ntnsndr 3 hours ago||
I now use Nextcloud both for a family server and an academic lab. It has become such a daily part of my life, and I am really grateful for it. I just wish the network effects were stronger so I could benefit more from the federated features, and people didn't think it is so weird to get a Nextcloud link.

Lab use: https://git.medlab.host/MEDLab/Handbook/src/branch/main/docs...

Personal use: https://nathanschneider.info/2026/06/toward-a-durable-writin...

imalerba 2 hours ago||
I left nextcloud because how slow it felt even on my beefy server. I switched to opencloud.eu, it might have less features but it's just what I needed
vitally3643 1 hour ago|
Seriously. I ran it on a server with two Xeon CPUs and 128GB of RAM. The web interface took minutes to do anything. Browsing a large photo library was just completely unworkable (and that was before they ripped out all the sorting and filtering features from the photo library).

My instance killed itself somehow, likely a failed auto update. I was, of course, using the default docker setup with the watchtower instance etc etc. I never got it to come back up, and I haven't missed it at all.

Even opening the damn login page took a good 30 seconds to load, there's no excuse for this kind of performance on a real-deal enterprise server.

c0balt 1 hour ago|||
NextCloud needs tuning (mostly of php-fpm and caching ) oob to be fast/usable in my experience. Just throwing resources at it won't make it faster as the defaults are generally quite conservative.

They even have a specific guide for this topic, https://docs.nextcloud.com/server/stable/admin_manual/instal...

As a side note, it's PHP so your single core clocks will generally be more relevant for latency than multi-core performance, feeding many cores requires a lot of divisble work.

bityard 26 minutes ago||||
I'm not sure how you are holding it, but I ran Nextcloud on a VPS with under 1GB RAM for many years, now it's on a 12GB RAM cloud instance and is only using a few GB of RAM last time I checked.
esperent 52 minutes ago|||
I run it on a Hetzner vps with 4 vcpus, 16gb of ram that's also running multiple other containers. I haven't checked recently but most of that ram is free.

I'm not going to claim nextcloud is the snappiest app but I can open it right now, from across the world from my server as I'm on vacation, and it loads in <5s. I haven't done much tuning.

paweladamczuk 27 minutes ago||
The Euro-Office project is the most interesting part of this announcement to me.
ezst 3 hours ago||
Upgraded yesterday, I only use a small amount of features (files, memories, calendar, tasks). It sucks that tasks isn't compatible yet (but I mostly use DAVx⁵/Tasks.org as front-end), and it sucks that the landing page still pulls close to 20MB or so, but besides that, nothing to report one way or another.
fundatus 3 hours ago|
I love Nextcloud but I feel like they should really completely redo their UI. It just doesn't look like something from this decade.
bityard 14 minutes ago||
Wha-huh?

This is the decade where every company bought into flat design, monochrome, chonky whitespace, extremely radiused corners everywhere. Pulling up my instance, Nextcloud apes that to a tee. You'd be hard-pressed to find any "modern" UI trend that they haven't shoe-horned into their design somehow.

The _did_ completely redo their UI a few years back, and for the worse in my opinion. The Calendar in particular is far less usable and (and much more buggy) than it was around the time it was forked from OwnCloud.

emilbratt 2 hours ago|||
Wait, you don't feel so?

I have maintained a Nextcloud server for a small business for the last 6 years. I agree when I started using it early 2020 that the ui felt less modern, but after some updates down the road up until now it looks completely like it is from this era. Am I missing something? However, I never complained about the UI neither then nor now.

hkpack 2 hours ago||
NextCloud's macOS app is implemented in a way that completely disregards any UI guidelines or just common sense for the platform.

Developers either don't use macOS at all, or don't care.

But functionally it works for our small team.

c0balt 1 hour ago||
NextCloud generally appears to use their own design system everywhere, Android apps are also not in Material or on iOS (iirc) in Cupertino. It makes for a subpar experience in general but is consistent.
bigstrat2003 2 hours ago||
That is not a compelling reason to overhaul a UI (which is something that should rarely, if ever, be done). If it works and is pleasant to use, what it looks like is of no consequence.
More comments...