Luis
1431a351ab
Update configuring-playbook-bridge-hookshot.md
fix Hookshot instructions link
3 vuotta sitten
Slavi Pantaleev
fb8af6c678
Merge pull request #1820 from brush/master
Suggested fix to docs for reverse proxy for well-known file
3 vuotta sitten
brush
3499b9cd03
Update configuring-well-known.md
3 vuotta sitten
brush
34de6c9c66
Update configuring-well-known.md
3 vuotta sitten
Slavi Pantaleev
eb7bed5221
Merge pull request #1816 from OdyX/appservice-slack-1-11-update
Bump Slack Appservice to 1.11.0
3 vuotta sitten
Didier 'OdyX' Raboud
eda75e6492
Bump Slack Appservice to 1.11.0
3 vuotta sitten
Slavi Pantaleev
47f7fbcd36
Merge pull request #1814 from etkecc/master
matrix-bot-buscarron v1.1.0
3 vuotta sitten
Aine
d09934c79c
matrix-bot-buscarron - set defaults
3 vuotta sitten
Aine
9997ca4dbd
Merge branch 'spantaleev:master' into master
3 vuotta sitten
Aine
8c505e8a2c
matrix-bot-buscarron v1.1.0
3 vuotta sitten
Slavi Pantaleev
255001af0e
Merge pull request #1813 from HarHarLinks/patch-13
Update configuring-playbook-bridge-hookshot.md
3 vuotta sitten
Kim Brose
3dfda42f3d
Update configuring-playbook-bridge-hookshot.md
3 vuotta sitten
Slavi Pantaleev
764571c6fb
Merge pull request #1812 from etkecc/patch-5
Update Element 1.10.11 -> 1.10.12
3 vuotta sitten
Aine
02d4a841c4
Update Element 1.10.11 -> 1.10.12
3 vuotta sitten
Slavi Pantaleev
c27b4aa4ae
Merge pull request #1811 from etkecc/patch-5
Update cinny v1.8.2 -> v2.0.0
3 vuotta sitten
Aine
62cb801878
Update cinny v1.8.2 -> v2.0.0
3 vuotta sitten
Slavi Pantaleev
9fc60d8c86
Revert "Change back to original mx-puppet-slack"
This reverts commit fcfd00bcb4 .
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1808
Reverts https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1809
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1810
3 vuotta sitten
Slavi Pantaleev
6184ed2d8c
Merge pull request #1809 from dsonck92/change-to-upstream
Change back to original mx-puppet-slack
3 vuotta sitten
Daniel Sonck
fcfd00bcb4
Change back to original mx-puppet-slack
Closes : #1808
3 vuotta sitten
Slavi Pantaleev
5ad8547c14
Merge pull request #1806 from Arkonos/master
Clarify reverse-proxying of well-known files with Caddy2
3 vuotta sitten
Arkonos
527f5bc469
clarifying where well-known files are created
3 vuotta sitten
Arkonos
76bfe9a0ea
Merge branch 'master' of https://github.com/Arkonos/matrix-docker-ansible-deploy
3 vuotta sitten
Arkonos
ef3b352eec
Merge branch 'master' of https://github.com/Arkonos/matrix-docker-ansible-deploy
3 vuotta sitten
Arkonos
c01693395f
Merge branch 'master' of https://github.com/Arkonos/matrix-docker-ansible-deploy
3 vuotta sitten
Arkonos
6abdb6e6f0
clarifying reverse proxying of well-known files
3 vuotta sitten
Arkonos
04aa609ae5
clarifying reverse proxying of well-known files
3 vuotta sitten
Slavi Pantaleev
25302ed142
Merge pull request #1802 from dsonck92/change-to-upstream
Change back to original mx-puppet-discord
3 vuotta sitten
Slavi Pantaleev
e62123ac13
Merge pull request #1804 from HarHarLinks/feeds
Add hookshot feeds config support
3 vuotta sitten
HarHarLinks
7390646cd5
add hookshot feeds support
3 vuotta sitten
Slavi Pantaleev
0d0f771b02
Merge pull request #1803 from HarHarLinks/patch-12
Upgrade Hookshot (1.5.0 -> 1.6.1)
3 vuotta sitten
Kim Brose
84ea5f6ecc
Upgrade Hookshot (1.5.0 -> 1.6.1)
3 vuotta sitten
Daniel Sonck
3f45805fd2
Change back to original mx-puppet-discord
Closes : #1801
3 vuotta sitten
Slavi Pantaleev
83b7fcee45
Do not proxy some endpoints to the generic Synapse worker
These endpoints should not be proxied to a generic Synapse worker
without other preparation (setting up stream writers, sending traffic
to a specific stream writer, etc.).
Disabling them for now. In the future, we'd like to fix up our awk
script to disable them automatically.
This is a fix up for 058fedff91
3 vuotta sitten
Slavi Pantaleev
21d8327c48
Merge pull request #1800 from ptman/patch-1
typo
3 vuotta sitten
Paul Tötterman
be95918a2f
typo
3 vuotta sitten
Slavi Pantaleev
058fedff91
Fix "endpoint seems conditional" determination in workers-doc-to-yaml.awk"
This prevented us from keeping our workers reverse-proxying definitions
updated since Synapse v1.54.0.
The last `workers.md` file we could parse is at commit
02632b3504 .
Parsing regressed at commit c56bfb08bc071368db23f3b1c593724eb4f205f0,
because the introduction message for `synapse.app.generic_worker` said
"If":
> If a worker is set up to handle a..
.. which made the AWK script think that definitions below were
conditional (which they're not in this case).
This patch fixes up the regex for determining if a line is conditional
or not, so that it doesn't trip up. Hopefully, it doesn't miss something
important.
3 vuotta sitten
Slavi Pantaleev
549e4418b9
Upgrade Synapse (1.58.0 -> 1.58.1)
3 vuotta sitten
Slavi Pantaleev
1439be2743
Upgrade matrix-appservice-irc (0.33 -> 0.34)
Related to https://matrix.org/blog/2022/05/04/0-34-0-security-release-for-matrix-appservice-irc-high-severity
3 vuotta sitten
Slavi Pantaleev
03674e1a36
Upgrade Synapse (1.57.1 -> 1.58.0)
3 vuotta sitten
Slavi Pantaleev
7adc167412
Fail if trying to use Jitsi on an architecture other than amd64
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1797
3 vuotta sitten
Slavi Pantaleev
a7c230233c
Merge pull request #1795 from kraftbj/patch-1
Upgrade to Grafana 8.5.1
3 vuotta sitten
Brandon Kraft
7776c2e0bb
Upgrade to Grafana 8.5.1
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-5-1/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-5-0/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-7/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-6/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-5/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-4/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-3/
https://grafana.com/docs/grafana/latest/release-notes/release-notes-8-4-2/
3 vuotta sitten
Slavi Pantaleev
d2941b56b2
Merge pull request #1790 from etkecc/patch-5
matrix-change-user-admin-status: do not allocate tty
3 vuotta sitten
Aine
1ee118bd49
matrix-change-user-admin-status: do not allocate tty
3 vuotta sitten
Slavi Pantaleev
f581867049
Merge pull request #1788 from etkecc/patch-5
Update element 1.10.10 -> 1.10.11
3 vuotta sitten
Aine
4f1f3555f2
Update element 1.10.10 -> 1.10.11
3 vuotta sitten
Slavi Pantaleev
e41fcf2746
Fix file name (vars.yaml -> vars.yml) to prevent confusion
3 vuotta sitten
Slavi Pantaleev
3f50c08828
Merge pull request #1787 from dooleydevin/cast-vault-keys
Support ansible vault strings for homeserver secret key
3 vuotta sitten
Devin Dooley
cbb924dec7
Support ansible vault strings for homeserver secret key
3 vuotta sitten
Slavi Pantaleev
e3907b369a
Merge pull request #1786 from etkecc/master
matrix-bot-buscarron: fix username in docs
3 vuotta sitten