feat: global option to configure all bridges encryption default

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar
2024-03-24 02:58:03 +00:00
parent 998b48e07d
commit 23aee07cf4
18 changed files with 20 additions and 16 deletions

View File

@ -16,6 +16,9 @@ matrix_admin: ''
# Global var to enable/disable encryption across all bridges with encryption support
matrix_bridges_encryption_enabled: false
# Global var to make encryption default/optional across all bridges with encryption support
matrix_bridges_encryption_default: "{{ matrix_bridges_encryption_enabled }}"
# Global var to enable/disable relay mode across all bridges with relay mode support
matrix_bridges_relay_enabled: false