mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Update config_panel.toml, use bind
This commit is contained in:
parent
5e0446593a
commit
566ad5cd56
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
[main]
|
[bind]
|
||||||
name = "Mautrix Signal configuration"
|
name = "Mautrix Signal configuration"
|
||||||
|
|
||||||
[main.encryption]
|
[bind.encryption]
|
||||||
name = "Manage encryption"
|
name = "Manage encryption"
|
||||||
|
|
||||||
[main.encryption.allowed]
|
[bind.encryption.allowed]
|
||||||
ask = "Do you want to allow the use of encrypted room with Mautrix Signal Bridge? "
|
ask = "Do you want to allow the use of encrypted room with Mautrix Signal Bridge? "
|
||||||
type = "bololean"
|
type = "string"
|
||||||
optional = false
|
help = "Allow encryption, work in group chat rooms with e2ee enabled. Values possible are 'true' or 'false'."
|
||||||
default = "0"
|
bind = ":__FINALPATH__//config.yaml"
|
||||||
help = "Allow encryption, work in group chat rooms with e2ee enabled"
|
|
||||||
|
|
||||||
# TODO: Add toggle for enabling and enforcing encyption
|
# TODO: Add toggle for enabling and enforcing encyption
|
Loading…
Add table
Reference in a new issue