tangled
alpha
login
or
join now
krasovs.ky
/
homelab
4
fork
atom
Personal Homelab
4
fork
atom
overview
issues
pulls
pipelines
fix: matrix-related fixes
krasovs.ky
4 months ago
2f1f19bb
b08350ff
verified
This commit was signed with the committer's
known signature
.
krasovs.ky
SSH Key Fingerprint:
SHA256:yQV/6wStnA7M7F+bdkPXAJOXkrSaHDwF2mhuaW58Lgw=
+4
-7
5 changed files
expand all
collapse all
unified
split
butane
fcos.yml.tftpl
configs
alloy
config.alloy
element
call.json.tftpl
web.json.tftpl
matrix-rtc
livekit.yaml.tftpl
+1
-1
butane/fcos.yml.tftpl
···
296
296
tcp dport 8636 accept
297
297
298
298
# allow livekit
299
299
-
udp dport 59900-60000 accept
299
299
+
udp dport 59000-60000 accept
300
300
udp dport 3478 accept
301
301
tcp dport 7881 accept
302
302
+1
-1
configs/alloy/config.alloy
···
36
36
selector = "{_msg=\"\"}"
37
37
38
38
stage.match {
39
39
-
selector = "{container_name=\"/synapse\"}"
39
39
+
selector = "{container_name=\"/matrix-synapse\"}"
40
40
41
41
stage.json {
42
42
expressions = { "log" = "" }
-1
configs/element/call.json.tftpl
···
11
11
"features": {
12
12
"feature_use_device_session_member_events": true
13
13
},
14
14
-
"ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf",
15
14
"matrix_rtc_session": {
16
15
"wait_for_key_rotation_ms": 3000,
17
16
"membership_event_expiry_ms": 180000000,
+1
-1
configs/element/web.json.tftpl
···
54
54
"privacy_policy_url": "https://element.io/cookie-policy",
55
55
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
56
56
"setting_defaults": {
57
57
-
"RustCrypto.staged_rollout_percent": 60
57
57
+
"RustCrypto.staged_rollout_percent": 100
58
58
},
59
59
"features": {
60
60
"feature_video_rooms": true,
+1
-3
configs/matrix-rtc/livekit.yaml.tftpl
···
3
3
4
4
rtc:
5
5
tcp_port: 7881
6
6
-
port_range_start: 59900
6
6
+
port_range_start: 59000
7
7
port_range_end: 60000
8
8
use_external_ip: true
9
9
···
15
15
domain: turn.${base_domain}
16
16
udp_port: 3478
17
17
tls_port: 5349
18
18
-
relay_range_start: 59000
19
19
-
relay_range_end: 59100
20
18
external_tls: true
21
19
22
20
keys: