mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
Update config_panel.toml
This commit is contained in:
parent
351e5b831e
commit
bc28859950
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
version = "1.0"
|
||||
|
||||
[main]
|
||||
name = "Bookstack configuration"
|
||||
name = "BookStack configuration"
|
||||
|
||||
[main.auth_config]
|
||||
name = "Athentication configuration"
|
||||
name = "Authentication configuration"
|
||||
|
||||
[main.auth_config.auth_method]
|
||||
ask = "General auth"
|
||||
ask = "General authentication"
|
||||
choices = ["standard", "ldap"]
|
||||
default = "ldap"
|
||||
help = "Select an authentication method to connect to BookStack."
|
||||
|
|
Loading…
Reference in a new issue