NHAS
NHAS
This is now on unstable, thanks for the excellent recommendation and resources!
Yes, I agree this feature is probably quite a good idea. To this end we could enable support for postgres, and postgres pubsub in order to share state updates (such...
I've decided that instead of using postgres as our single source of truth we'll instead use the raft consensus algorithm (specifically https://github.com/rqlite/rqlite if it exposes some raft components so we...
On second thoughts, it seems that raft is pretty ill-suited for this task. Considering that all reads and writes are transparently passed to the elected leader. While do would get...
Ah not quite the Ha I'm thinking of. While it will do full state sync periodically and at cluster start I want it to be able to have synced active...
Slowly but surely we get closer to having the highly available wag of our dreams. The current version that lives on unstable has migrated to using `etcd` as the underlying...
More things to add to the pile, mostly UI so its causing me to grind to a halt: - [x] Add all authentication settings to general settings page - [...
Hi there, just going to try and replicate this on my side. Just for my own notes, before 7.3.0 the user showed up under groups when you used the registration...
From what I can see in the code (and remembering it) this is really used for a users initial groups so when they do the registration for the first time...
This is vaguely on unstable now. However its not completely, and unstable is undergoing a huge rewrite. So use with caution