app/matrix: bump synapse do 1.42.0, enable public room browsing

Change-Id: Idf5a2e7bdcff89c0093908b17afc455e2768694b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1146
Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
informatic 2021-09-16 21:51:10 +02:00 committed by informatic
parent cf3d8481fd
commit f56db19385
2 changed files with 5 additions and 1 deletions

View file

@ -108,7 +108,7 @@ local mediaRepo = import "./media-repo.libsonnet";
storageClassName: "waw-hdd-redundant-3",
images: {
synapse: "matrixdotorg/synapse:v1.37.1",
synapse: "matrixdotorg/synapse:v1.42.0",
riot: "vectorim/element-web:v1.8.5",
casProxy: "registry.k0.hswaw.net/q3k/oauth2-cas-proxy:0.1.4",
appserviceIRC: "matrixdotorg/matrix-appservice-irc:release-v0.29.0",

View file

@ -126,3 +126,7 @@ password_config:
enabled: false
enable_media_repo: False
# Allow federated public rooms browsing
allow_public_rooms_without_auth: true
allow_public_rooms_over_federation: true