Earlier quoted context omitted.
Rainloop is a good alternative IMO
I hear SnappyMail is a fork of Rainloop with lots of improvements.
Roundcube open-source webmail software merges with Nextcloud
151–160 of 259 posts
Re: Roundcube open-source webmail software merges with Nextcloud
#152this isn't good for anyone but Roundcube investors. Roundcube is a well-liked product. Nextcloud is a PHP app with all kinds of security holes.
Re: Roundcube open-source webmail software merges with Nextcloud
#153Earlier quoted context omitted.
For "expedited" retrieval it is $0.01 per request plus $0.03 per GB. Doesn't seem like a fortune. And there are retrieval options for 1/10th the cost.
Transfer is starting at $0.09 per GB.
I guess I could reinterpret your original comment as "Have fun paying a fortune if you need to get those files [out of AWS] again."
instead of my original interpretation "Have fun paying a fortune if you need to get those files [out of Glacier] again."
Agree!
Re: Roundcube open-source webmail software merges with Nextcloud
#154Earlier quoted context omitted.
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…
Would it work to set the folder type to "Send Only" on the phone and to "Receive Only" on the server? See https://docs.syncthing.net/v1.26.0/users/foldertypes
Re: Roundcube open-source webmail software merges with Nextcloud
#155I'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…
> 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…
It may feel convenient if someone did homelab without docker, but will bite you in the long run.
Re: Roundcube open-source webmail software merges with Nextcloud
#156I'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…
It's even easier with the all-in-one (aio) solution. Upgrades via a simple UI, automatic Borg Backups, etc. I run this on hetzner cloud with one storagebox for the files and one storagebox for the backups. Runs nicely, gets updates, and as the storageboxes do automatic snapshots, I have double backups.
If so that feels a bit like an anti-pattern, just like the WordPress container which updates the WP files inside the container itself, the container just contains the webserver, php and database.
Re: Roundcube open-source webmail software merges with Nextcloud
#157What I would like to have is a small Nextcloud installation (max. 200MB, preferably even smaller) that I can host on a ultra-cheap tiny server. I just need file sync, calendar and contacts. The total size of the synced files isn't much either. Nextcloud used to be small enough for this, but they kept adding things, bundling word processors and other stuff I don't need, meanwhile making the contacts and calendar optio…
I'm fairly certain that you can disable the word processor, as well as a lot of the other "core" features. Or at least I'm seeing a whole lot of "disable" buttons when I look at the list of active apps for my Nextcloud install.
Re: Roundcube open-source webmail software merges with Nextcloud
#158What I would like to have is a small Nextcloud installation (max. 200MB, preferably even smaller) that I can host on a ultra-cheap tiny server. I just need file sync, calendar and contacts. The total size of the synced files isn't much either. Nextcloud used to be small enough for this, but they kept adding things, bundling word processors and other stuff I don't need, meanwhile making the contacts and calendar optio…
What is an ultra-cheap tiny server? Maybe a CX21 (6.37 €/mth) at https://www.hetzner.com/de/cloud would fit. There are Docker images and you only need to install the NextCloud AIO. Super simple. Upgrade is also simple (we only did it once and it went through perfectly). Syncthing is nice but file-sync-only.
Re: Roundcube open-source webmail software merges with Nextcloud
#159Earlier quoted context omitted.
It's even easier with the all-in-one (aio) solution. Upgrades via a simple UI, automatic Borg Backups, etc. I run this on hetzner cloud with one storagebox for the files and one storagebox for the backups. Runs nicely, gets updates, and as the storageboxes do automatic snapshots, I have double backups.
Can you use a UI to upgrade the underlying container? It's not with docker-compose? If so that feels a bit like an anti-pattern, just like the WordPress container which updates the WP files inside the container itself, the container just contains the webserver, php and database.
Re: Roundcube open-source webmail software merges with Nextcloud
#160Earlier quoted context omitted.
Do you have recommendations for a self hosted webDAV server that could act as a Dropbox / GDrive replacement? I‘m using Nextcloud only for that use case because I haven’t found anything that seemed as stable.
There's solid SFTP clients for every OS (even Android!) and all it requires on the server is the already installed OpenSSH, so I never really saw the need to look into webDAV.