Array in a Matrix
1e9f472077
Add missing link to synapse config docs
2年前
chagai95
a27464a546
Update CHANGELOG.md ( #3181 )
* Update CHANGELOG.md
* Update CHANGELOG.md
2年前
Slavi Pantaleev
bbbe89e596
Merge pull request #3178 from FSG-Cat/patch-3
Update container-images.md to mention Draupnir
2年前
Catalan Lover
1aafb58d00
Update container-images.md to mention Draupnir
Adds a Draupnir mention to the list and as for why we pull from Gnuxie its because that is the official source of docker images as Draupnir used to be Gnuxie/Draupnir before it moved to The Draupnir Project.
2年前
Slavi Pantaleev
90679b7dce
Merge pull request #3177 from spantaleev/renovate/registry.gitlab.com-etke.cc-postmoogle-0.x
Update registry.gitlab.com/etke.cc/postmoogle Docker tag to v0.9.17
2年前
renovate[bot]
cf9ca9e602
Update registry.gitlab.com/etke.cc/postmoogle Docker tag to v0.9.17
2年前
Slavi Pantaleev
ce9a8d3a2c
Rename base domain root path redirect middleware to improve consistency
2年前
Slavi Pantaleev
cf9388c546
Make base domain root path redirect regex configurable
2年前
Slavi Pantaleev
52d4b5083d
Merge pull request #3176 from spantaleev/renovate/joseluisq-static-web-server-2.x
Update joseluisq/static-web-server Docker tag to v2.26.0
2年前
renovate[bot]
e2ab339634
Update joseluisq/static-web-server Docker tag to v2.26.0
2年前
Slavi Pantaleev
522e89708d
Merge pull request #3173 from sidewinder94/patch-1
Update SRV delegation docs
2年前
Antoine-Ali Zarrouk
05e1fa3546
Update SRV delegation docs
The path rule was not working because for federation fo work it needs several endpoints.
Two of them are not under /_matrix/federation :
- /_matrix/key
- /_matrix/media
2年前
Slavi Pantaleev
dad0d24312
Merge pull request #3171 from spantaleev/renovate/gnuxie-draupnir-1.x
Update gnuxie/draupnir Docker tag to v1.86.2
2年前
Slavi Pantaleev
a71546c3bf
Merge pull request #3172 from spantaleev/renovate/turt2live-matrix-media-repo-1.x
Update turt2live/matrix-media-repo Docker tag to v1.3.4
2年前
renovate[bot]
2d4b96e0c5
Update turt2live/matrix-media-repo Docker tag to v1.3.4
2年前
renovate[bot]
89288cce0e
Update gnuxie/draupnir Docker tag to v1.86.2
2年前
Slavi Pantaleev
b91da76c6c
Merge pull request #3169 from kumarunster/master
allow to configure whatsapp polls via extev_polls parameter.
2年前
Slavi Pantaleev
1bfafa7004
Use to_json for matrix_mautrix_whatsapp_extev_polls
2年前
Nikolai Raitsev
68d4e04f4f
allow to configure whatsapp polls via extev_polls parameter.
2年前
Slavi Pantaleev
9f2fdd4148
Merge pull request #3168 from etkecc/patch-325
fix buscarron old vars
2年前
Aine
2096d13bbd
fix buscarron old vars
2年前
Slavi Pantaleev
41ca1a1d96
Upgrade synapse-admin (0.9.0 -> 0.9.1)
2年前
Slavi Pantaleev
e9a2b91da6
Enable federation API labels if the federation port is enabled
`matrix_synapse_federation_port_enabled` is defined like this:
```
matrix_synapse_federation_port_enabled: "{{ matrix_synapse_federation_enabled or matrix_synapse_federation_port_openid_resource_required }}"
```
Previously, people that disabled federation, but needed the `openid`
listener were running without these federation-related labels.
In this patch, we're also dropping the `not matrix_synapse_workers_enabled` condition,
because.. none of the Matrix-related labels would be applied anyway when
workers are enabled, thanks to `matrix_synapse_container_labels_matrix_related_labels_enabled`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3127
2年前
Slavi Pantaleev
f3c69562fa
Use devture_postgres_container_network for all rust-synapse-compress-state tasks
Using `matrix_synapse_container_network` for this task may have worked
before, when everything was in the same `matrix` network, but not anymore.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3165
2年前
Slavi Pantaleev
d59a6943a9
Merge pull request #3166 from needo37/patch-5
Update Signal config.yaml.j2
2年前
needo37
193d20013f
Update Signal config.yaml.j2
Not sure why but the endraw is not working.
2年前
needo37
8a9a700cfc
Bring config.yaml.j2 in line with upstream ( #3163 )
* Bring config.yaml.j2 in line with upstream
* Update config.yaml.j2
2年前
needo37
518615a979
Update signal config.yaml.j2 merging upstream changes ( #3164 )
* Update signal config.yaml.j2 merging upstream changes
* Add raw/endraw around displayname_template for mautrix-signal
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2年前
Slavi Pantaleev
cce395a88a
Merge pull request #3162 from needo37/patch-3
Update configuring-playbook-bridge-mautrix-whatsapp.md
2年前
needo37
0667907832
Update configuring-playbook-bridge-mautrix-whatsapp.md
Backfilling is now supported. Updating documentation.
2年前
Slavi Pantaleev
6892d32bfc
Merge pull request #3158 from etkecc/patch-324
update honoroit (v0.9.19 -> v0.9.20)
2年前
Slavi Pantaleev
928b21acf4
Add variable-deprecation task for Buscarron
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3157
2年前
Slavi Pantaleev
1ceb393fc3
Merge pull request #3157 from etkecc/buscarron-140
buscarron v1.4.0
2年前
Aine
a07345a42e
update honoroit (v0.9.19 -> v0.9.20)
**Warning**: [CI pipeline is in progress](https://gitlab.com/etke.cc/honoroit/-/pipelines/1165360868 )
changelog:
* safer reaction forwarding
* fix duplicated prefix and suffix on completed requests
* add missing `!ho help` entries
* add new `!ho count` command
* count requests by homeserver and by MXID
* add new `!ho config` command set - configure honoroit directly from the chat
* mautrix-go 0.15.x+ migration
* shared secret auth support
* account data encyption support
removed env vars (automatic migration):
* HONOROIT_TEXT_*
* HONOROIT_ALLOWEDUSERS
* HONOROIT_IGNOREDROOMS
* HONOROIT_IGNORENOTHREAD
* HONOROIT_NOENCRYPTION
2年前
Aine
2baea7ce7b
buscarron v1.4.0
2年前
Slavi Pantaleev
7f337fc9a6
Upgrade synapse-admin (0.8.7 -> 0.9.0)
2年前
Slavi Pantaleev
8b027efb65
Upgrade mautrix-signal (de8c8d97c23 -> 103666990f3)
2年前
Slavi Pantaleev
13942ddcb1
Merge pull request #3155 from ingydotnet/patch-1
Small doc fix
2年前
Ingy döt Net
c68e9dc2eb
Update configuring-playbook.md
`mkdir` with multiple subdirs needs `-p`
2年前
Slavi Pantaleev
e01aa667e7
Fix some comments in worker-labels for Synapse
Related to 929aee3022 and
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3154
2年前
Slavi Pantaleev
929aee3022
Fix incorrect prefix for Synapse worker metrics
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3154
2年前
Slavi Pantaleev
1160e32126
Fix incorrect variable name for base-domain root-path redirection
Fixes a typo in 76a265f9a1
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3153
2年前
Slavi Pantaleev
76a265f9a1
Document new base-domain root-path redirection behavior
2年前
Ed Geraghty
6e2bcc7932
Add upstream `proxy_protocol` instructions to traefik ( #3150 )
* Add upstream `proxy_protocol` instructions to traefik
* Fix YAML indentation to use spaces
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2年前
Slavi Pantaleev
0d92e40a7b
Merge pull request #3145 from spantaleev/renovate/gnuxie-draupnir-1.x
Update gnuxie/draupnir Docker tag to v1.86.1
2年前
Slavi Pantaleev
1b5cbf24c3
Merge pull request #3144 from spantaleev/renovate/docker-7.x
Update dependency docker to v7.1.0
2年前
renovate[bot]
2c06aa1d04
Update gnuxie/draupnir Docker tag to v1.86.1
2年前
renovate[bot]
533f42fe08
Update dependency docker to v7.1.0
2年前
Slavi Pantaleev
2e08d65e7a
Upgrade Jitsi (v9111-1 -> v9220-0)
2年前
Slavi Pantaleev
b94ba07d93
Merge pull request #3142 from spantaleev/renovate/vectorim-element-web-1.x
Update vectorim/element-web Docker tag to v1.11.57
2年前