Changed element domain to fitt to new matrix setup

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-21 20:42:33 +01:00
parent 29f42f6bc9
commit ea8788b095

View File

@ -103,7 +103,6 @@ redirect_domain_mappings:
- { source: "funkwhale.{{top_domain}}", target: "music.{{top_domain}}" }
- { source: "pixelfed.{{top_domain}}", target: "picture.{{top_domain}}" }
- { source: "pictures.{{top_domain}}", target: "picture.{{top_domain}}" }
- { source: "element.{{top_domain}}", target: "chat.{{top_domain}}" }
## Docker Applications
@ -121,7 +120,7 @@ domain_mastodon: "microblog.{{top_domain}}"
domains_mastodon_alternates: []
domain_matomo: "matomo.{{top_domain}}"
domain_matrix_synapse: "matrix.{{top_domain}}"
domain_matrix_element: "chat.{{top_domain}}"
domain_matrix_element: "element.{{top_domain}}"
domain_mediawiki: "wiki.{{top_domain}}"
domain_nextcloud: "cloud.{{top_domain}}"
domain_pixelfed: "picture.{{top_domain}}"