mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
Fix config_panel.toml: bad help key
This commit is contained in:
parent
740794ed29
commit
a6dd24cf0d
1 changed files with 6 additions and 9 deletions
|
@ -127,12 +127,10 @@ services = ["__APP__"]
|
|||
name = "Advanced Settings"
|
||||
services = ["__APP__"]
|
||||
|
||||
[advanced.help]
|
||||
[advanced.helptext]
|
||||
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||
|
||||
[advanced.help.text]
|
||||
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
||||
type = "markdown"
|
||||
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
||||
type = "markdown"
|
||||
|
||||
[advanced.telegram]
|
||||
name = "Telegram API MetaData"
|
||||
|
@ -197,4 +195,3 @@ services = ["__APP__"]
|
|||
help = "Defaults to: '8000'. The path is always /metrics"
|
||||
bind = "metrics>listen_port:__INSTALL_DIR__/config.yaml"
|
||||
visible = "enable_metrics"
|
||||
|
||||
|
|
Loading…
Reference in a new issue