mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
31 lines
No EOL
893 B
TOML
31 lines
No EOL
893 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Miniflux configuration"
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.set_admin]
|
|
ask = "Allow admin"
|
|
type = "boolean"
|
|
help = "Enable authentication with user/password."
|
|
bind = "CREATE_ADMIN:__FINALPATH__/__APP__.conf"
|
|
|
|
[main.config.admin]
|
|
ask = "Set admin"
|
|
type = "user"
|
|
help = "Enter the name of the admin."
|
|
bind = "ADMIN_USERNAME:__FINALPATH__/__APP__.conf"
|
|
|
|
[main.config.password]
|
|
ask = "Set password"
|
|
type = "password"
|
|
help = "Specify password."
|
|
bind = "password:__FINALPATH__/__APP__.conf"
|
|
|
|
[main.config.invidious_instance]
|
|
ask = "Set Invidious instance"
|
|
type = "domain"
|
|
help = "Set a custom Invidious instance to use."
|
|
bind = "INVIDIOUS_INSTANCE:__FINALPATH__/__APP__.conf" |