mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented draft for top domain as matrix identifier name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
server_name: "{{domain_matrix_synapse}}"
|
||||
server_name: "{{top_domain}}"
|
||||
pid_file: /data/homeserver.pid
|
||||
listeners:
|
||||
- port: 8008
|
||||
|
3
roles/docker-matrix-compose/templates/well-known.j2
Normal file
3
roles/docker-matrix-compose/templates/well-known.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "{{synapse_domain}}:443"
|
||||
}
|
Reference in New Issue
Block a user