mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
23 lines
No EOL
678 B
TOML
23 lines
No EOL
678 B
TOML
version = "1.0"
|
|
|
|
[encryption]
|
|
name = "Encryption"
|
|
services = ["__APP__"]
|
|
[encryption.config]
|
|
name = "Encryption settings"
|
|
|
|
[encryption.config.encryption]
|
|
ask = "Enable encryption"
|
|
type = "boolean"
|
|
yes = "true"
|
|
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" |