mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
Changed element domain to fitt to new matrix setup
This commit is contained in:
parent
4ae523f4f8
commit
a85085d687
@ -103,7 +103,6 @@ redirect_domain_mappings:
|
|||||||
- { source: "funkwhale.{{top_domain}}", target: "music.{{top_domain}}" }
|
- { source: "funkwhale.{{top_domain}}", target: "music.{{top_domain}}" }
|
||||||
- { source: "pixelfed.{{top_domain}}", target: "picture.{{top_domain}}" }
|
- { source: "pixelfed.{{top_domain}}", target: "picture.{{top_domain}}" }
|
||||||
- { source: "pictures.{{top_domain}}", target: "picture.{{top_domain}}" }
|
- { source: "pictures.{{top_domain}}", target: "picture.{{top_domain}}" }
|
||||||
- { source: "element.{{top_domain}}", target: "chat.{{top_domain}}" }
|
|
||||||
|
|
||||||
## Docker Applications
|
## Docker Applications
|
||||||
|
|
||||||
@ -121,7 +120,7 @@ domain_mastodon: "microblog.{{top_domain}}"
|
|||||||
domains_mastodon_alternates: []
|
domains_mastodon_alternates: []
|
||||||
domain_matomo: "matomo.{{top_domain}}"
|
domain_matomo: "matomo.{{top_domain}}"
|
||||||
domain_matrix_synapse: "matrix.{{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_mediawiki: "wiki.{{top_domain}}"
|
||||||
domain_nextcloud: "cloud.{{top_domain}}"
|
domain_nextcloud: "cloud.{{top_domain}}"
|
||||||
domain_pixelfed: "picture.{{top_domain}}"
|
domain_pixelfed: "picture.{{top_domain}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user