forked from spantaleev/matrix-docker-ansible-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh merge to prepare for deploying new sites. #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coturn update 4.5.2 -> 4.5.2-r2
Update prometheus v2.27.1 -> v2.28.0
update to v0.2.0
Update hydrogen main.yml
These previously denoted optional DNS records but now optional records are a separate table so they are unnecessary.
Remove asterisks from configuring-dns.md
…-fix-service-name heisenbridge: fix service name in setup_uninstall.yml
Update IRC bridge
Endpoint changes for Client and media API due to migration to 1.41.0
Grafana Update 8.0.6 -> 8.1.2
mjolnir & hydrogen Minor Updates
Update prometheus (2.29.1 -> 2.29.2)
Update prometheus (2.29.1 -> 2.29.2)
Update Coturn (4.5.2-r3 -> 4.5.2-r4)
matrix_jitsi_jicofo_component_secret var removed #1139
This avoids having to create a new room and to click the "Add widgets, bridges & bots" link (Formerly the four-squares-icon)
Add link to Dimension admin page
Jitsi Update (stable-5963 -> stable-6173)
Synapse 1.41.1 Patches 2 exploits that can reveal information about rooms an user is not supposed to have access to information about.
Upgrade to Synaspe v 1.41.1 (Security Update)
Pull correct version when self building Mautrix Facebook and Synapse Admin
russ-go
pushed a commit
that referenced
this pull request
Sep 1, 2021
We have a flow like this: 1. matrix.DOMAIN vhost (matrix-domain.conf) 2. matrix-synapse vhost (matrix-synapse.conf); or matrix-corporal container, if enabled 3. (optional) matrix-synapse vhost (matrix-synapse.conf), if matrix-corporal enabled 4. matrix-synapse container We are setting `X-Forwarded-For` correctly in step #1, but were overwriting it in step #2 with something inaccurate. Not doing anything in step #2 is better than doing the wrong thing. It's probably best if we append another reverse-proxy address there though, although what we're doing now (with this patch) seems to yield the correct result (when matrix-corporal is not enabled). When matrix-corporal is enabled, we still seem to do the wrong thing for some reason. It's something to be fixed later on.
russ-go
pushed a commit
that referenced
this pull request
Sep 14, 2022
Add more database config options and other cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.