Slavi Pantaleev and GitHub
f19ea93ac8
Merge pull request #2850 from slikie/synapse-bump
...
Update synapse 1.90.0 -> 1.91.0
2023-08-30 17:57:34 +03:00
Slavi Pantaleev
b0fb3814a5
Make Synapse quieter by default
...
Hopefully fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2849
Related to:
- https://github.com/matrix-org/synapse/issues/16101
- https://github.com/matrix-org/synapse/issues/16208
2023-08-30 12:53:20 +03:00
Slavi Pantaleev
abdb4375db
Add matrix_synapse_additional_loggers_auto and matrix_synapse_additional_loggers_custom
2023-08-30 12:53:20 +03:00
Slavi Pantaleev and GitHub
44ee716f54
Merge pull request #2848 from chagai95/patch-1
...
Add a small tip to maintenance-migrating.md
2023-08-30 11:10:10 +03:00
Slavi Pantaleev
17124a0548
Upgrade Element (v1.11.39 -> v1.11.40)
2023-08-29 15:12:10 +03:00
Slavi Pantaleev
cc7244c14d
Fix Synapse sub-component (worker, S3, ..) uninstallation
...
matrix-synapse/tasks/setup_uninstall.yml would previously not run unless
Synapse was completely disabled.
2023-08-29 14:53:28 +03:00
Slavi Pantaleev
ba1cce1316
Add Project source code URL comment to matrix-sliding-sync role
2023-08-29 07:04:55 +03:00
Slavi Pantaleev
d207edb304
Deprecate matrix_synapse_spam_checker in favor of matrix_synapse_modules
2023-08-26 20:09:37 +03:00
Slavi Pantaleev
e03ec11fcf
Switch mjolnir-antispam from using spam_checker to modules
...
`spam_checker` has been deprecated for quite a while.
While it still probably works and while newer versions of
mjolnir-antispam still use it, we should switch to the new API.
2023-08-26 20:07:40 +03:00
Slavi Pantaleev
4e08ad98b6
Upgrade mjolnir-antispam (1.4.0 -> v1.6.4)
2023-08-26 20:05:03 +03:00
Slavi Pantaleev
af636a1bb0
Upgrade ntfy (v2.7.0-0 -> v2.7.0-2) and switch it to a non-privileged port
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2846
2023-08-26 08:21:15 +03:00
Slavi Pantaleev and GitHub
767b86edca
Merge pull request #2845 from davidmehren/upgrade-sliding-sync
...
Upgrade sliding-sync (v0.99.5 -> v0.99.7)
2023-08-25 20:00:56 +03:00
Slavi Pantaleev
4873b18000
Do not assume the jitsi_jvb_servers group is defined in everyone's inventory
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2842
2023-08-25 15:50:10 +03:00
Slavi Pantaleev
a036987ba4
Do not define devture_traefik_provider_configuration_extension_yaml in group_vars/matrix_servers
...
`devture_traefik_provider_configuration_extension_yaml` should not be
set automatically by the playbook. It's a variable to be used by users.
Moreover, setting for for everyone (not just people who have additional JVBs)
means that for most people the following error will be produced:
> 'dict object' has no attribute 'jitsi_jvb_servers'
.. as detailed in https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2844
Fixes a regression introduced in: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2842
2023-08-25 15:44:51 +03:00
Slavi Pantaleev
b7a0db2d7c
Upgrade Grafana (v10.0.3-0 -> v10.1.0-0)
2023-08-25 11:57:52 +03:00
Slavi Pantaleev
a4e642e3f4
Mark matrix_nginx_proxy_proxy_jitsi_additional_jvbs as deprecated
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2842
2023-08-25 10:22:25 +03:00
Slavi Pantaleev and GitHub
bd830053ef
Merge pull request #2842 from aptiko/issue2721-traefik-additional-jvb
...
Proxy additional JVBs through traefik (fixes #2721 )
2023-08-25 10:19:44 +03:00
Slavi Pantaleev
5fc254ef11
Upgrade Dendrite (v0.13.1 -> v0.13.2)
2023-08-23 19:54:37 +03:00
Slavi Pantaleev
ef6f7f1ab9
Add DNS section to wsproxy docs
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2261
2023-08-23 15:17:03 +03:00
Slavi Pantaleev
9f90510d53
Announce mautrix-wsproxy support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2261
2023-08-23 15:13:38 +03:00
Slavi Pantaleev
6427397486
Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
...
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.
Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.
We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
2023-08-22 19:40:50 +03:00
Slavi Pantaleev and GitHub
21dbabb734
Merge pull request #2838 from etkecc/master-5
...
Update borgmatic 1.7.15 -> 1.8.2
2023-08-22 13:53:49 +03:00
Slavi Pantaleev and GitHub
76fb5693d2
Merge pull request #2837 from FSG-Cat/Draupnir-1-84-0
...
Update Draupnir from 1.83.0 to 1.84.0
2023-08-21 16:22:00 +03:00
Slavi Pantaleev and GitHub
e7b403d870
Merge pull request #2832 from etkecc/master-4
...
Update redis 7.0.12 -> 7.2.0
2023-08-18 09:03:21 +03:00
Slavi Pantaleev and GitHub
f18d90704f
Merge pull request #2831 from etkecc/master
...
update etherpad (1.9.0 -> 1.9.2); update ntfy (2.6.2 -> 2.7.0)
2023-08-18 08:32:12 +03:00
Slavi Pantaleev
c9a549b1f5
Upgrade mautrix-discord (0.6.0 -> 0.6.1)
2023-08-17 10:39:49 +03:00
Slavi Pantaleev
33e56f44ca
Upgrade mautrix-whatsapp (0.9.0 -> 0.10.0)
2023-08-17 10:39:49 +03:00
Slavi Pantaleev
afd3e1bd9d
Pin mautrix-gmessages to v0.1.0
...
Related to https://github.com/mautrix/gmessages/releases/tag/v0.1.0
2023-08-17 10:39:42 +03:00
Slavi Pantaleev and GitHub
c63a540d43
Merge pull request #2830 from etkecc/master
...
update docker role; update prometheus node exporter (1.6.0 -> 1.6.1)
2023-08-16 10:31:31 +03:00
Slavi Pantaleev and GitHub
2253176ec7
Merge pull request #2829 from etkecc/master
...
update nginx 1.25.1 -> 1.25.2
2023-08-16 10:15:03 +03:00
Slavi Pantaleev and GitHub
80109e7a5d
Merge pull request #2828 from etkecc/master-3
...
Update redis 7.0.10 -> 7.0.12
2023-08-16 10:14:39 +03:00
Slavi Pantaleev
4574ebbd31
Add notes about Dimension being unmaintained
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2806
2023-08-16 09:17:37 +03:00
Slavi Pantaleev
8903b1e341
Upgrade Heisenbridge (1.14.4 -> 1.14.5)
2023-08-16 07:10:07 +03:00
Slavi Pantaleev and GitHub
bdc2337fbf
Merge pull request #2826 from etkecc/master-2
...
Update Element 1.11.38 -> 1.11.39
2023-08-15 21:35:59 +03:00
Slavi Pantaleev and GitHub
ec255936f7
Merge pull request #2824 from slikie/synapse-bump
...
Update synapse 1.89.0 -> 1.90.0
2023-08-15 19:58:46 +03:00
Slavi Pantaleev
75d4b53484
Upgrade ddclient (v3.10.0-ls126 -> v3.10.0-ls131)
2023-08-15 11:17:41 +03:00
Slavi Pantaleev and GitHub
aad6300f6f
Merge pull request #2821 from meenzen/master-1
...
Advertise sliding-sync support when using conduit
2023-08-14 08:37:58 +03:00
Slavi Pantaleev and GitHub
b225d47ddb
Merge pull request #2820 from meenzen/conduit-update
...
Update conduit 0.5.0 -> 0.6.0
2023-08-10 21:54:11 +03:00
Slavi Pantaleev
ae12ab5c24
Rename variable (matrix_client_element_jitsi_preferredDomain -> matrix_client_element_jitsi_preferredDomain)
2023-08-10 15:57:29 +03:00
Slavi Pantaleev
e9c0e90147
element-web camelCase renaming (branding.welcomeBackgroundUrl -> branding.welcome_background_url)
2023-08-10 15:56:38 +03:00
Slavi Pantaleev
1918519e07
element-web camelCase renaming (branding.authHeaderLogoUrl -> branding.auth_header_logo_url)
2023-08-10 15:55:44 +03:00
Slavi Pantaleev
e7c5eff924
element-web camelCase renaming (branding.authFooterLinks -> branding.auth_footer_links)
2023-08-10 15:54:48 +03:00
Slavi Pantaleev
38c9aa9369
element-web camelCase renaming (settingDefault -> setting_defaults)
2023-08-10 15:53:02 +03:00
Slavi Pantaleev
c4f716624b
element-web camelCase renaming (embeddedPages -> embedded_pages)
2023-08-10 15:50:27 +03:00
Slavi Pantaleev
d4e48a3a67
element-web camelCase renaming (welcomeUserId -> welcome_user_id)
2023-08-10 15:50:09 +03:00
Slavi Pantaleev
bb90a59bbb
element-web camelCase renaming (roomDirectory -> room_directory)
2023-08-10 15:49:48 +03:00
Slavi Pantaleev
c800af1bb6
element-web camelCase renaming (permalinkPrefix -> permalink_prefix)
2023-08-10 15:48:22 +03:00
Slavi Pantaleev
809316b16e
element-web camelCase renaming (showLabsSettings -> show_labs_settings)
2023-08-10 15:47:29 +03:00
Slavi Pantaleev
ccebbc07ca
Upgrade Traefik (v2.10.4-0 -> v2.10.4-1)
2023-08-06 12:13:56 +03:00
Slavi Pantaleev and GitHub
d2065ba965
Merge pull request #2817 from davidmehren/upgrade-sliding-sync
...
Upgrade sliding-sync (v0.99.4 -> v0.99.5)
2023-08-05 14:44:27 +03:00
Slavi Pantaleev and GitHub
f206615602
Merge pull request #2816 from etkecc/master-1
...
Update borg role v1.2.4-1.7.15-1 -> v1.2.4-1.7.15-2
2023-08-05 14:44:13 +03:00
Slavi Pantaleev
4b61aca11e
Upgrade Prometheus (v2.45.0-0 -> v2.45.0-1)
2023-08-05 09:01:33 +03:00
Slavi Pantaleev and GitHub
14675684cd
Merge pull request #2814 from krassle/master
...
Upgrade Element 1.11.37 -> 1.11.38
2023-08-04 17:56:00 +03:00
Slavi Pantaleev
6d9a990657
Partially revert (preferredDomain -> preferred_domain) renaming
...
Partially reverts 0a6b934a44 .
`preferred_domain` is only used by Element and does not apply to the
`/.well-known/matrix/client` file.
2023-08-04 17:51:12 +03:00
Slavi Pantaleev and GitHub
0b47bff1e3
Merge pull request #2812 from etkecc/patch-265
...
Update honoroit 0.9.17 -> 0.9.18
2023-08-02 23:24:23 +03:00
Slavi Pantaleev and GitHub
9a584fa970
Merge pull request #2811 from etkecc/patch-264
...
Update element 1.11.36 -> 1.11.37
2023-08-01 20:17:42 +03:00
Slavi Pantaleev and GitHub
2f2ef710ec
Merge pull request #2808 from adam-kress/ak-patch-1
...
Update synapse 1.88.0 -> 1.89.0
2023-08-01 16:18:56 +03:00
Slavi Pantaleev and GitHub
dacb7e14ad
Merge pull request #2809 from moan0s/master
...
docs: Remove mention of access token
2023-08-01 16:18:14 +03:00
Slavi Pantaleev
2a56fe09c3
Upgrade Hookshot (4.4.0 -> 4.4.1)
...
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2023-07-31 18:41:52 +03:00
Slavi Pantaleev
bfe89df323
Upgrade appservice-irc (0.38.0 -> 1.0.1)
...
Related to: https://matrix.org/blog/2023/07/bridges-security-updates/
2023-07-31 18:41:47 +03:00
Slavi Pantaleev
e7bc6b3729
Upgrade appservice-slack (2.0.2 -> 2.1.2)
...
Related to https://matrix.org/blog/2023/07/bridges-security-updates/
2023-07-31 18:41:37 +03:00
Slavi Pantaleev
8eac642a2d
Upgrade Heisenbridge (1.14.3 -> 1.14.4)
2023-07-30 22:41:45 +03:00
Slavi Pantaleev and GitHub
cf63ce52e6
Merge pull request #2805 from wuast94/patch-1
...
Add system promt variable to docs
2023-07-30 05:55:32 +03:00
Slavi Pantaleev
06e2ab94fd
Add missing space
...
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1656064975
2023-07-28 20:53:44 +03:00
Slavi Pantaleev
f3445c124c
Fix Traefik support for matrix-user-verification-service
...
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
2023-07-28 17:26:27 +03:00
Slavi Pantaleev
0a6b934a44
Rename Element configuration key (preferredDomain -> preferred_domain)
...
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
2023-07-28 17:26:27 +03:00
Slavi Pantaleev and GitHub
7d1eb7e729
Merge pull request #2804 from ThellraAK/master
...
Create and set default for chatgpt prompt
2023-07-28 10:15:43 +03:00
Slavi Pantaleev
92ea048080
Add some missing install-all/install-synapse tags to Synapse role
2023-07-28 08:40:49 +03:00
Slavi Pantaleev and GitHub
f5d5a9a995
Merge pull request #2803 from apexive/main
...
make smtp tls configurable / optional
2023-07-27 12:29:24 +03:00
Slavi Pantaleev
08b433a8f7
Upgrade Grafana (v10.0.2-1 -> v10.0.3-0)
2023-07-26 19:50:18 +03:00
Slavi Pantaleev
ae2f67e15f
Make maubot communicate with the homeserver via the container network
...
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2791
2023-07-26 15:27:58 +03:00
Slavi Pantaleev and GitHub
cc4bef5cac
Merge pull request #2800 from wuast94/patch-1
...
Fix Variable Registration bot
2023-07-26 15:25:59 +03:00
Slavi Pantaleev and GitHub
507f4de9a4
Merge pull request #2801 from greentore/patch-1
...
Update Element logo location
2023-07-25 22:22:01 +03:00
Slavi Pantaleev
9703d1d1e5
Upgrade Traefik (v2.10.3-0 -> v2.10.4-0)
2023-07-25 17:28:30 +03:00
Slavi Pantaleev and GitHub
122cda6f10
Merge pull request #2799 from ThellraAK/gmessages-logging2
...
Gmessage bridge: Remove file logging, and add existing log level variable to config
2023-07-25 11:48:29 +03:00
Slavi Pantaleev
856a328e96
Upgrade prometheus-postgres-exporter (v0.13.1-0 -> v0.13.2-0)
2023-07-24 08:44:33 +03:00
Slavi Pantaleev and GitHub
a41f2aa615
Merge pull request #2796 from ThellraAK/ThellraAK-patch-2-gmessages
...
Shortening the salt
2023-07-21 16:51:45 +03:00
Slavi Pantaleev
0a81083e7d
Announce mautrix-gmessages support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2794
2023-07-21 14:37:05 +03:00
Slavi Pantaleev and GitHub
2aa5096f29
Merge pull request #2795 from etkecc/global-bridges-relay-switch
...
add global bridges relay mode switch
2023-07-21 14:19:29 +03:00
Slavi Pantaleev and GitHub
1e56364a02
Merge pull request #2790 from etkecc/patch-263
...
Update element 1.11.35 -> 1.11.36
2023-07-18 23:55:40 +03:00
Slavi Pantaleev
64396419ba
Upgrade synapse-s3-storage-provider (1.2.0 -> 1.2.1)
2023-07-18 20:40:44 +03:00
Slavi Pantaleev
2fad66a371
Upgrade Synapse (v1.87.0 -> v1.88.0)
2023-07-18 20:04:51 +03:00
Slavi Pantaleev
60c34d701a
Use prebuilt container images for matrix-sliding-sync on ARM64
...
As mentioned in https://github.com/matrix-org/sliding-sync/issues/31#issuecomment-1640321110
images are available for arm64 already.
2023-07-18 18:16:11 +03:00
Slavi Pantaleev
68556400ba
Announce matrix-media-repo
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2783
2023-07-17 22:38:44 +03:00
Slavi Pantaleev and GitHub
b340252dfe
Merge pull request #2788 from shreyasajj/master
...
Update whatsapp version
2023-07-17 19:32:59 +03:00
Slavi Pantaleev and GitHub
6d50a008bf
Merge pull request #2783 from Michael-Hollister/feature/add-matrix-media-repo
...
Added matrix-media-repo role
2023-07-17 08:13:16 +03:00
Slavi Pantaleev and GitHub
95bfa4e87e
Put matrix-media-repo.service in the matrix-media-repo group
...
Making the group match the Ansible task tags allows people to do `just install-service matrix-media-repo` and have that trigger both `--tags=matrix-media-repo` and also restart just that single group (`matrix-media-repo`).
2023-07-17 08:11:23 +03:00
Slavi Pantaleev and GitHub
5fb1020ada
Use full name of matrix-media-repo for Ansible tags (*-media-repo -> *-matrix-media-repo)
2023-07-17 08:09:31 +03:00
Slavi Pantaleev and GitHub
bc0b73dd70
Improve if condition for including Postgres in matrix_media_repo_systemd_required_services_list
2023-07-17 08:07:49 +03:00
Slavi Pantaleev and GitHub
de59c596e1
Merge pull request #2786 from etkecc/patch-262
...
Update mautrix-discord 0.5.0 -> 0.6.0
2023-07-16 15:02:46 +03:00
Slavi Pantaleev and GitHub
47f02e2ab0
Merge pull request #2785 from davidmehren/upgrade_sliding_sync
...
Upgrade sliding-sync (v0.99.3 -> v0.99.4)
2023-07-16 10:23:21 +03:00
Slavi Pantaleev
3e93613a3f
Upgrade Heisenbridge (1.14.2 -> 1.14.3)
2023-07-14 09:49:30 +03:00
Slavi Pantaleev
3f2b14f630
Upgrade backup-borg (v1.2.4-1.7.15-0 -> v1.2.4-1.7.15-1)
2023-07-13 12:32:51 +03:00
Slavi Pantaleev
4ee26fab2f
Upgrade postgres_backup
2023-07-13 12:29:15 +03:00
Slavi Pantaleev and GitHub
3e631fc298
Merge pull request #2784 from QEDeD/master
...
Explain the option of manually defining your public IP in the documentation for Coturn
2023-07-12 20:36:36 +03:00
Slavi Pantaleev
54412c361d
Disable var-naming[no-role-prefix] ansible-lint rule
2023-07-12 08:18:50 +03:00
Slavi Pantaleev and GitHub
28e3c5266b
Merge pull request #2782 from spantaleev/dependabot/github_actions/ansible-community/ansible-lint-action-6.17.0
...
Bump ansible-community/ansible-lint-action from 6.16.0 to 6.17.0
2023-07-12 08:11:20 +03:00
Slavi Pantaleev
9d76e73913
Upgrade Jitsi (v8615-0 -> v8615-2)
2023-07-12 08:05:45 +03:00
Slavi Pantaleev
68c9652947
Upgrade Grafana (v10.0.2-0 -> v10.0.2-1)
2023-07-12 08:05:40 +03:00
Slavi Pantaleev
c09c1265e8
Stop using deprecated worker settings (worker_replication_host, worker_replication_http_port)
...
Related to:
- https://github.com/matrix-org/synapse/commit/e4f545c452df817daa2f22dfda906f3451d98351
- https://github.com/matrix-org/synapse/commit/2481b7dfa41c1c890346136f04344a4e1660ef32
We've prepared for this by adding the `main` process to the `instance_map` a long time ago,
in 49cb8b7b11 .
2023-07-11 17:20:21 +03:00