▲ | hakanshehu a day ago | |||||||
Thank you! We're still working on the hosted offering, hence the "coming soon" pricing page. Regarding Valkey, I included it as an example of a Redis compatible alternative, but you're right, it's probably better to use it in our Docker Compose file as well. Thanks also for pointing out the licensing considerations around Minio, will definitely look into that. | ||||||||
▲ | mdaniel 12 hours ago | parent [-] | |||||||
I tried booting it up and two things: - this is just evil. Pure. evil. https://github.com/colanode/colanode/blob/v0.1.3/apps/deskto... If that's the kind of error handling that you believe in, one should have religious backups of any data placed into this - It seems to actually puke if one doesn't provide it a live, TLS enabled, SMTP server[2] which (a) WTF (b) isn't present in the docker-compose Thankfully replacing .verify with return new Promise(() => true) at least let the server start 2: https://github.com/colanode/colanode/blob/v0.1.3/apps/server... | ||||||||
|