1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-05-05 06:50:42 +02:00
Files
infrastructure/roles/archweb/templates/well-known-matrix-client.json.j2
Jan Alexander Steffens (heftig) 94f72f84d5 archweb: Move well-known matrix config into files
In preparation for MAS, as adding more data into these inside the NGINX
config is getting unwieldy.
2025-05-04 20:35:50 +02:00

9 lines
141 B
Django/Jinja

{
"m.homeserver": {
"base_url": "https://{{ matrix_domain }}"
},
"m.identity_server": {
"base_url": "https://matrix.org"
}
}