Skip to content
Snippets Groups Projects
Verified Commit 8a0efd2d authored by Tom Teichler's avatar Tom Teichler 🍻
Browse files

update

parent 54958bee
No related merge requests found
Checking pipeline status
extraVolumes:
- name: signing-key
secret:
secretName: matrix-media-repo-signing-key
extraVolumeMounts:
- name: signing-key
readOnly: true
mountPath: /secret
config:
homeservers:
- name: matrix.teckids.org
csApi: "https://matrix.teckids.org"
- name: matrix.edugit.org
csApi: "https://matrix.edugit.org"
signingKeyPath: "/secret/mmr.signing.key"
admins:
- "@nik:matrix.teckids.org"
- "@tteichler:matrix.teckids.org"
......@@ -22,7 +31,7 @@ config:
featureSupport:
MSC2448:
enabled: true
ratelimit:
rateLimit:
enabled: False
persistence:
......@@ -50,13 +59,10 @@ ingress:
hosts:
- host: matrix.teckids.org
paths: ["/_matrix/media", "/_matrix/client/(v1|r0|v3|unstable)/media", "/_matrix/federation/(v1|r0|v3|unstable)/media"]
- host: matrix.edugit.org
paths: ["/_matrix/media", "/_matrix/client/(v1|r0|v3|unstable)/media", "/_matrix/federation/(v1|r0|v3|unstable)/media"]
# tls:
# - secretName: matrix-media-repo-tls
# hosts:
# - matrix.teckids.org
# - matrix.edugit.org
extraRepo:
useForwardedHost: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment