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:
parent
bdb2753874
commit
30491d2954
1 changed files with 6 additions and 9 deletions
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue