What's coming in Cloudron 9.0 (was 8.0)
-
@avatar1024 said in What's coming in Cloudron 8.0:
(e.g. this one on my side)
Same here, restic support could be a great idea for backups as an alternative to rsync.
-
For Cloudron multi-host, it may be useful to have the DB data model as a local first concept, then sync with edge nodes.
VLCN does this as an open-source library for state management and sync.
VLCN augments SQLite, giving it the power to merge changes from other peers, notify your application of changes, and traverse remote datasets.
https://vlcn.io
https://github.com/vlcn-io/cr-sqlite -
When is this version coming I am excited for the multi host feature.
-
@Thedurancode right... This post is already quite a bit old. We are currently working on 7.4 - https://forum.cloudron.io/topic/8269/what-s-coming-in-7-4 . TBH, I am not sure when we will work on this. We have been removing features from 8.0 and implementing them into more immediate releases.
-
@girish said in What's coming in Cloudron 8.0:
@Thedurancode right... This post is already quite a bit old. We are currently working on 7.4 - https://forum.cloudron.io/topic/8269/what-s-coming-in-7-4 . TBH, I am not sure when we will work on this. We have been removing features from 8.0 and implementing them into more immediate releases.
Is it possible to move the multihost feature to 7.4?
-
@AniTexs No, because 7.4 is already outdated.
-
@girish said in What's coming in Cloudron 8.0:
(7.4) Implement LDAP+2FA across apps - See https://git.cloudron.io/cloudron/box/-/issues/705 .
We deprecated this in favor of OIDC support. OIDC support with automatically bring in 2FA in a more portable, user friendly and robust way.
-
-
@girish Please take a look at https://github.com/libsql/sqld which looks perfect for keeping multicloudron features in sync across systems.
It's from OSS libSQL which is a fork of SQLite which doesn't accept improvements easily.
It also enables automatic replication to S3 storage, ie. run sqld with --enable-bottomless-replication parameter.
Lots of goodies!
-
Just found this, looks like the repo might not be active but maybe it can be referenced or even forked:
https://github.blog/2016-12-08-orchestrator-github/
https://github.com/openark/orchestrator