matrix-docker-ansible-deploy/group_vars
Slavi Pantaleev 248463b58b Add Traefik labels to expose /.well-known/element on the matrix. domain
Some Element Call setup resources say that `/.well-known/element/element.json` should be served on the base domain
and should contain content like this:

```json
{
	"call": {
		"widget_url": "https://call.element.example.com"
	}
}
```

We were already generating the file via `matrix-static-files`, but weren't serving it yet.

This patch makes sure it's served on the `matrix.` domain, which allows
people to set up serving on the base domain via a redirect or reverse-proxying.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
2025-03-17 07:51:04 +02:00
..
jitsi_jvb_servers Add license information to files in group_vars 2025-03-05 12:37:37 +09:00
matrix_servers Add Traefik labels to expose /.well-known/element on the matrix. domain 2025-03-17 07:51:04 +02:00
matrix_servers.license Modernise Draupnir Configuration Variable Names (#4170) 2025-03-13 20:25:30 +02:00