matrix-docker-ansible-deploy/roles/custom/matrix-media-repo/tasks
Slavi Pantaleev 329796f4d4 Upgrade Traefik to v3 and adapt matrix-media-repo role
`matrix-media-repo` is the only role that seems incompatible with the
changes introduced by Traefik v3, due to its use of `PathPrefix` with
regular expressions in a few places.

Regular expressions should now be used with `PathRegexp`, not
`PathPrefix`. Furthermore, they should follow the Golang regexp syntax,
as described in the migration guide:
https://doc.traefik.io/traefik/migration/v2-to-v3-details/#dynamic-configuration-changes
2024-07-06 11:05:19 +03:00
..
main.yml Added config validation for matrix media repo 2023-12-05 23:35:05 -06:00
setup_install.yml Squashed commit of the following: 2024-03-24 19:15:43 +02:00
setup_uninstall.yml Updated code to use identifier variable 2023-07-13 21:16:07 -05:00
validate_config.yml Upgrade Traefik to v3 and adapt matrix-media-repo role 2024-07-06 11:05:19 +03:00