• Joined on 2023-11-25
simon commented on pull request coop-cloud/matrix-synapse#58 2026-04-11 09:09:36 +00:00
add matrix authentication service incl migration #57

Notes to myself:

  • add release notes
  • ...
simon commented on issue coop-cloud/matrix-synapse#57 2026-04-09 10:12:32 +00:00
Support Matrix 2.0 and Element X

Soo, mas service integration is done, rfc #58

QR-Code login looked easy on the surface but revealed deeper problems:

  • Looks like we have a problem with our $STACK_NAME convention with all…
simon created pull request coop-cloud/matrix-synapse#58 2026-04-09 09:56:44 +00:00
add matrix authentication service incl migration #57
simon pushed to add-matrix-authentication-service at coop-cloud/matrix-synapse 2026-04-09 09:51:45 +00:00
c71dc162cb readd cleanup trap to mas migration script
simon pushed to add-matrix-authentication-service at coop-cloud/matrix-synapse 2026-04-09 09:48:48 +00:00
625b0381f8 readd cleanup trap to mas migration script
simon pushed to add-matrix-authentication-service at coop-cloud/matrix-synapse 2026-04-09 08:55:18 +00:00
7492e8bd4e add mas healthcheck
60bd8b1b49 provide readme for mas setup and migration
6f47fca73b add script to perform mas migration compatibility check
dd92cd4bd7 add config for upstream oidc provider for mas
Compare 4 commits »
simon commented on issue toolshed/abra#818 2026-04-09 07:34:52 +00:00
interface for abra app config

I like the recipe.yml idea a lot! And regarding feature toggles, we also came across this. related: moritz/alakazam#3

simon commented on issue toolshed/abra#813 2026-04-09 07:25:38 +00:00
Run automatic pre and post migration scripts

Guess we really should develop a plan on how to upstream alakazam features step by step 🤭

simon pushed to add-matrix-authentication-service at coop-cloud/matrix-synapse 2026-04-07 14:37:14 +00:00
cf30cebf8e add function to init mas database
5481b7e31c add initial mas setup
Compare 2 commits »
simon created branch add-matrix-authentication-service in coop-cloud/matrix-synapse 2026-04-07 14:37:05 +00:00
simon commented on issue toolshed/abra#813 2026-04-07 10:41:51 +00:00
Run automatic pre and post migration scripts

We are doing this with alakazam, see here

We have hooks for

  • initialization
  • post-deploy
  • post upgrade
  • secret generation …
simon commented on issue coop-cloud/matrix-synapse#57 2026-04-01 12:18:18 +00:00
Support Matrix 2.0 and Element X

Another thing aside regarding the general recipe layout - the env list in the compose.yml is a bit frightening. I imagine such things can keep people from touching stuff in a recipe https://git.co…

simon pushed to main at coop-cloud/matrix-synapse 2026-03-31 13:17:39 +00:00
8a7978b388 add docs for breaking share secret authenticator
simon pushed tag 7.0.2+v1.149.1 to coop-cloud/matrix-synapse 2026-03-31 12:55:50 +00:00
simon pushed to main at coop-cloud/matrix-synapse 2026-03-31 12:55:49 +00:00
d0d5cfb1bc chore: publish 7.0.2+v1.149.1 release
simon pushed to main at coop-cloud/matrix-synapse 2026-03-31 12:53:47 +00:00
3d13505330 bumb python version for shared secret authenticator
simon commented on issue coop-cloud/matrix-synapse#57 2026-03-31 07:13:21 +00:00
Support Matrix 2.0 and Element X

Yes, I also like the proposed setup with matrix-synapse matrix-extensions and element.

I feel like the mas is so close to matrix itself that I'd put it in the core recipe. We can always allow…

simon opened issue toolshed/alakazam#3 2026-03-27 14:10:08 +00:00
Add Feature Flags e.g. for instance configurations
simon opened issue toolshed/alakazam#2 2026-03-27 14:08:02 +00:00
Allow rich version declaration
simon commented on issue coop-cloud/matrix-synapse#57 2026-03-27 12:52:13 +00:00
Support Matrix 2.0 and Element X

Currently we have those containers:

  • compose.yml
    • web: nginx
    • app: synapse
    • db: pgautoupgrade
    • admin: synapse-admin
    • [element-web](https://git.coopcloud.tech/coop-cloud/elem…