Commit Graph
100 Commits
Author SHA1 Message Date
Slavi PantaleevandGitHub 69ae35bb23 Merge pull request #2193 from etkecc/patch-102
Fix 502
2022-10-24 08:59:12 +03:00
Slavi Pantaleev d44b037850 fgrep -> grep -F 2022-10-23 18:45:22 +03:00
Slavi Pantaleev 716efe7ad5 Upgrade ddclient (v3.9.1-ls100 -> v3.10.0-ls102) 2022-10-23 09:52:02 +03:00
Slavi PantaleevandGitHub 9fd3e00b71 Upgrade nginx (1.23.1 -> 1.23.2) 2022-10-23 07:45:54 +03:00
Slavi PantaleevandGitHub bf278bdc3a Merge pull request #2190 from smargold476/patch-1
update Docs regarding Filter-Mode-Flag
2022-10-22 13:18:54 +03:00
Slavi PantaleevandGitHub e2a5497332 Merge pull request #2189 from moan0s/backup
Add information on how to manually run the backup
2022-10-22 08:51:54 +03:00
Slavi Pantaleev 57bb340343 Make ntfy not try to listen on a privileged port
We're starting it with `--user` and dropped capabilities, after all.

Hopefully fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2188
2022-10-22 08:45:59 +03:00
Slavi PantaleevandGitHub 782407cf89 Merge pull request #2186 from smargold476/patch-5
update remote-repo-infos with link to doc
2022-10-22 06:20:21 +03:00
Slavi PantaleevandGitHub 2362cf3c74 Merge pull request #2187 from smargold476/patch-6
update link to example
2022-10-22 06:18:46 +03:00
Slavi Pantaleev 4635968840 Upgrade Hookshot (2.3.0 -> 2.4.0) 2022-10-21 20:07:29 +03:00
Slavi Pantaleev 4cf85605a9 Upgrade Dendrite (0.10.3 -> 0.10.4) 2022-10-21 17:36:24 +03:00
Slavi Pantaleev 7e8184e210 Do not break the guided installation flow 2022-10-21 14:58:21 +03:00
Slavi Pantaleev ff0fc88fae Make Postgres import not break for databases with special names
We haven't encountered such a problem yet, but it doesn't hurt to
make things more robust.
2022-10-21 11:25:30 +03:00
Slavi Pantaleev 0b44ec19b4 Do not override matrix_postgres_import_roles_to_ignore/matrix_postgres_import_databases_to_ignore in group_vars
These values that we were setting also make sense in the context of the
`matrix-postgres` role even when not used within the playbook.
2022-10-21 10:01:22 +03:00
Slavi PantaleevandGitHub e2b517b7c0 Merge pull request #2182 from array-in-a-matrix/patch-2
grammar correction
2022-10-21 08:16:20 +03:00
Slavi Pantaleev e37e86eb1c Fix 'could not save history to file "//.psql_history"' errors 2022-10-21 07:33:10 +03:00
Slavi Pantaleev bed9c18ab0 Pin Postgres version to 15.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2180

