1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/config_panel.toml

32 lines
919 B
TOML
Raw Normal View History

2022-01-14 19:09:22 +01:00
version = "1.0"
[main]
name = "Invidious configuration"
services = ["__APP__"]
[main.config]
name = "Configuration Options"
[main.config.registration_enabled]
ask = "Enable registration"
type = "boolean"
yes = "true"
no = "false"
help = "Allow/Forbid Invidious (local) account creation"
bind = "registration_enabled:__INSTALL_DIR__/config/config.yml"
2022-01-14 19:09:22 +01:00
[main.config.login_enabled]
ask = "Enable login"
type = "boolean"
yes = "true"
no = "false"
help = "Allow/Forbid users to log-in"
bind = "login_enabled:__INSTALL_DIR__/config/config.yml"
2022-01-14 19:09:22 +01:00
[main.config.captcha_enabled]
ask = "Enable captcha"
type = "boolean"
yes = "true"
no = "false"
help = "Enable/Disable the captcha challenge on the login page"
bind = "captcha_enabled:__INSTALL_DIR__/config/config.yml"