1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Fix config_panel.toml: bad help key

This commit is contained in:
Salamandar 2024-06-09 23:29:38 +02:00
parent bdb2753874
commit 30491d2954

View file

@ -84,7 +84,7 @@ services = ["__APP__"]
[privacy.portal_rooms.text] [privacy.portal_rooms.text]
ask = ''' ask = '''
!! Inviting the Bridge in an encrypted room !! !! Inviting the Bridge in an encrypted room !!
!! breaks real End-to-End Encryption (e2ee) !! !! breaks real End-to-End Encryption (e2ee) !!
!! Messages will be unencrypted on the Bridge Server !! !! Messages will be unencrypted on the Bridge Server !!
''' '''
type = "markdown" type = "markdown"
@ -96,7 +96,7 @@ services = ["__APP__"]
no = "false" no = "false"
help = "Enable so-called End-to-Bridge (e2b) Encryption. For the Bridge to work in group chat Rooms with End-to-End Encryption (e2ee) enabled." help = "Enable so-called End-to-Bridge (e2b) Encryption. For the Bridge to work in group chat Rooms with End-to-End Encryption (e2ee) enabled."
bind = "encryption>allow:__INSTALL_DIR__/config.yaml" bind = "encryption>allow:__INSTALL_DIR__/config.yaml"
[privacy.portal_rooms.encryption_default] [privacy.portal_rooms.encryption_default]
ask = "Force-enable Encryption in all Portal Rooms the Bridge creates?" ask = "Force-enable Encryption in all Portal Rooms the Bridge creates?"
type = "boolean" type = "boolean"
@ -146,12 +146,10 @@ services = ["__APP__"]
name = "Advanced Settings" name = "Advanced Settings"
services = ["__APP__"] services = ["__APP__"]
[advanced.help] [advanced.helptext]
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION" name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
[advanced.help.text] type = "markdown"
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
type = "markdown"
[advanced.whatsapp] [advanced.whatsapp]
name = "WhatsApp Web API MetaData" name = "WhatsApp Web API MetaData"
@ -173,7 +171,7 @@ services = ["__APP__"]
choices = ["unknown", "chrome", "firefox", "ie", "opera", "safari", "edge", "desktop", "ipad", "android_tablet", "ohana", "aloha", "catalina", "tcl_tv"] choices = ["unknown", "chrome", "firefox", "ie", "opera", "safari", "edge", "desktop", "ipad", "android_tablet", "ohana", "aloha", "catalina", "tcl_tv"]
help = "Must be 'unknown' for a generic icon or a valid browser name if you want a specific logo." help = "Must be 'unknown' for a generic icon or a valid browser name if you want a specific logo."
bind = ":__INSTALL_DIR__/config.yaml" bind = ":__INSTALL_DIR__/config.yaml"
[advanced.appservice] [advanced.appservice]
name = "HomeServer Application Service" name = "HomeServer Application Service"
@ -216,4 +214,3 @@ services = ["__APP__"]
help = "Defaults to: '127.0.0.1:8001'. The path is always /metrics" help = "Defaults to: '127.0.0.1:8001'. The path is always /metrics"
bind = "metrics>listen:__INSTALL_DIR__/config.yaml" bind = "metrics>listen:__INSTALL_DIR__/config.yaml"
visible = "enable_metrics" visible = "enable_metrics"