Just specifying `15` means we won't automatically re-pull `15.1` when it comes out.
2022-10-21 05:32:02 +03:00
Slavi Pantaleev b8097b0bd6 Add support for binary content to matrix-aux 2022-10-20 16:05:55 +03:00
Slavi Pantaleev af3a32cf6a Fix Jinja2 interpolation for some default variables
We're overriding these in the correct way in `group_vars/matrix_servers`
so this wasn't causing any problem in practice.
2022-10-20 15:46:02 +03:00
Slavi Pantaleev 80da7dfb0b Update docs/prerequisites.md 2022-10-20 11:48:56 +03:00
Slavi Pantaleev 490cce14ad Merge branch 'dnapier-master'
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2180
2022-10-20 07:43:32 +03:00
Slavi Pantaleev a32eea41fe Make roles/matrix-postgres/tasks/detect_existing_postgres_version.yml detect Postgres v14 2022-10-20 07:43:01 +03:00
Slavi Pantaleev 20db57d288 Upgrade certbot (v1.30.0 -> v1.31.0) 2022-10-20 07:40:45 +03:00
Slavi PantaleevandGitHub f08700adbe Merge pull request #2181 from array-in-a-matrix/master
add if hostname is not availble for SRV record
2022-10-20 07:39:45 +03:00
Slavi PantaleevandGitHub 64de8c7eba Merge pull request #2179 from etkecc/patch-101
Update grafana 9.2.0 -> 9.2.1
2022-10-18 16:09:02 +03:00
Slavi PantaleevandGitHub b3adeb943c Merge pull request #2178 from etkecc/patch-100
Update Synapse 1.68.0 -> 1.69.0
2022-10-17 17:34:46 +03:00
Slavi Pantaleev 6480cc3629 Fix 'something' is undefined error in matrix-bridge-appservice-slack
.. when `matrix_nginx_proxy_enabled: false`

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2177
2022-10-17 08:04:06 +03:00
Slavi PantaleevandGitHub 3d215e18e8 Merge pull request #2176 from Zocker1999NET/patch-1
docs/configuring-playbook: Add link to etherpad configuration
2022-10-16 18:44:27 +03:00
Slavi PantaleevandGitHub 476416a880 Merge pull request #2175 from smargold476/master
Add ability to sync only direct Chats in TG-Bridge
2022-10-16 18:28:22 +03:00
Slavi PantaleevandGitHub 07a7234ba0 Use | to_json 2022-10-16 18:27:35 +03:00
Slavi Pantaleev 4d267dad40 Upgrade mautrix-whatsapp (0.7.0 -> 0.7.1) and sync bridge config with upstream 2022-10-16 18:24:55 +03:00
Slavi Pantaleev 1e0d10586d Update README to mention synapse-s3-storage-provider 2022-10-14 18:49:27 +03:00
Slavi Pantaleev 5a7b80d9e4 Update configuring-playbook-synapse-s3-storage-provider.md 2022-10-14 18:31:17 +03:00
Slavi Pantaleev 30745db6d5 Add storage-class support to the s3_media_upload command and mention matrix-synapse-s3-storage-provider-migrate script 2022-10-14 18:29:30 +03:00
Slavi Pantaleev 6f56b9fb38 Upgrade Dendrite (0.10.2 -> 0.10.3) 2022-10-14 18:17:08 +03:00
Slavi Pantaleev de8fd519c5 Document matrix-synapse-s3-storage-provider-migrate.{service,timer} 2022-10-14 18:14:34 +03:00
Slavi Pantaleev 3cf0dcda6d Update "b2 sync" commands 2022-10-14 18:07:10 +03:00
Slavi Pantaleev 2e0fc5c11c Fix some ansible-lint-reported warnings 2022-10-14 18:04:49 +03:00
Slavi Pantaleev fe96475595 Remove some useless PG_ variables fron the s3-storage-provider env-file
These Postgres configuration variables are part of the `database.yaml` file
and don't need to be here.
2022-10-14 18:01:51 +03:00
Slavi Pantaleev 63a0e5c4f6 Add warnings to synapse-s3-storage-provider support feature 2022-10-14 17:58:47 +03:00
Slavi Pantaleev a3759b0466 Announce Synapse customization and synapse-s3-storage-provider support 2022-10-14 17:50:48 +03:00
Slavi Pantaleev ac7cb3619d Add support for synapse-s3-storage-provider 2022-10-14 17:41:41 +03:00
Slavi Pantaleev 881fdd28f0 Add support for Synapse container image customization
This allows people to augment the Synapse image with custom tools and
addons without having to rebuild it from scratch.

If customizations are enabled, the playbook will build a new
`localhost/matrixdotorg/synapse:VERSION-customized` image
on top of the default one (`FROM matrixdotorg/synapse:VERSION`)
and with custom Dockerfile build steps.

