Slavi Pantaleev and GitHub
75f5a1d880
Merge pull request #3365 from spantaleev/renovate/matrixconduit-matrix-conduit-0.x
...
chore(deps): update matrixconduit/matrix-conduit docker tag to v0.8.0
2024-06-12 23:01:33 +03:00
Slavi Pantaleev and GitHub
d298e73a62
Merge pull request #3363 from HarHarLinks/patch-16
...
Fix docs typo
2024-06-12 06:34:03 +03:00
Slavi Pantaleev
222d0c4604
Upgrade Traefik (v2.11.2-1 -> v2.11.4-0)
2024-06-11 08:24:20 +03:00
Slavi Pantaleev and GitHub
dc11d24dec
Merge pull request #3362 from jimeh/fix-goofys-systemd-service-template
...
fix(synapse/goofys): resolve Jinja2 syntax error in systemd service template
2024-06-11 08:19:08 +03:00
Slavi Pantaleev
42b00fdff4
Fix container image repository name for matrix-media-repo
...
Fixup for f97e849018
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3354
2024-06-06 09:01:17 +03:00
Slavi Pantaleev
4224741130
Remove a few remaining hardcoded docker.service references
...
Continuation of 9f2eff2ac7
Provoked by 7749048bf8
(https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3353 )
2024-06-05 21:22:21 +03:00
Slavi Pantaleev and GitHub
541dbd4851
Merge pull request #3353 from cksit/dsm_docker_service_name_fix
...
Change the hardcoded 'docker.service' to `devture_systemd_docker_base_docker_service_name` variable
2024-06-05 21:18:03 +03:00
Slavi Pantaleev
b357597a6f
Upgrade Element (v1.11.67 -> v1.11.68)
2024-06-04 20:57:12 +03:00
Slavi Pantaleev
9f2eff2ac7
Respect devture_systemd_docker_base_docker_service_name
...
Related to https://github.com/devture/com.devture.ansible.role.systemd_docker_base/commit/0241c71a4c08ff5e203b55d50a424387e3b077c8
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3270#issuecomment-2143782962
With this change, it should be possible for people to adjust the Docker
dependency from `docker.service` to something else (e.g. `pkg-ContainerManager-dockerd.service`),
or to completely eliminate it by setting `devture_systemd_docker_base_docker_service_name` to an empty string.
This makes it easier for people to use the playbook against a Synology DSM server.
2024-06-04 13:14:34 +03:00
Slavi Pantaleev
f97e849018
Switch matrix-media-repo to Github Container Registry (supports multi-arch)
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3349
`docker.io/turt2live/matrix-media-repo:v1.3.4` is amd64-only.
`ghcr.io/t2bot/matrix-media-repo:v1.3.4` is a multi-arch image which
works on arm64.
2024-06-04 10:48:39 +03:00
Slavi Pantaleev and GitHub
8a01063057
Merge pull request #3348 from etkecc/patch-328
...
wechat: enable spaces by default
2024-06-04 08:55:29 +03:00
Slavi Pantaleev
cc2521d594
Announce WeChat bridging support
2024-06-03 21:28:50 +03:00
Slavi Pantaleev
70fd20cef5
Add support for WeChat bridging
...
This is based on the PR (https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3241 )
by Tobias Diez (https://github.com/tobiasdiez ).
I've refactored some parts, made it more configurable, polished it up,
and it's integrated into the playbook now.
Both the WeChat bridge and WeChat agent appear to be working.
The WeChat bridge joins rooms and responds as expected.
That said, end-to-end testing (actually bridging to a WeChat account) has not been done yet.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/701
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3092
This is sponsored https://etke.cc/ work related to https://gitlab.com/etke.cc/ansible/-/issues/2
Squashed commit of the following:
commit fdd37f02472a0b83d61b4fac80650442f90e7629
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 21:05:53 2024 +0300
Add documentation for WeChat bridge
commit 8426fc8b95bb160ea7f9659bd45bc59cf1326614
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:59:42 2024 +0300
Rename directory for matrix_wechat_agent_container_src_files_path
commit da200df82bbc9153d307095dd90e4769c400ea1e
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:58:26 2024 +0300
Make WeChat listen_secret configurable and auto-configured via matrix_homeserver_generic_secret_key
commit 4022cb1355828ac16af7d9228cb1066962bb35f5
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:54:56 2024 +0300
Refactor install.yml for WeChat a bit (using blocks, etc.)
commit d07a39b4c4f6b93d04204e13e384086d5a242d52
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:52:35 2024 +0300
Rename WeChat Agent configuration file
This makes it more clear that it belongs to the agent.
Otherwise, `config.yaml` and `configure.yaml` make you wonder.
commit ccca72f8d1e602f7c42f4bd552193afa153c9b9d
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:49:06 2024 +0300
Move WeChat agent configuration to a template
commit a4047d94d8877b4095712dfc76ac3082a1edca28
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:47:17 2024 +0300
Mount WeChat config as readonly and instruct bridge to not update it
commit bc0e89f345bf14bbdbfd574bb60d93918c2ac053
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 20:46:33 2024 +0300
Sync WeChat config with upstream
Brings up-to-date with:
https://github.com/duo/matrix-wechat/commits/0.2.4/example-config.yaml
commit a46f5b9cbc8bf16042685a18c77d25a606bc8232
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 19:48:17 2024 +0300
Rename some files
commit 3877679040cffc4ca6cccfa21a7335f8f796f06e
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 19:47:10 2024 +0300
Update WeChat logging config
This brings it up-to-date with what mautrix-go uses.
Otherwise, on startup we see:
> Migrating legacy log config
.. and it gets migrated to what we've done here.
commit e3e95ab234651867c7a975a08455549b31db4172
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 19:43:37 2024 +0300
Make sure matrix-wechat-agent runs as 1000:1000
It needs to write stuff to `/home/user/.vnc`.
`/home/user` is owned by `user:group` (`1000:1000`), so it cannot run
any other way.
Previously, if the `matrix` user was uid=1000 by chance, it would work,
but that's pure luck.
commit 4d5748ae9b84c81d6b48b0a41b790339d9ac4724
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 18:57:09 2024 +0300
Pin wechat and wechat-agent versions
commit 40d40009f19ebceed4126146cbb510a2c95af671
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 18:53:58 2024 +0300
docker_image -> container_image for WeChat bridge
commit cc33aff592541913070d13288d17b04ed6243176
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 18:00:25 2024 +0300
docker_src -> container_src in WeChat bridge
commit 42e6ae9a6483c8ca6d53b8052058d41d90d93797
Author: Slavi Pantaleev <slavi@devture.com >
Date: Mon Jun 3 17:54:24 2024 +0300
matrix_go_wechat_ -> matrix_wechat_
The bridge is written in Go, but does not include Go anywhere in its
name. As such, it's mostly useless to use `matrix_go_wechat` as the
prefix.
commit d6662a69d1916d215d5184320c36d2ef73afd3e9
Author: Tobias Diez <code@tobiasdiez.de >
Date: Mon Mar 25 10:55:16 2024 +0800
Add wechat bridge
2024-06-03 21:28:50 +03:00
Slavi Pantaleev and GitHub
16b4389c31
Merge pull request #3347 from spantaleev/renovate/etherpad-2.x
...
chore(deps): update dependency etherpad to v2.1.0-0
2024-06-03 15:37:02 +03:00
Slavi Pantaleev
c014c41d82
Downgrade Prometheus (v2.52.1-0 -> v2.52.0-0)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/2c40dfd9b84b309b2d68f5615173fb2cfbbab8b4#commitcomment-142588565
It seems like there's no published container image with a 2.52.1 tag
and there's also no Prometheus 2.52.1 release yet.
2024-06-02 09:05:38 +03:00
Slavi Pantaleev and GitHub
66a2584b0e
Merge pull request #3344 from spantaleev/renovate/matrixdotorg-sygnal-0.x
...
chore(deps): update matrixdotorg/sygnal docker tag to v0.14.3
2024-06-01 07:46:10 +03:00
Slavi Pantaleev and GitHub
bc508e585f
Merge pull request #3291 from spantaleev/renovate/nginx-1.x
...
chore(deps): update nginx docker tag to v1.27.0
2024-05-30 23:49:53 +03:00
Slavi Pantaleev and GitHub
0659ae4b8e
Merge pull request #3342 from spantaleev/renovate/prometheus-2.x
...
chore(deps): update dependency prometheus to v2.52.1-0
2024-05-30 20:42:40 +03:00
Slavi Pantaleev and GitHub
1b97d9f439
Merge pull request #3341 from igogold/master
...
Fix for 'enable_presence_by_hs_url' Element config option.
2024-05-30 13:06:08 +03:00
Slavi Pantaleev and GitHub
8dda8207c6
Merge pull request #3339 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.108.0
2024-05-28 15:45:04 +03:00
Slavi Pantaleev
b94ae91d0a
Fix ansible-lint-reported errors
2024-05-28 10:52:17 +03:00
Slavi Pantaleev
3a4e58c34d
Add migration task for Debiant apt repositories for Docker referencing /etc/apt/keyrings/docker.asc key
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3337
- https://github.com/geerlingguy/ansible-role-docker/pull/436
2024-05-28 10:38:50 +03:00
Slavi Pantaleev and GitHub
187e65c3de
Merge pull request #3337 from spantaleev/renovate/docker-7.x
...
chore(deps): update dependency docker to v7.2.0
2024-05-28 08:20:34 +03:00
Slavi Pantaleev
7891268873
Do not hardcode https:// in all remaining places, refer to matrix_static_files_scheme
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3333
2024-05-25 16:14:26 +03:00
Slavi Pantaleev
3bf488fb16
Upgrade Coturn (4.6.2-r5 -> 4.6.2-r9)
2024-05-24 20:18:56 +03:00
Slavi Pantaleev
5ced92ddc4
Upgrade sliding-sync (v0.99.17 -> v0.99.18)
2024-05-23 15:07:30 +03:00
Slavi Pantaleev and GitHub
b9fbc84bd6
Merge pull request #3330 from spantaleev/renovate/vectorim-element-web-1.x
...
chore(deps): update vectorim/element-web docker tag to v1.11.67
2024-05-22 16:50:39 +03:00
Slavi Pantaleev and GitHub
8774937184
Merge pull request #3329 from spantaleev/renovate/matrixdotorg-sygnal-0.x
...
chore(deps): update matrixdotorg/sygnal docker tag to v0.14.2
2024-05-22 08:04:03 +03:00
Slavi Pantaleev and GitHub
cd52deed5d
Merge pull request #3328 from spantaleev/renovate/prometheus_node_exporter-1.x
...
chore(deps): update dependency prometheus_node_exporter to v1.8.1-0
2024-05-22 08:03:35 +03:00
Slavi Pantaleev and GitHub
116ccad708
Merge pull request #3327 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.31.1
2024-05-21 08:41:43 +03:00
Slavi Pantaleev and GitHub
a50c1d347b
Merge pull request #3326 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.31.0
2024-05-20 06:54:19 +03:00
Slavi Pantaleev and GitHub
2f1b63ebd5
Merge pull request #3322 from Aquilamason/master
...
Add missing configuration for synapse-auto-accept-invite role.
2024-05-17 08:05:36 +03:00
Slavi Pantaleev and GitHub
ed1dd204ba
Merge pull request #3323 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.6.1
2024-05-17 07:58:00 +03:00
Slavi Pantaleev and GitHub
6e960753d7
Merge pull request #3321 from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x
...
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.3.1
2024-05-17 07:43:56 +03:00
Slavi Pantaleev and GitHub
eed9da0e2d
Merge pull request #3320 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.4.1
2024-05-17 07:43:19 +03:00
Slavi Pantaleev
d24dcb4d28
Upgrade Postgres (v16.1-6 -> v16.3-0)
2024-05-16 13:55:12 +03:00
Slavi Pantaleev and GitHub
34930fd10a
Merge pull request #3317 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.107.0
2024-05-14 20:40:21 +03:00
Slavi Pantaleev and GitHub
cc76d7b87f
Merge pull request #3316 from bfabio/matrix-appservice-slack-puppeting
...
Add puppeting option to matrix-bridge-appservice-slack
2024-05-14 20:39:44 +03:00
Slavi Pantaleev and GitHub
92e55b39e7
Use to_json in appservice-slack config.yaml.j2
2024-05-14 20:27:47 +03:00
Slavi Pantaleev and GitHub
f6f1de5a05
Merge pull request #3315 from spantaleev/renovate/grafana-11.x
...
chore(deps): update dependency grafana to v11
2024-05-14 17:21:27 +03:00
Slavi Pantaleev and GitHub
cfd8d2543e
Merge pull request #3312 from spantaleev/renovate/prometheus-2.x
...
chore(deps): update dependency prometheus to v2.52.0-0
2024-05-11 07:43:26 +03:00
Slavi Pantaleev
047bc04f64
Upgrade sliding-sync (v0.99.16 -> v0.99.17)
2024-05-10 17:36:27 +03:00
Slavi Pantaleev and GitHub
482306eae0
Merge pull request #3311 from gitlimes/patch-1
...
fix(docs): minor typo
2024-05-10 16:28:50 +03:00
Slavi Pantaleev and GitHub
b3fac0ee11
Merge pull request #3310 from spantaleev/renovate/ghcr.io-matrix-org-rageshake-1.x
...
chore(deps): update ghcr.io/matrix-org/rageshake docker tag to v1.13.0
2024-05-10 15:43:49 +03:00
Slavi Pantaleev and GitHub
44ed771ca0
Merge pull request #3309 from kwatson/master
...
Remove duplicate https from hookshot redirect_uri
2024-05-09 08:58:55 +03:00
Slavi Pantaleev
4d22f84830
Upgrade Element (v1.11.65 -> v1.11.66)
2024-05-07 16:01:48 +03:00
Slavi Pantaleev
a967f44c10
Ensure matrix-ssl-nginx-proxy-reload.{timer,service} are removed
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3307
2024-05-07 09:31:44 +03:00
Slavi Pantaleev and GitHub
14f09cce79
Merge pull request #3306 from nycterent/patch-1
...
Update maintenance-postgres.md
2024-05-05 12:08:25 +03:00
Slavi Pantaleev and GitHub
0b7910fc09
Merge pull request #3304 from spantaleev/renovate/etherpad-2.x
...
chore(deps): update dependency etherpad to v2.0.3-0
2024-05-03 09:14:00 +03:00
Slavi Pantaleev and GitHub
25bdb66fae
Merge pull request #3300 from adam-kress/master
...
Upgrade Jitsi (v9457-2 -> v9457-3)
2024-04-30 17:29:28 +03:00
Slavi Pantaleev and GitHub
044631a679
Merge pull request #3303 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.106.0
2024-04-30 17:27:28 +03:00
Slavi Pantaleev and GitHub
6890dc3880
Merge pull request #3301 from spantaleev/renovate/registry.gitlab.com-etke.cc-honoroit-0.x
...
chore(deps): update registry.gitlab.com/etke.cc/honoroit docker tag to v0.9.21
2024-04-30 12:43:40 +03:00
Slavi Pantaleev and GitHub
b253e86674
Merge pull request #3302 from spantaleev/renovate/registry.gitlab.com-etke.cc-postmoogle-0.x
...
chore(deps): update registry.gitlab.com/etke.cc/postmoogle docker tag to v0.9.18
2024-04-30 12:39:33 +03:00
Slavi Pantaleev and GitHub
53d4bff696
Merge pull request #3299 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.30.0
2024-04-29 07:45:07 +03:00
Slavi Pantaleev and GitHub
afa524d9e5
Merge pull request #3298 from spantaleev/renovate/ghcr.io-matrix-org-sliding-sync-0.x
...
chore(deps): update ghcr.io/matrix-org/sliding-sync docker tag to v0.99.16
2024-04-26 17:55:22 +03:00
Slavi Pantaleev and GitHub
96994055f0
Merge pull request #3297 from etkecc/patch-327
...
fix redis port type
2024-04-25 22:51:39 +03:00
Slavi Pantaleev and GitHub
f98753e92a
Merge pull request #3296 from spantaleev/renovate/matrixconduit-matrix-conduit-0.x
...
chore(deps): update matrixconduit/matrix-conduit docker tag to v0.7.0
2024-04-25 13:33:45 +03:00
Slavi Pantaleev
54358cdfde
Upgrade Jitsi (v9457-1 -> v9457-2)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/c1241761fd187d2ba9db331e6b9c0878809ff47b#commitcomment-141351388
2024-04-25 13:30:52 +03:00
Slavi Pantaleev
c1241761fd
Upgrade Jitsi (v9457-0 -> v9457-1)
2024-04-25 06:53:10 +03:00
Slavi Pantaleev and GitHub
f0319a4ff0
Merge pull request #3295 from adam-kress/master
...
Upgrade Jitsi (v9364-1 -> v9457-0)
2024-04-25 00:26:08 +03:00
Slavi Pantaleev and GitHub
9d50ff7d01
Merge pull request #3294 from spantaleev/renovate/prometheus_node_exporter-1.x
...
chore(deps): update dependency prometheus_node_exporter to v1.8.0-0
2024-04-24 21:25:17 +03:00
Slavi Pantaleev and GitHub
2723d29925
Merge pull request #3293 from spantaleev/renovate/awesometechnologies-synapse-admin-0.x
...
chore(deps): update awesometechnologies/synapse-admin docker tag to v0.10.1
2024-04-24 19:09:29 +03:00
Slavi Pantaleev
44355ebbb4
Make AUX role run last (before service manager role)
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3292
2024-04-24 14:41:16 +03:00
Slavi Pantaleev and GitHub
2ead03597a
Merge pull request #3290 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.105.1
2024-04-23 19:09:33 +03:00
Slavi Pantaleev
a293858e1c
Upgrade synapse-admin (0.9.4 -> 0.10.0)
2024-04-23 16:54:10 +03:00
Slavi Pantaleev
7de63270cb
Upgrade Element (v1.11.64 -> v1.11.65)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3288
2024-04-23 16:53:26 +03:00
Slavi Pantaleev and GitHub
dd182e3514
Merge pull request #3288 from krassle/Element-Fix-translation-on-welcome-screen
...
[Element] Fix translation on welcome screen
2024-04-23 16:52:55 +03:00
Slavi Pantaleev and GitHub
b959e5354f
Merge pull request #3187 from spantaleev/renovate/awesometechnologies-synapse-admin-0.x
...
chore(deps): update awesometechnologies/synapse-admin docker tag to v0.9.4
2024-04-22 13:50:25 +03:00
Slavi Pantaleev and GitHub
5f7c665c98
Merge pull request #3287 from Daniel15/can-do-it
...
[Conduit] Fix internal client API Traefik config
2024-04-21 05:42:45 +03:00
Slavi Pantaleev and GitHub
22ff9862a1
Merge pull request #3286 from etkecc/patch-326
...
Add project source url to synapse reverse proxy companion
2024-04-21 05:41:38 +03:00
Slavi Pantaleev
4d91e8b579
Rename some options
...
Fixup for d9598f0bbd
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3247#issuecomment-2067207227
2024-04-20 08:17:14 +03:00
Slavi Pantaleev
d9598f0bbd
Add support easily passing additional Docker daemon options
...
Provoked by: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3247#issuecomment-2067207227
2024-04-20 08:14:17 +03:00
Slavi Pantaleev and GitHub
5dd450d690
Merge pull request #3283 from TheDevMinerTV/fix/hookshot/redis-port
...
fix(hookshot): incorrect Redis port
2024-04-19 14:48:28 +03:00
Slavi Pantaleev and GitHub
05ed4e1eb8
Merge pull request #3282 from spantaleev/renovate/nginx-1.x
...
chore(deps): update nginx docker tag to v1.25.5
2024-04-18 08:04:00 +03:00
Slavi Pantaleev
e12a8ef3f8
Upgrade synapse-admin (0.8.7 -> 0.9.2)
...
Related to:
- c203bef912
- https://github.com/Awesome-Technologies/synapse-admin/issues/468
2024-04-17 17:10:48 +03:00
Slavi Pantaleev
1774ed6e7d
Make ansible-lint happy
2024-04-17 15:43:44 +03:00
Slavi Pantaleev
7d9eb0893e
Switch Hookshot from queue.xxx to cache.redisUri
...
Related to:
- https://github.com/matrix-org/matrix-hookshot/pull/902
- https://github.com/matrix-org/matrix-hookshot/releases/tag/5.3.0
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3281
2024-04-17 15:36:49 +03:00
Slavi Pantaleev and GitHub
5977dcf0fc
Merge pull request #3281 from spantaleev/renovate/halfshot-matrix-hookshot-5.x
...
chore(deps): update halfshot/matrix-hookshot docker tag to v5.3.0
2024-04-17 15:14:41 +03:00
Slavi Pantaleev and GitHub
5188bcab05
Merge pull request #3280 from spantaleev/renovate/registry.gitlab.com-etke.cc-buscarron-1.x
...
chore(deps): update registry.gitlab.com/etke.cc/buscarron docker tag to v1.4.1
2024-04-17 15:14:31 +03:00
Slavi Pantaleev and GitHub
13846fcc76
Merge pull request #3278 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.105.0
2024-04-16 19:55:31 +03:00
Slavi Pantaleev and GitHub
0106c016ee
Merge pull request #3277 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.6.0
2024-04-16 17:32:59 +03:00
Slavi Pantaleev and GitHub
0f6aba3aac
Merge pull request #3276 from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x
...
chore(deps): update dock.mau.dev/mautrix/meta docker tag to v0.3.0
2024-04-16 17:32:50 +03:00
Slavi Pantaleev and GitHub
4c36f9e532
Merge pull request #3275 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.4.0
2024-04-16 14:58:11 +03:00
Slavi Pantaleev and GitHub
38aba951f4
Merge pull request #3274 from spantaleev/renovate/dock.mau.dev-mautrix-whatsapp-0.x
...
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.7
2024-04-16 14:58:06 +03:00
Slavi Pantaleev and GitHub
f60e4a8241
Merge pull request #3273 from etkecc/master
...
exim-relay: fix dkim permissions, fix sender address
2024-04-16 10:33:32 +03:00
Slavi Pantaleev and GitHub
328c3e0f26
Merge pull request #3270 from cksit/synology_fixes
...
Resolve Synology DSM 7.2 Docker Command Issue
2024-04-14 11:58:22 +03:00
Slavi Pantaleev
c89e437579
Upgrade synapse-auto-compressor (v0.1.3 -> v0.1.4)
...
This also removes the condition that made it use `latest` when
self-building is enabled.
v0.1.4 is expected to build correctly now, given that this issue is fixed:
https://github.com/matrix-org/rust-synapse-compress-state/issues/134
2024-04-13 09:50:19 +03:00
Slavi Pantaleev
9d647a7362
Upgrade Traefik (v2.11.0-4 -> v2.11.2-0)
2024-04-12 09:27:34 +03:00
Slavi Pantaleev and GitHub
7b4983c5e8
Merge pull request #3268 from spantaleev/renovate/prometheus-2.x
...
chore(deps): update dependency prometheus to v2.51.2-0
2024-04-12 09:22:26 +03:00
Slavi Pantaleev and GitHub
11494ac5fc
Merge pull request #3267 from spantaleev/renovate/grafana-10.x
...
chore(deps): update dependency grafana to v10.4.2-0
2024-04-12 09:22:16 +03:00
Slavi Pantaleev and GitHub
5a364f2b45
Merge pull request #3265 from spantaleev/renovate/matrixdotorg-sygnal-0.x
...
chore(deps): update matrixdotorg/sygnal docker tag to v0.14.1
2024-04-10 08:30:06 +03:00
Slavi Pantaleev and GitHub
5365f58422
Merge pull request #3264 from spantaleev/renovate/matrixdotorg-dendrite-monolith-0.x
...
chore(deps): update matrixdotorg/dendrite-monolith docker tag to v0.13.7
2024-04-09 15:50:34 +03:00
Slavi Pantaleev
0742d348b0
Upgrade Element (v1.11.63 -> v1.11.64)
2024-04-09 14:04:06 +03:00
Slavi Pantaleev
80ce28405c
Restore missing wiring between matrix_dendrite_container_extra_arguments_auto and matrix_homeserver_container_extra_arguments_auto
...
I believe this wiring had gotten lost at some point before.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3199
2024-04-08 08:03:09 +03:00
Slavi Pantaleev
d7fbec3e2a
Upgrade exim-relay (v4.97.1-r0-0-0 -> v4.97.1-r0-0-1)
2024-04-07 23:22:21 +03:00
Slavi Pantaleev
0c25bf0242
Upgrade exim-relay (v4.97-r0-0-3 -> v4.97.1-r0-0-0)
2024-04-07 09:32:48 +03:00
Slavi Pantaleev
3cfc8a423c
Upgrade container-socket-proxy (v0.1.2-0 -> v0.1.2-1)
2024-04-06 10:11:57 +03:00
Slavi Pantaleev
45fe0408ba
Upgrade container-socket-proxy (v0.1.1-3 -> v0.1.2-0)
2024-04-06 10:05:07 +03:00
Slavi Pantaleev
f6aa94deb9
Fix matrix_mautrix_meta_instagram_bridge_permissions_custom to use a dict
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3254
2024-04-04 11:04:03 +03:00
Slavi Pantaleev and GitHub
cd88e4658c
Merge pull request #3254 from jswetzen/patch-1
...
Meta messenger documentation clarification
2024-04-04 11:03:24 +03:00