mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
15 lines
375 B
TOML
15 lines
375 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"
|