For servers that self-build the Synapse image, the Synapse image will be
built first, before proceding to extend it the same way.

In the future, we'll also have easy to enable Dockerfile build steps
for modules that the playbook supports.
2022-10-14 16:37:54 +03:00
Slavi Pantaleev 0da068c7e6 Add support for configuring Synapse's media_storage_providers
In the future, we'll also inject media storage providers that we support
into the `matrix_synapse_media_storage_providers_auto` list.
2022-10-14 16:28:47 +03:00
Slavi Pantaleev 62215a87fe Upgrade Postgres minor versions (14.4 -> 14.5, 13.7 -> 13.8, etc.) 2022-10-14 16:25:57 +03:00
Slavi Pantaleev 337016da28 Improve S3 docs a bit
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1869
2022-10-14 09:27:50 +03:00
Slavi PantaleevandGitHub ea384e86e4 Merge pull request #2171 from etkecc/patch-99
Update postmoogle 0.9.6 -> 0.9.7
2022-10-12 17:43:53 +03:00
Slavi PantaleevandGitHub 3b965fa8f5 Merge pull request #2162 from fdarveau/update-docs
Update Caddy examples and outdated Jitsi docker env variable/documentation link
2022-10-12 16:21:56 +03:00
Slavi PantaleevandGitHub 23679687dd Merge pull request #2170 from etkecc/patch-98
Update grafana 9.1.7 -> 9.2.0
2022-10-12 07:10:14 +03:00
Slavi PantaleevandGitHub 1f641e088e Merge pull request #2169 from etkecc/patch-97
Update element 1.11.9 -> 1.11.10
2022-10-11 21:36:08 +03:00
Slavi PantaleevandGitHub a9100641f6 Merge pull request #2168 from etkecc/patch-96
Update postmoogle 0.9.5 -> 0.9.6
2022-10-11 19:57:22 +03:00
Slavi PantaleevandGitHub 9613727321 Merge pull request #2167 from etkecc/patch-95
Update element 1.11.8 -> 1.11.9
2022-10-11 17:32:55 +03:00
Slavi Pantaleev 8311c59a8f Add Usage section to Hookshot docs 2022-10-11 10:43:01 +03:00
Slavi Pantaleev da041bc60c Upgrade mautrix-instagram (0.2.1 -> latest)
We don't like updating to untagged releases, but..

0.2.1 has some regression and upstream is not releasing 0.2.2 or 0.3.0
just yet, so we either need to downgrade to 0.2.0 or go `latest`.

We can hopefully switch back to a tagged release soon.

Related to https://github.com/mautrix/instagram/issues/56
2022-10-11 09:41:12 +03:00
Slavi PantaleevandGitHub c886e4f48b Merge pull request #2164 from etkecc/patch-93
Enable hookshot feeds by default
2022-10-11 09:15:44 +03:00
Slavi PantaleevandGitHub d5b9ad103b Merge pull request #2165 from etkecc/patch-94
Change hookshot logging level to warn
2022-10-11 09:12:49 +03:00
Slavi PantaleevandGitHub 0616107346 Merge pull request #2163 from jimeh/fix-goofys-startup-order-issue
fix(goofys): fix synapse systemd unit file to correctly require goofys
2022-10-11 07:10:40 +03:00
Slavi Pantaleev e6ecd54e72 Suppress some ansible-lint errors 2022-10-09 20:42:20 +03:00
Slavi Pantaleev 1be8f8b0ba import_tasks -> ansible.builtin.import_tasks 2022-10-09 19:23:40 +03:00
Slavi PantaleevandGitHub 03639e56a2 Merge pull request #2160 from etkecc/patch-92
Update jitsi stable-7830 -> stable-7882
2022-10-09 19:01:10 +03:00
Slavi PantaleevandGitHub 043908d68a Merge pull request #2155 from shalzz/patch-1
dendrite: update config
2022-10-08 09:16:25 +03:00
Slavi Pantaleev 9e0bfcc05e Upgrade Prometheus (2.39.0 -> 2.39.1) 2022-10-07 21:37:17 +03:00
Slavi Pantaleev 12d4e080fa Upgrade Dendrite (0.10.1 -> 0.10.2) 2022-10-07 21:36:44 +03:00
Slavi PantaleevandGitHub bc7dd15a3c Merge pull request #2154 from etkecc/postmoogle-095
Update Postmoogle 0.9.4 -> 0.9.5
2022-10-07 08:20:11 +03:00
Slavi Pantaleev a12cbeac3b Fix async commands
Fixes a regression introduced in d1b5681ba0.

