File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : synapse
3
- version : 0.0.7
3
+ version : 0.0.8
Original file line number Diff line number Diff line change 45
45
user_id: "*"
46
46
allow_guest_access: false
47
47
allow_per_room_profiles: false
48
- allow_public_rooms_over_federation: true
48
+ allow_public_rooms_over_federation: false
49
49
allow_public_rooms_without_auth: false
50
50
auto_join_rooms:
51
51
- "#general:{{ $.Values.synapse.serverName }}"
@@ -143,8 +143,8 @@ data:
143
143
enable_metrics: true
144
144
federation_domain_whitelist: {{- $federation_domain_whitelist | toYaml | nindent 6 }}
145
145
federation_metrics_domains: {{- $federation_metrics_domains | toYaml | nindent 6 }}
146
- allow_profile_lookup_over_federation: true
147
- allow_device_name_lookup_over_federation: true
146
+ allow_profile_lookup_over_federation: false
147
+ allow_device_name_lookup_over_federation: false
148
148
instance_map:
149
149
main:
150
150
host: synapse-master-0.synapse-master
@@ -255,7 +255,8 @@ data:
255
255
use_presence: {{ $.Values.synapse.presence }}
256
256
user_directory:
257
257
enabled: true
258
- search_all_users: true
258
+ search_all_users: false
259
+ prefer_local_users: true
259
260
web_client_location: "https://{{ $.Values.synapse.serverName }}/"
260
261
{{- if $.Values.matrixAuthentication.enabled }}
261
262
# https://matrix-org.github.io/matrix-authentication-service/setup/homeserver.html#configure-the-homeserver-to-delegate-authentication-to-the-service
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ synapse:
10
10
enabled : true
11
11
# this workers can scale in runtime
12
12
autoscalingWorkers :
13
- federation_sender : 2
14
- client_reader : 3
13
+ federation_sender : 1
14
+ client_reader : 2
15
15
event_creator : 2
16
16
media_repository : 2
17
17
# this workers will scale after deploy
You can’t perform that action at this time.
0 commit comments