mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
config panel, add default to encryption
This commit is contained in:
parent
984578dbf8
commit
43696caa52
1 changed files with 8 additions and 0 deletions
|
@ -13,3 +13,11 @@ services = ["__APP__"]
|
|||
no = "false"
|
||||
help = "Enables end to bridge encryption"
|
||||
bind = "encryption>allow:__FINALPATH__/config.yaml"
|
||||
|
||||
[encryption.config.default]
|
||||
ask = "Default to encryption"
|
||||
type = "boolean"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
help = "Default to encryption, force-enable encryption in all portals the bridge creates"
|
||||
bind = "encryption>default:__FINALPATH__/config.yaml"
|
Loading…
Reference in a new issue