Add new global variable for controlling federation regardless of homeserver implementation
The old variables still work. The global lets us avoid auto-detection logic like we're currently doing for `matrix_nginx_proxy_proxy_matrix_federation_api_enabled`. In the future, we'd just be able to reference `matrix_homeserver_federation_enabled` and know the up-to-date value regardless of homeserver.
This commit is contained in:
@ -150,6 +150,10 @@ matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
|
||||
# Specifies on which container network the homeserver is.
|
||||
matrix_homeserver_container_network: "matrix-homeserver"
|
||||
|
||||
# Specifies whether the homeserver will federate at all.
|
||||
# Disable this to completely isolate your server from the rest of the Matrix network.
|
||||
matrix_homeserver_federation_enabled: true
|
||||
|
||||
# Specifies which systemd services are responsible for the homeserver
|
||||
matrix_homeserver_systemd_services_list: []
|
||||
|
||||
|
Reference in New Issue
Block a user