Looks like `.finished` is a property on the main object, not on some
`.async_result` object.
2022-10-06 19:48:11 +03:00
Slavi Pantaleev aff7ca2426 Upgrade appservice-slack (1.11.0 -> 2.0.1)
This also disables self-building on arm64, since it's no longer
necessary: https://github.com/matrix-org/matrix-appservice-slack/pull/656
2022-10-06 16:39:07 +03:00
Slavi Pantaleev 69b1b56691 Upgrade signald (0.21.1 -> 0.22.2) 2022-10-06 14:01:20 +03:00
Slavi Pantaleev e9993856a6 Fix typo 2022-10-06 13:23:48 +03:00
Slavi Pantaleev 8d40ddd654 Adjust importing-postgres docs to mention postgres_default_import_database 2022-10-06 13:22:52 +03:00
Slavi Pantaleev d1b5681ba0 Report async task failures better
We were previously trying to reach into `.rc`,
but there's no such thing if `async_result.finished == 0`.

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2153
2022-10-06 10:04:37 +03:00
Slavi PantaleevandGitHub ff2afacc66 Merge pull request #2152 from etkecc/patch-91
Update hookshot 2.2.0 -> 2.3.0
2022-10-05 12:04:54 +03:00
Slavi PantaleevandGitHub de6c909c86 Merge pull request #2151 from etkecc/patch-90
Update prometheus 2.38.0 -> 2.39.0
2022-10-05 09:42:48 +03:00
Slavi PantaleevandGitHub 3ffeae57c8 Merge pull request #2150 from etkecc/patch-89
Update grafana 9.1.6 -> 9.1.7
2022-10-04 17:12:23 +03:00
Slavi PantaleevandGitHub 825bea149f Merge pull request #2149 from Warrows/master
Fix quote errors introduced in #2143
2022-10-04 08:14:22 +03:00
Slavi PantaleevandGitHub 1631d55dff Merge pull request #2143 from Warrows/maubot-nginx
Update proxied nginx for maubot
2022-10-03 16:24:45 +03:00
Slavi PantaleevandGitHub 152d42c28b Merge pull request #2146 from FSG-Cat/Mjolnir-CFG-Update
Fix error introduced in #2141
2022-10-02 22:38:59 +03:00
Slavi Pantaleev 43e38170e5 Upgrade matrix-corporal (2.3.2 -> 2.4.0) 2022-10-02 16:47:55 +03:00
Slavi Pantaleev 033f188c1e Upgrade matrix-corporal (2.3.1 -> 2.3.2) 2022-10-02 11:10:32 +03:00
Slavi Pantaleev f4804f475a Announce matrix-ldap-registration-proxy
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2038
2022-10-02 09:27:51 +03:00
Slavi PantaleevandGitHub b67ba669e8 Merge pull request #2038 from TheOneWithTheBraid/braid/matrix-ldap-registration-proxy
Draft: feat: include matrix_ldap_registration_proxy
2022-10-02 09:23:25 +03:00
Slavi PantaleevandGitHub 81ee2449a8 Remove double ; 2022-10-02 09:18:54 +03:00
Slavi PantaleevandGitHub 2f48740525 Merge pull request #2141 from FSG-Cat/Mjolnir-CFG-Update
Update Mjolnir Config from its #962 state to todays template.
2022-10-01 14:21:14 +03:00
Slavi PantaleevandGitHub 66ef861495 Merge pull request #2145 from xyzst/update-dendrite-0.10.1
dendrite: update image tag version
2022-09-30 21:05:25 +03:00
Slavi PantaleevandGitHub ec61f3512d Merge pull request #2144 from xyzst/update-dendrite-0.10.0
dendrite: update image tag version
2022-09-30 16:49:45 +03:00
Slavi Pantaleev b51fe595b2 Upgrade matrix-corporal (2.3.0 -> 2.3.1) 2022-09-30 08:30:29 +03:00
Slavi PantaleevandGitHub 5a8a02f917 Merge pull request #2140 from etkecc/patch-88
Update Jitsi stable-7648-4 -> stable-7830
2022-09-29 14:17:20 +03:00
Slavi Pantaleev 5f0fbd6d62 Upgrade Cinny (2.2.1 -> 2.2.2) 2022-09-28 18:46:10 +03:00
Slavi Pantaleev 68c2e0bee5 Upgrade Element (v1.11.7 -> v1.11.8) 2022-09-28 18:43:50 +03:00
Slavi Pantaleev 01acd6ec3d Upgrade Cinny (2.2.0 -> 2.2.1) 2022-09-28 18:23:34 +03:00
Slavi PantaleevandGitHub 7e5984df2c Merge pull request #2138 from moan0s/element-update
Bump element version
2022-09-28 17:14:34 +03:00
Slavi PantaleevandGitHub b6b56952a9 Merge pull request #2137 from etkecc/patch-87
Update Ntfy 1.27.2 -> 1.28.0
2022-09-27 22:49:26 +03:00
Slavi PantaleevandGitHub 3a61a1ad59 Merge pull request #2136 from etkecc/patch-86
Update Element 1.11.5 -> 1.11.6
2022-09-27 22:49:08 +03:00
Slavi Pantaleev de671ad58a Upgrade ddclient (v3.9.1-ls99 -> v3.9.1-ls100) 2022-09-27 15:37:24 +03:00
Slavi Pantaleev 5d5642abc5 Upgrade Synapse (v1.67.0 -> v1.68.0) 2022-09-27 15:35:40 +03:00
Slavi Pantaleev 1ea1597020 Fix some ansible-lint-reported warnings
This mostly fixes `key-order` warnings around
`block` statements.
2022-09-27 11:38:33 +03:00
Slavi Pantaleev 0ab5371ebd Upgrade mautrix-telegram (0.12.0 -> 0.12.1) and lottieconverter (alpine-3.15 -> alpine-3.16) 2022-09-27 08:55:27 +03:00
Slavi PantaleevandGitHub d159408feb Merge pull request #2134 from etkecc/patch-85
Update Prometheus Node Exporter 1.3.1 -> 1.4.0
2022-09-26 21:53:51 +03:00
Slavi Pantaleev 0499692661 Upgrade appservice-irc (0.35.0 -> 0.35.1) 2022-09-26 15:31:20 +03:00
Slavi Pantaleev f623cf3550 Only download Grafana dashboard URLs for enabled services
If someone is using Dendrite and enabling Grafana, we'll no longer
download Synapse dashboards.

If someone is not using node-exporter, we'll no longer download node
exporter dashboards.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2133
2022-09-26 08:46:10 +03:00
Slavi Pantaleev 3f4bedb31e Use matrix_grafana_enabled: true in the matrix-grafana role
This is consistent with what all other roles do. If someone includes a
role, the assumption is that they want its functionality enabled.

The playbook distribution then disables components via
`group_vars/matrix_servers`. We've always had `matrix_grafana_enabled: false`
there, so flipping the in-role `_enabled` flag to `true` does not change
anything for playbook users. Users who import the roles individually in
their own other playbooks (and who don't use `group_vars/matrix_servers`)
may observe a change in the defaults with this.
2022-09-26 08:26:30 +03:00