mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
20 lines
575 B
TOML
20 lines
575 B
TOML
|
version = "1.0"
|
||
|
|
||
|
[main]
|
||
|
name = "MyTinyTodo configuration"
|
||
|
|
||
|
[main.config]
|
||
|
name = "Configuration Options"
|
||
|
|
||
|
[main.config.title]
|
||
|
ask = "Set title"
|
||
|
type = "string"
|
||
|
help = "Specify a title for your todolist."
|
||
|
bind = "title:__FINALPATH__/db/config.php"
|
||
|
|
||
|
[main.config.set_password]
|
||
|
ask = "Set password"
|
||
|
type = "password"
|
||
|
help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist."
|
||
|
bind = "password:__FINALPATH__/db/config.php"
|