Slavi Pantaleev
752de4406e
Make use of the new --exists-ok flag for register_new_matrix_user
...
Related to https://github.com/element-hq/synapse/pull/17304
2024-07-04 09:48:31 +03:00
Slavi Pantaleev and GitHub
c72cf3a1da
Merge pull request #3392 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.110.0
2024-07-04 09:39:22 +03:00
Slavi Pantaleev and GitHub
f4bcbd8ae7
Merge pull request #3391 from adam-kress/master
...
Upgrade Jitsi (v9457-5 -> v9584-0)
2024-07-03 07:11:28 +03:00
Slavi Pantaleev
e000cbf0f4
Auto-configure synapse-admin to be restricted to a single homeserver (the one managed by the playbook)
2024-07-01 16:03:52 +03:00
Slavi Pantaleev and GitHub
296199fb40
Merge pull request #3387 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.19
2024-06-28 19:21:25 +03:00
Slavi Pantaleev and GitHub
fc91b2e22f
Merge pull request #3385 from derhagen/auto_join_mxid_localpart
...
Allow configuring synapse `auto_join_mxid_localpart`
2024-06-28 06:36:48 +03:00
Slavi Pantaleev and GitHub
4aa3345db0
Simplify auto_join_mxid_localpart population
2024-06-27 21:35:56 +03:00
Slavi Pantaleev and GitHub
7281cd2a25
Merge pull request #3386 from spantaleev/renovate/docker-7.x
...
chore(deps): update dependency docker to v7.3.0
2024-06-27 21:32:08 +03:00
Slavi Pantaleev and GitHub
c9052647a3
Merge pull request #3383 from spantaleev/renovate/matrixdotorg-sygnal-0.x
...
chore(deps): update matrixdotorg/sygnal docker tag to v0.15.0
2024-06-26 21:57:36 +03:00
Slavi Pantaleev and GitHub
498e67e2d8
Merge pull request #3382 from bfabio/patch-1
...
Fix typo in Sliding Sync Proxy docs
2024-06-26 11:01:47 +03:00
Slavi Pantaleev and GitHub
cf41aeb02f
Merge pull request #3381 from spantaleev/renovate/grafana-11.x
...
chore(deps): update dependency grafana to v11.1.0-0
2024-06-25 14:35:34 +03:00
Slavi Pantaleev
616cb3a91c
Announce Hookshot webhooks serving at a {prefix}/webhook/:hookId path
...
Related to 4704a60718
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1681
2024-06-25 11:31:19 +03:00
Slavi Pantaleev
4704a60718
Use a /webhook path for generic webhooks
...
By appending `/webhook` to the public URL (becoming `/hookshot/webhooks/webhook`)
and by only stripping the `/hookshot/webhooks` prefix,
we're effectively following what newer Hookshot versions advise
(see https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1681 ).
This change appears to be backward-compatible (old webhook URLs like `/hookshot/webhooks/:hookId` still work),
until Hookshot behavior changes.
2024-06-25 11:16:30 +03:00
Slavi Pantaleev
aafea6d259
Fix typo in comment for matrix_hookshot_container_labels_appservice_enabled
2024-06-25 11:01:09 +03:00
Slavi Pantaleev
ea22acc899
Fix Hookshot URL path generation regression
...
Regression since 7891268873 ,
where I removed the `matrix_hookshot_urlprefix` prefix group
`group_vars/matrix_servers`, thinking the value in `roles/custom/matrix-bridge-hookshot/defaults/main.yml`
was the same.
The value in `defaults/main.yml` incorrectly included `matrix_hookshot_public_endpoint`
in `matrix_hookshot_urlprefix`, which was leading to double-`/hookshot`-prefixing.
We were previously saved by the `matrix_hookshot_urlprefix` override in `group_vars/matrix_servers`.
This fix brings the correct URL prefix value (the one without `matrix_hookshot_public_endpoint`)
to `defaults/main.yml`.
2024-06-25 10:55:08 +03:00
Slavi Pantaleev and GitHub
e3cbc61804
Merge pull request #3376 from bfabio/maubot-user-creation
...
Make maubot automatically create its own user.
2024-06-22 14:48:42 +03:00
Slavi Pantaleev
639a4454c0
Add changelog entry for maubot user management
2024-06-22 14:48:30 +03:00
Slavi Pantaleev
5a40e99d11
Explicitly ask for matrix_bot_maubot_initial_password
2024-06-22 14:43:04 +03:00
Slavi Pantaleev and GitHub
fb3745a7b2
Update maubot docs (explicit password, other clarification)
2024-06-22 14:40:35 +03:00
Slavi Pantaleev and GitHub
adeba0a71b
Merge pull request #3378 from spantaleev/renovate/halfshot-matrix-hookshot-5.x
...
chore(deps): update halfshot/matrix-hookshot docker tag to v5.4.1
2024-06-22 08:15:33 +03:00
Slavi Pantaleev and GitHub
6963d13054
Merge pull request #3377 from spantaleev/renovate/halfshot-matrix-hookshot-5.x
...
chore(deps): update halfshot/matrix-hookshot docker tag to v5.4.0
2024-06-21 18:11:39 +03:00
Slavi Pantaleev
d6aa98e57d
Upgrade Coturn (4.6.2-r9 -> 4.6.2-r10)
2024-06-21 09:17:23 +03:00
Slavi Pantaleev and GitHub
2fd1c73c38
Merge pull request #3375 from spantaleev/renovate/prometheus-2.x
...
chore(deps): update dependency prometheus to v2.53.0-0
2024-06-19 13:59:48 +03:00
Slavi Pantaleev and GitHub
a62de5a951
Merge pull request #3374 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.32.0
2024-06-19 11:27:18 +03:00
Slavi Pantaleev and GitHub
6d3dff5a48
Merge pull request #3373 from spantaleev/renovate/vectorim-element-web-1.x
...
chore(deps): update vectorim/element-web docker tag to v1.11.69
2024-06-18 15:50:17 +03:00
Slavi Pantaleev
09d9db5617
Add variables for controlling the native auto-accept-invites Synapse feature
...
Related to https://github.com/element-hq/synapse/pull/17147
2024-06-18 15:46:39 +03:00
Slavi Pantaleev
9af4b491fa
Upgrade Synapse (v1.108.0 -> v1.109.0)
2024-06-18 15:19:22 +03:00
Slavi Pantaleev and GitHub
450e96526c
Merge pull request #3372 from spantaleev/renovate/dock.mau.dev-mautrix-whatsapp-0.x
...
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.8
2024-06-17 10:20:26 +03:00
Slavi Pantaleev and GitHub
42bc1d1e52
Merge pull request #3371 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
chore(deps): update dock.mau.dev/mautrix/signal docker tag to v0.6.2
2024-06-17 10:20:13 +03:00
Slavi Pantaleev and GitHub
43abdb9ec4
Merge pull request #3370 from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x
...
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.4.2
2024-06-17 10:20:00 +03:00
Slavi Pantaleev and GitHub
f84a53d801
Merge pull request #3367 from HarHarLinks/sliding-sync-metrics
...
sliding sync metrics support
2024-06-15 07:30:12 +03:00
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