1
0
Fork 0
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:
Nathanaël HANNEBERT 2023-01-04 22:42:09 +01:00
parent 984578dbf8
commit 43696caa52

View file

@ -13,3 +13,11 @@ services = ["__APP__"]
no = "false" no = "false"
help = "Enables end to bridge encryption" help = "Enables end to bridge encryption"
bind = "encryption>allow:__FINALPATH__/config.yaml" 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"