Slavi Pantaleev and GitHub
d1c8a52e3e
Merge pull request #3553 from krassle/patch-1
...
Fix validate_config.yml
2024-09-28 10:02:38 +03:00
Slavi Pantaleev
0a32d76b9b
Improve Draupnir Usage docs
2024-09-28 08:35:18 +03:00
Slavi Pantaleev
71d4f79273
Expand the Usage section in the Draupnir docs
2024-09-27 21:30:09 +03:00
Slavi Pantaleev
3016630824
Upgrade Postgres (v17.0-0 -> v17.0-1)
2024-09-27 12:05:31 +03:00
Slavi Pantaleev
193946c68a
Adjust some comments in group_vars/matrix_servers
2024-09-27 11:01:20 +03:00
Slavi Pantaleev
befa282865
Announce Postgres & Traefik role relocation to MASH organization
2024-09-27 10:21:16 +03:00
Slavi Pantaleev
54b715e7fe
Fix endpoint URL in comment
2024-09-27 10:15:49 +03:00
Slavi Pantaleev
f93101f791
Switch traefik/traefik-certs-dumper Ansible role sources and adjust variable names (devture_traefik_ -> traefik_)
2024-09-27 10:14:29 +03:00
Slavi Pantaleev
8445843562
Switch postgres/postgres-backup Ansible role sources and adjust variable names (devture_postgres_ -> postgres_)
2024-09-27 09:37:24 +03:00
Slavi Pantaleev and GitHub
62d66cc196
Merge pull request #3551 from adam-kress/master
...
Upgrade Jitsi (v9646-1 -> v9753-0)
2024-09-26 18:43:19 +03:00
Slavi Pantaleev and GitHub
a0d29924c4
Merge pull request #3548 from aine-etke/add-synapse-admin-support-url
...
synapse-admin v0.10.3-etke17: add `Contact support` menu item
2024-09-25 19:40:27 +03:00
Slavi Pantaleev and GitHub
8a4c71bbbe
Merge pull request #3547 from aine-etke/add-hookshot-outbound-webhooks
...
enable hookshot outbound webhooks
2024-09-25 15:57:40 +03:00
Slavi Pantaleev and GitHub
e662eb1e32
Merge pull request #3545 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.78
2024-09-24 16:54:53 +03:00
Slavi Pantaleev
032809a053
Adjust default openai model id for baibot (gpt-4o -> gpt-4o-2024-08-06)
...
`gpt-4o` will point to `gpt-4o-2024-08-06` after 2nd of October 2024
anyway. At that time, we can revert to pointing to `gpt-4o`.
The reason `gpt-4o-2024-08-06` was chosen now instead of `gpt-4o`:
- the `max_response_tokens` configuration was set to 16k, which matches
`gpt-4o-2024-08-06`, but is too large for `gpt-4o` (max 4k)
- baibot's own configs for dynamically created agents, as well as static
config examples use `gpt-4o-2024-08-06` and the larger
`max_response_tokens` value
2024-09-22 12:20:26 +03:00
Slavi Pantaleev
be96be8b3c
Pin baibot to v1.1.1 and add default prompt for all statically-defined agents
...
The playbook did not use to define a prompt for statically-defined
agents.
Since prompt variables support landed in v1.1.0
(see https://github.com/etkecc/baibot/commit/2a5a2d6a4dbf5fd7cb504ac07d4187fdc32ae395 )
it makes sense to make use of it for a better out-of-the-box experience
(see https://github.com/etkecc/baibot/issues/10 ).
2024-09-22 12:04:42 +03:00
Slavi Pantaleev and GitHub
6ff979e989
Merge pull request #3540 from spantaleev/renovate/etherpad-2.x
...
Update dependency etherpad to v2.2.5-0
2024-09-21 21:46:31 +03:00
Slavi Pantaleev
2b8d7e30f7
Upgrade Postgres (v16.3-3 -> v16.4-0)
2024-09-20 15:08:04 +03:00
Slavi Pantaleev
4d52880170
Upgrade matrix-alertmanager-receiver (2024.8.28 -> 2024.9.18)
...
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3539
Related to https://github.com/metio/matrix-alertmanager-receiver/pull/42
2024-09-18 14:48:25 +03:00
Slavi Pantaleev and GitHub
5b2600b074
Merge pull request #3537 from aine-etke/patch-651904
...
synapse-admin v0.10.3-etke14: bulk registration works again, add ability to change avatars
2024-09-18 09:22:32 +03:00
Slavi Pantaleev and GitHub
d9285203fa
Merge pull request #3536 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
Update joseluisq/static-web-server Docker tag to v2.33.0
2024-09-18 09:06:13 +03:00
Slavi Pantaleev
cf5763978b
Upgrade synapse-s3-storage-provider (1.3.0 -> 1.5.0) and adapt configuration
...
1.3.0 fails to work against the new Synapse (v1.115.0) image.
See: https://github.com/matrix-org/synapse-s3-storage-provider/pull/114
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3535
2024-09-17 21:25:15 +03:00
Slavi Pantaleev and GitHub
bc0d4759db
Merge pull request #3535 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
Update ghcr.io/element-hq/synapse Docker tag to v1.115.0
2024-09-17 21:14:25 +03:00
Slavi Pantaleev
aee7d2ca6c
Do not use command_prefix = default for Meta bridges anymore
...
Seems like `default` is not a supported value and will not
make the bridge autoconfigure itself with the correct prefix anymore.
A value of `default` would be taken literally.
2024-09-17 16:16:48 +03:00
Slavi Pantaleev
d3b1060428
Fix Gmessages regression (missing homeserver.address and homeserver.domain configuration)
...
f9705b3323 reworked the configuration and missed wiring
these to the existing variables.
2024-09-17 16:04:39 +03:00
Slavi Pantaleev and GitHub
de34392edf
Merge pull request #3534 from KloolK/patch-2
...
Update maintenance-upgrading-services.md
2024-09-17 14:32:04 +03:00
Slavi Pantaleev
67df140ef4
Upgrade Traefik (v3.1.2-1 -> v3.1.3-0)
2024-09-17 10:42:27 +03:00
Slavi Pantaleev
53f3c94bef
Enable backfilling for mautrix-gmessages, mautrix-signal and mautrix-slack
...
We'be already been going against upstream defaults and have been
enabling backfilling for a few other bridges (Messenger, Instagram, Telegram, Twitter).
Now I'm enabling backfilling by default for the remaining ones, for
consistency.
2024-09-17 09:39:35 +03:00
Slavi Pantaleev
f9705b3323
Upgrade mautrix-gmessages (v0.4.3 -> v0.5.0) and adapt configuration
...
Related to:
- https://github.com/mautrix/gmessages/releases/tag/v0.5.0
- https://mau.fi/blog/2024-09-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
2024-09-17 09:39:35 +03:00
Slavi Pantaleev
01e5514c4b
Upgrade mautrix-meta (v0.3.2 -> v0.4.0) and adapt configuration
...
Related to:
- https://github.com/mautrix/meta/releases/tag/v0.4.0
- https://mau.fi/blog/2024-09-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
2024-09-17 09:39:35 +03:00
Slavi Pantaleev
626a851c82
Fix username_template potentially not being taken into account for mautrix-slack
...
While working on upgrading the Meta bridges to bridgev2, I've noticed
that {% raw %} and {% endraw %} on lines like that (immediately
preceding `username_template` may cause YAML indentation issues.
2024-09-17 09:39:35 +03:00
Slavi Pantaleev and GitHub
52018c652f
Merge pull request #3530 from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x
...
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.1
2024-09-17 06:36:02 +03:00
Slavi Pantaleev and GitHub
42cc7b0844
Merge pull request #3531 from spantaleev/renovate/dock.mau.dev-mautrix-slack-0.x
...
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.1
2024-09-17 06:34:19 +03:00
Slavi Pantaleev and GitHub
5ec468cc78
Merge pull request #3528 from spantaleev/renovate/ajbura-cinny-4.x
...
Update ajbura/cinny Docker tag to v4.2.1
2024-09-14 20:11:50 +03:00
Slavi Pantaleev and GitHub
1666d1a1ff
Merge pull request #3526 from aine-etke/patch-158339
...
Synapse-Admin: Add UI option to block deleted rooms from being rejoined
2024-09-14 12:48:04 +03:00
Slavi Pantaleev and GitHub
4bb08d4a53
Merge pull request #3525 from spantaleev/renovate/matrixdotorg-dendrite-monolith-0.x
...
Update matrixdotorg/dendrite-monolith Docker tag to v0.13.8
2024-09-13 21:28:34 +03:00
Slavi Pantaleev and GitHub
482861fce1
Merge pull request #3523 from spantaleev/renovate/matrixdotorg-mjolnir-1.x
...
Update matrixdotorg/mjolnir Docker tag to v1.7.0
2024-09-12 22:13:27 +03:00
Slavi Pantaleev
00910248d2
Add baibot preset for Mistral
2024-09-12 21:33:39 +03:00
Slavi Pantaleev
74cc935ea6
Minor rewording
2024-09-12 20:53:19 +03:00
Slavi Pantaleev
1851973734
Add support for baibot
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3369
2024-09-12 15:19:46 +03:00
Slavi Pantaleev
c65ddd649e
Fix reverting synapse-admin to upstream instructions
...
Ref: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3521
2024-09-12 15:14:55 +03:00
Slavi Pantaleev and GitHub
b725f52677
Merge pull request #3520 from aine-etke/patch-343
...
add missing prefix to synapse-admin version
2024-09-12 12:14:23 +03:00
Slavi Pantaleev
968f305844
Announce the switch to etke.cc's synapse-admin fork
...
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3519
2024-09-12 11:33:11 +03:00
Slavi Pantaleev
5778e84925
Make use of media_path setting to fix media URLs for Heisenbridge
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3518
- https://github.com/hifi/heisenbridge/issues/294
With this patch, when `matrix_heisenbridge_path_prefix` is the default
one we use (`/heisenbrdige`), URLs like this are constructed:
https://matrix.DOMAIN/heisenbridge/_heisenbridge/media/SERVER_NAME/MEDIA_ID/CHECKSUM/FILENAME
If `matrix_heisenbridge_path_prefix` is set to `/`, URLs like this are constructed:
https://matrix.DOMAIN/_heisenbridge/media/SERVER_NAME/MEDIA_ID/CHECKSUM/FILENAME
Our Traefik labels support handling both cases correctly.
2024-09-12 07:48:27 +03:00
Slavi Pantaleev and GitHub
8e5e923214
Merge pull request #3517 from damadmai/matrix_media_repo_fix_signing_key_gen
...
Add temp suffix for container name to avoid conflict
2024-09-12 01:09:22 +03:00
Slavi Pantaleev and GitHub
c54c5c0076
Merge pull request #3515 from spantaleev/renovate/ajbura-cinny-4.x
...
Update ajbura/cinny Docker tag to v4.2.0
2024-09-11 17:53:48 +03:00
Slavi Pantaleev and GitHub
b9a6426555
Merge pull request #3513 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.77
2024-09-10 19:12:49 +03:00
Slavi Pantaleev and GitHub
8b56be0fe1
Merge pull request #3511 from spantaleev/renovate/ghcr.io-etkecc-honoroit-0.x
...
Update ghcr.io/etkecc/honoroit Docker tag to v0.9.26
2024-09-09 11:38:15 +03:00
Slavi Pantaleev
23301fd5ab
Upgrade Traefik (v3.1.2-0 -> v3.1.2-1)
2024-09-08 23:06:46 +03:00
Slavi Pantaleev
165b24bea3
Fix container image in renovate annotation for schildichat-web
...
`matrix_client_schildichat_docker_image` was adjusted to use the
Github Container Registry in 171f5f84a2 , but the Renovate marker was not adjusted.
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3485
2024-09-07 02:45:11 +03:00
Slavi Pantaleev
283dd6494f
Switch all etke.cc links (from Gitlab to Github)
...
Related to https://etke.cc/news/d3uw4utq4t3_rpxicrrfqqou_ynmptqjgk95pt-3n2s/
2024-09-07 02:43:00 +03:00
Slavi Pantaleev
1930984ce2
Make sentence more complete
2024-09-07 01:05:34 +03:00
Slavi Pantaleev
05b79057aa
Do not add quotes around already-backtick-quoted Traefik rules
...
As reported in https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3451#issuecomment-2331316593
Likely the solution to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3451
2024-09-05 14:58:43 +03:00
Slavi Pantaleev and GitHub
fe300d3472
Merge pull request #3508 from lingawakad/lingawakad-patch-1
...
update agru url in installing.md
2024-09-04 08:57:35 +03:00
Slavi Pantaleev
e1f06d9ab7
Fix Jitsi TURN port numbers including IP when Coturn _host_bind_port is not just a port number
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3504
2024-09-04 08:54:57 +03:00
Slavi Pantaleev
d19f93349a
Upgrade Synapse (v1.113.0 -> v1.114.0)
2024-09-02 21:34:37 +03:00
Slavi Pantaleev and GitHub
8981c62d0d
Merge pull request #3503 from spantaleev/renovate/docker-7.x
...
Update dependency docker to v7.4.1
2024-09-01 00:10:47 +03:00
Slavi Pantaleev and GitHub
7018fe9afd
Merge pull request #3501 from spantaleev/renovate/docker.io-metio-matrix-alertmanager-receiver-2024.x
...
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.8.28
2024-08-28 15:35:24 +03:00
Slavi Pantaleev and GitHub
43c78d7fd5
Merge pull request #3500 from spantaleev/renovate/docker-7.x
...
Update dependency docker to v7.4.0
2024-08-28 06:14:51 +03:00
Slavi Pantaleev and GitHub
9bdfdb59c2
Merge pull request #3499 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.76
2024-08-27 16:55:39 +03:00
Slavi Pantaleev and GitHub
6b961f1ac7
Merge pull request #3498 from spantaleev/renovate/prometheus-2.x
...
Update dependency prometheus to v2.54.1-0
2024-08-27 16:33:51 +03:00
Slavi Pantaleev and GitHub
88fb2bf179
Merge pull request #3495 from spantaleev/renovate/dock.mau.dev-maubot-maubot-0.x
...
Update dock.mau.dev/maubot/maubot Docker tag to v0.5.0
2024-08-24 15:36:32 +03:00
Slavi Pantaleev and GitHub
bc7ef40019
Merge pull request #3494 from FSG-Cat/authenticated-media
...
Authenticated Media Configuration options
2024-08-23 20:22:43 +03:00
Slavi Pantaleev and GitHub
efc61596a2
Merge pull request #3492 from aine-etke/patch-342
...
buscarron v1.4.3 - migrated to github
2024-08-21 23:20:10 +03:00
Slavi Pantaleev and GitHub
48a1bf3b45
Merge pull request #3491 from aine-etke/patch-341
...
honoroit v0.9.25 - migrate to github
2024-08-21 21:25:26 +03:00
Slavi Pantaleev and GitHub
e42c530abc
Merge pull request #3490 from spantaleev/renovate/docker.io-metio-matrix-alertmanager-receiver-2024.x
...
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.8.21
2024-08-21 12:18:06 +03:00
Slavi Pantaleev and GitHub
c2e242ad73
Merge pull request #3488 from aine-etke/patch-339
...
fix schildichat docker image
2024-08-21 08:22:45 +03:00
Slavi Pantaleev and GitHub
f1f3553eca
Merge pull request #3486 from spantaleev/renovate/vectorim-element-web-1.x
...
Update vectorim/element-web Docker tag to v1.11.75
2024-08-20 17:19:56 +03:00
Slavi Pantaleev and GitHub
7581ab8ff4
Merge pull request #3485 from aine-etke/patch-338
...
migrate schildichat docker image
2024-08-20 17:09:15 +03:00
Slavi Pantaleev and GitHub
1385ad8254
Merge pull request #3484 from spantaleev/renovate/ghcr.io-element-hq-hydrogen-web-0.x
...
Update ghcr.io/element-hq/hydrogen-web Docker tag to v0.5.0
2024-08-20 13:53:44 +03:00
Slavi Pantaleev and GitHub
55b222f636
Merge pull request #3482 from aine-etke/migrate-etkecc-roles
...
migrate etke.cc roles
2024-08-18 11:53:30 +03:00
Slavi Pantaleev
e15d09819e
Fix displayname_template for mautrix-slack containing {% endraw % %}
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3479#issuecomment-2294956958
2024-08-17 23:02:54 +03:00
Slavi Pantaleev
dabe46cf2f
Add missing document start to matrix-appservice-double-puppet/defaults/main.yml
2024-08-17 22:55:30 +03:00
Slavi Pantaleev
2c3d0b9d81
Announce appservice-double-puppet
2024-08-17 21:43:11 +03:00
Slavi Pantaleev
2086e3efe0
Add appservice-double-puppet double-puppeting support to beeper-linkedin
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:25:52 +03:00
Slavi Pantaleev
48bab2f0ea
Add appservice-double-puppet double-puppeting support to mautrix-gmessages
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:22:35 +03:00
Slavi Pantaleev
9b8fe6eadc
Add appservice-double-puppet double-puppeting support to mautrix-googlechat
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:22:24 +03:00
Slavi Pantaleev
08c602b19c
Add appservice-double-puppet double-puppeting support to mautrix-twitter
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:11:28 +03:00
Slavi Pantaleev
f0479dbd9e
Add appservice-double-puppet double-puppeting support to mautrix-telegram
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:08:28 +03:00
Slavi Pantaleev
92c216bf5b
Update configuring-playbook-mautrix-bridges.md with information About Appservice Double Puppet
2024-08-17 21:04:37 +03:00
Slavi Pantaleev
d3831ba3a5
Add appservice-double-puppet double-puppeting support to mautrix-whatsapp
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 21:04:09 +03:00
Slavi Pantaleev
fbd25ae9e9
Add appservice-double-puppet double-puppeting support to mautrix-meta-messenger/mautrix-meta-instagram
...
Shared Secret Auth double puppeting still works for these bridges, but
is deprecated and will go away in the future.
2024-08-17 19:31:04 +03:00
Slavi Pantaleev
77c59aaea0
Add appservice-double-puppet double-puppeting support to mautrix-discord
...
Shared Secret Auth double puppeting still works for this bridge, but
is deprecated and will go away in the future.
2024-08-17 19:31:04 +03:00
Slavi Pantaleev
1722e4bd83
Switch mautrix-slack double-puppeting method (shared secret auth -> appservice-double-puppet)
...
Since upgrading mautrix-slack (and pinning to v0.1.0) in e4b54c37fe ,
we expect double-puppeting to require the new appservice double-puppeting method.
This commit switches the mautrix-slack bridge to it.
2024-08-17 19:03:38 +03:00
Slavi Pantaleev
999f2bf8dd
Switch mautrix-signal double-puppeting method (shared secret auth -> appservice-double-puppet)
...
Since upgrading mautrix-signal (v0.6.3 -> v0.7.0) in 76fec0b863 ,
we expect double-puppeting to require the new appservice double-puppeting method.
This commit switches the mautrix-signal bridge to it.
2024-08-17 19:01:43 +03:00
Slavi Pantaleev
111fa65e44
Add appservice-double-puppet service for better bridge double-puppeting
...
Bridges will be switched to this new method in future patches.
2024-08-17 19:00:20 +03:00
Slavi Pantaleev
e4b54c37fe
Upgrade mautrix-slack, pin to v0.1.0 and adapt configuration
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3479
- https://github.com/mautrix/slack/releases/tag/v0.1.0
- https://mau.fi/blog/2024-08-mautrix-release/
2024-08-17 16:43:35 +03:00
Slavi Pantaleev
76fec0b863
Upgrade mautrix-signal (v0.6.3 -> v0.7.0) and adapt configuration
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3479
- https://github.com/mautrix/signal/releases/tag/v0.7.0
- https://mau.fi/blog/2024-08-mautrix-release/
It seems like the new version does not support a `/metrics` endpoint.
We skip keep the Ansible variables, but they're not doing anything.
Closes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3481
2024-08-17 15:58:38 +03:00
Slavi Pantaleev and GitHub
d35c0f486f
Merge pull request #3480 from spantaleev/renovate/nginx-1.x
...
chore(deps): update nginx docker tag to v1.27.1
2024-08-16 08:50:48 +03:00
Slavi Pantaleev
7005b8db26
Announce matrix-media-repo Authenticated Media support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3469
2024-08-15 09:38:41 +03:00
Slavi Pantaleev and GitHub
48e021e446
Merge pull request #3469 from Michael-Hollister/michael/mmr-signing-key
...
Automated MMR signing key generation process
2024-08-15 09:26:55 +03:00
Slavi Pantaleev and GitHub
05e813a846
Default matrix_media_repo_generate_signing_key to false in the matrix-media-repo role
...
No need to duplicate the same logic as in `group_vars/matrix_servers`.
Having it disabled by default in the role itself and overriding it at the playbook level (based on the selected homeserver implementation) makes more sense.
2024-08-15 09:25:08 +03:00
Slavi Pantaleev and GitHub
922fe9af26
Merge pull request #3478 from spantaleev/renovate/grafana-11.x
...
chore(deps): update dependency grafana to v11.1.4-0
2024-08-15 08:15:57 +03:00
Slavi Pantaleev and GitHub
f629f3b0bb
Merge pull request #3477 from spantaleev/renovate/joseluisq-static-web-server-2.x
...
chore(deps): update joseluisq/static-web-server docker tag to v2.32.2
2024-08-14 07:30:08 +03:00
Slavi Pantaleev and GitHub
1691eaa7e5
Merge pull request #3475 from spantaleev/renovate/vectorim-element-web-1.x
...
chore(deps): update vectorim/element-web docker tag to v1.11.74
2024-08-13 22:19:24 +03:00
Slavi Pantaleev and GitHub
ff19c0bc19
Merge pull request #3476 from spantaleev/renovate/ghcr.io-element-hq-synapse-1.x
...
chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.113.0
2024-08-13 22:19:03 +03:00
Slavi Pantaleev and GitHub
01dbd259c6
Merge pull request #3472 from aine-etke/patch-337
...
Update agru url in justfile
2024-08-12 09:06:08 +03:00
Slavi Pantaleev
6bef71ebb8
Make ansible-lint happy
2024-08-10 06:37:48 +03:00
Slavi Pantaleev
9d11271d59
Initial (not yet enabled) work on Heisenbridge handling media requests at matrix.DOMAIN/heisenbridge/*
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3470
- https://github.com/hifi/heisenbridge/releases/tag/v1.15.0
During testing, it appears that Heisenbridge generated media URLs
that look like this: `{media_url}/_matrix/media/v3/download/DOMAIN/FILE_ID/FILE_NAME`.
This seems off. We were expecting `{media_url}/_heisenbridge/media/something`
(e.g. `https://matrix.DOMAIN/heisenbridge/_heisenbridge/media/something `, leading to its own media proxy),
but Heisenbridge still seems to be generating URLs destined for the homeserver's Media API.
Until we figure out why that is, `media_url` remains pointed to the homeserver URL (just like before),
so that the bot can continue operating like before.
2024-08-10 06:22:59 +03:00
Slavi Pantaleev and GitHub
8915869824
Merge pull request #3470 from spantaleev/renovate/hif1-heisenbridge-1.x
...
chore(deps): update hif1/heisenbridge docker tag to v1.15.0
2024-08-10 05:50:05 +03:00
Slavi Pantaleev and GitHub
25b8f334a3
Merge pull request #3468 from spantaleev/renovate/prometheus-2.x
...
chore(deps): update dependency prometheus to v2.54.0-0
2024-08-09 16:33:19 +03:00