Earlier quoted context omitted.
12-18mos before that changes. no company in the world is going to maintain 2 separate software products that compete with each other. They will be merged, my prediction is 12 to 18 mos
which sucks bc nextcloud is an ugly, heavyweight beast of a suite to run. whereas roundcube i'm happy running it on my lightweight el cheapo VPS.
Roundcube open-source webmail software merges with Nextcloud
141–150 of 259 posts
Re: Roundcube open-source webmail software merges with Nextcloud
#142It's just a shame that the $100k that was raised for "RoundCube Next" ( https://www.indiegogo.com/projects/roundcube-next--2 ) back in 2015 produced exactly nothing ( https://github.com/roundcube-next ) with no explanation.
What a shame! There's some info on the Wikipedia page[0]. [0] https://en.wikipedia.org/wiki/Roundcube#Project_.22Roundcube...
Re: Roundcube open-source webmail software merges with Nextcloud
#143I've been running Nextcloud for family collaboration purposes since before the fork from Owncloud. I've been pretty happy with it overall. My biggest gripe with it is the increasing schizophrenia of the UX devs. One thing I _loved_ about Nextcloud was that they paid a lot of attention to making it easy to navigate and use. The newer UX "enhancements" seem to be all about maximizing (useless) whitespace and making eve…
> if you're using the docker image, upgrades are a breeze. Just bump the tag on the image, redeploy, and you're done. Or you could just run Watchtower beside it and it will automatically update your docker containers. https://github.com/containrrr/watchtower If you are OK with automated updates.
If we were talking about a video game, or some kind of testing/QA environment, then sure, automatic unattended upgrades would be fine.
Re: Roundcube open-source webmail software merges with Nextcloud
#144Earlier quoted context omitted.
Yeah I run it baremetal. No issues at all.
I’ve had it bork my install so many times that in the end I spent more time recovering nextcloud than actually using it. My instance is dead now, after I failed to recover it the last time and couldn’t be bothered anymore. YMMV, but I’m out.
I had issues with upgrading a few times on a modest VPS, when trying to upgrade via the web interface. I've since switched to upgrading via ssh by running the `updater.phar` script[0] and haven't experienced an issue upgrading since.
I of course don't know if this would've avoided the issues you experienced, @josteink, but I wanted to mention it in case others have a similar problem to what I had.
[0] https://docs.nextcloud.com/server/latest/admin_manual/mainte...
Re: Roundcube open-source webmail software merges with Nextcloud
#145Earlier quoted context omitted.
which sucks bc nextcloud is an ugly, heavyweight beast of a suite to run. whereas roundcube i'm happy running it on my lightweight el cheapo VPS.
Nextcloud looks clunky but it certainly isn't heavyweight
Re: Roundcube open-source webmail software merges with Nextcloud
#146Earlier quoted context omitted.
I really tried to make Nextcloud work for me but it was too much. I‘ll pay the enshittified Dropbox premium soon. Some bugs I encountered in a few hours of testing and trying to make it work. The Mac auto-update installs an incompatible version to my OS; the website offers only the new incompatible and an old version that also doesn’t work (OS can not scan the app). The solution is to find a suitable version from a h…
If Dropbox is all you need you might be satisfied with Syncthing. I have used it for a week now, it works well and I have the warm fuzzy feeling that nobody is using my data to make a few bucks (I'm self hosting it on a home server).
Re: Roundcube open-source webmail software merges with Nextcloud
#147Earlier quoted context omitted.
> docker image, upgrades are a breeze. Maybe this has been improved, but I remember thinking that and then it biting me because updating to the latest image (linuxserver/nextcloud) wasn't actually updating nextcloud itself, just the environment (php, etc.) When I realized this, I had to go through several major nextcloud upgrades, incrementally going from one major version to the next. Then it bit me again a few mont…
Having just dealt with this… can you share that automation?
sudo -u abc php /data/www/nextcloud/updater/updater.phar --no-interaction
Although, it looks like I need to add this also: occ db:add-missing-indices
And, I thought I had it in my crontab, but now I don't see the job there. I haven't touched it in months, and I'm on the latest version of nextcloud, so presumably it's still working. But I honestly can't remember how I set it up.Re: Roundcube open-source webmail software merges with Nextcloud
#148Earlier quoted context omitted.
If Dropbox is all you need you might be satisfied with Syncthing. I have used it for a week now, it works well and I have the warm fuzzy feeling that nobody is using my data to make a few bucks (I'm self hosting it on a home server).
I might have been too stupid to figure it out, but I found Syncthing unusable because I couldn't set up a basic "backup" style sync. That is, anything I added to my phone folder would get synced one-way to my computer... and anything I deleted from that folder would also get synced one-way to my computer. This forced me to maintain my entire photo library on my phone, which of course is exactly what I was trying to a…
Re: Roundcube open-source webmail software merges with Nextcloud
#149I'm glad the post states that Roundcube will stay an independent product. Roundcube is on a whole other level in terms of stability and robustness compared to Nextcloud. I'm also glad that the current Nextcloud client will be replaced, because it's not very good right now.
The first and only time I had a server hacked was due to a RoundCube vulnerability in 2006. Just a month ago there was news of a RoundCube XSS zero-day that was widely exploited ( https://cyberpedia.medium.com/state-sponsored-cyberattacks-l... ). Don’t use RoundCube!
All software has vulnerabilities. The trick is to install it in a way which mitigates most of the typical ones: use VMs, SELINUX/APPARMOR, containers, chroots, user separations, etc.
Re: Roundcube open-source webmail software merges with Nextcloud
#150Earlier quoted context omitted.
Yeah I run it baremetal. No issues at all.
I’ve had it bork my install so many times that in the end I spent more time recovering nextcloud than actually using it. My instance is dead now, after I failed to recover it the last time and couldn’t be bothered anymore. YMMV, but I’m out.