mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-05-24 19:45:32 +02:00
Add variables to control Continuwuity forbidden servers (#4339)
This commit is contained in:
parent
e16a644fa2
commit
f36c776bc3
@ -193,3 +193,6 @@ matrix_continuwuity_self_check_validate_certificates: true
|
|||||||
# continuwuity_MAX_REQUEST_SIZE=50000000
|
# continuwuity_MAX_REQUEST_SIZE=50000000
|
||||||
# continuwuity_REQUEST_TIMEOUT=60
|
# continuwuity_REQUEST_TIMEOUT=60
|
||||||
matrix_continuwuity_environment_variables_extension: ''
|
matrix_continuwuity_environment_variables_extension: ''
|
||||||
|
|
||||||
|
matrix_continuwuity_forbidden_remote_server_names: []
|
||||||
|
matrix_continuwuity_forbidden_remote_room_directory_server_names: []
|
||||||
|
@ -1164,13 +1164,13 @@ emergency_password = {{ matrix_continuwuity_config_emergency_password | to_json
|
|||||||
#
|
#
|
||||||
# Basically "global" ACLs.
|
# Basically "global" ACLs.
|
||||||
#
|
#
|
||||||
#forbidden_remote_server_names = []
|
forbidden_remote_server_names = {{ matrix_continuwuity_forbidden_remote_server_names | to_json }}
|
||||||
|
|
||||||
# List of forbidden server names that we will block all outgoing federated
|
# List of forbidden server names that we will block all outgoing federated
|
||||||
# room directory requests for. Useful for preventing our users from
|
# room directory requests for. Useful for preventing our users from
|
||||||
# wandering into bad servers or spaces.
|
# wandering into bad servers or spaces.
|
||||||
#
|
#
|
||||||
#forbidden_remote_room_directory_server_names = []
|
forbidden_remote_room_directory_server_names = {{ matrix_continuwuity_forbidden_remote_room_directory_server_names | to_json }}
|
||||||
|
|
||||||
# Vector list of IPv4 and IPv6 CIDR ranges / subnets *in quotes* that you
|
# Vector list of IPv4 and IPv6 CIDR ranges / subnets *in quotes* that you
|
||||||
# do not want continuwuity to send outbound requests to. Defaults to
|
# do not want continuwuity to send outbound requests to. Defaults to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user