mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Update config_panel.toml
This commit is contained in:
parent
9b06bc239c
commit
abbdc63eaa
1 changed files with 6 additions and 0 deletions
|
@ -10,17 +10,23 @@ services = ["__APP__"]
|
||||||
[main.config.registration_enabled]
|
[main.config.registration_enabled]
|
||||||
ask = "Enable registration"
|
ask = "Enable registration"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
help = "Allow/Forbid Invidious (local) account creation"
|
help = "Allow/Forbid Invidious (local) account creation"
|
||||||
bind = "registration_enabled:__FINALPATH__/config/config.yml"
|
bind = "registration_enabled:__FINALPATH__/config/config.yml"
|
||||||
|
|
||||||
[main.config.login_enabled]
|
[main.config.login_enabled]
|
||||||
ask = "Enable login"
|
ask = "Enable login"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
help = "Allow/Forbid users to log-in"
|
help = "Allow/Forbid users to log-in"
|
||||||
bind = "login_enabled:__FINALPATH__/config/config.yml"
|
bind = "login_enabled:__FINALPATH__/config/config.yml"
|
||||||
|
|
||||||
[main.config.captcha_enabled]
|
[main.config.captcha_enabled]
|
||||||
ask = "Enable captcha"
|
ask = "Enable captcha"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
help = "Enable/Disable the captcha challenge on the login page"
|
help = "Enable/Disable the captcha challenge on the login page"
|
||||||
bind = "captcha_enabled:__FINALPATH__/config/config.yml"
|
bind = "captcha_enabled:__FINALPATH__/config/config.yml"
|
Loading…
Add table
Reference in a new issue