(no title)
noident | 5 months ago
What about Matrix Authentication Service? That's still a separate piece of software that requires PostgreSQL (as opposed to SQLite like my Synapse instance uses) and has no clear migration path for those of us using our own SSO solution (SAML, CAS, maybe your own OIDC provider like Keycloak...), right?
I don't want to run Dex and complicate the stack further, either.
I think 12 hours to migrate is probably optimistic even with built-in sliding sync, actually...
joecool1029|5 months ago
Still its own thing which I have not deployed on my homeserver.
> as opposed to the SQLite like my Synapse instance uses
I've done this for testing but they really don't recommend it for production. It's had a history of being broken: https://github.com/element-hq/synapse/issues/18325
noident|5 months ago
I wish it were easier to be a Synapse admin! It seems like all server updates are focused on scaling matrix.org and the little guys that provide network diversity are not really being considered a priority.