matrix-docker-ansible-deploy/roles/custom/matrix-bridge-heisenbridge/tasks
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
..
main.yml Move matrix-bridge-heisenbridge to its own container network 2024-01-07 15:24:10 +02:00
setup_install.yml Initial (not yet enabled) work on Heisenbridge handling media requests at matrix.DOMAIN/heisenbridge/* 2024-08-10 06:22:59 +03:00
setup_uninstall.yml Optimize uninstall tasks a bit 2022-11-25 17:28:57 +02:00
validate_config.yml Move matrix-bridge-heisenbridge to its own container network 2024-01-07 15:24:10 +02:00