mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2026-03-29 03:44:01 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25b9f31ef1 | |||
| 19c690bb4f | |||
| 099db715d1 |
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
This is a best effort document descibing neccecary changes you might have to do when updating
|
This is a best effort document descibing neccecary changes you might have to do when updating
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
`saml2` is no longer enabled, as it depends on vulnerable dependencies and isnt really built in nixpks anymore.
|
||||||
|
|
||||||
|
If you need to authenticate with saml, you should deploy some sort of saml to openid bridge, instead.
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
|
|
||||||
enableSlidingSync, and setting matrix-synapse.sliding-sync.environmentFile (or any other sliding-sync setting)
|
enableSlidingSync, and setting matrix-synapse.sliding-sync.environmentFile (or any other sliding-sync setting)
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ let
|
|||||||
inherit (cfg) plugins;
|
inherit (cfg) plugins;
|
||||||
extras = [
|
extras = [
|
||||||
"postgres"
|
"postgres"
|
||||||
"saml2"
|
|
||||||
"oidc"
|
"oidc"
|
||||||
"systemd"
|
"systemd"
|
||||||
"url-preview"
|
"url-preview"
|
||||||
@@ -27,7 +26,6 @@ let
|
|||||||
"jwt"
|
"jwt"
|
||||||
"redis"
|
"redis"
|
||||||
"cache-memory"
|
"cache-memory"
|
||||||
"user-search"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user