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

56 lines
1.8 KiB
TOML
Raw Normal View History

2020-01-02 18:44:54 +01:00
version = "0.1"
name = "Lutim configuration panel"
[main]
name = "Lutim configuration"
[main.configuration]
name = "Lutim configuration"
[main.configuration.always_encrypt]
2020-11-01 14:31:10 +01:00
ask = "Force the encryption of images?"
2020-01-02 18:44:54 +01:00
type = "boolean"
default = true
[main.configuration.antiflood]
ask = "Anti-flood protection delay (seconds)"
type = "number"
default = 0
help = "Users won't be able to ask Lutim to download images more than one per anti_flood_delay seconds."
[main.configuration.delay]
ask = "Default time limit for files"
choices = ["None", "Day", "Week", "Month", "Year"]
default = "Year"
help = "Users won't be able to ask Lutim to download images more than one per anti_flood_delay seconds."
[main.overwrite_files]
name = "Overwriting config files"
[main.overwrite_files.overwrite_settings]
2020-11-01 14:31:10 +01:00
ask = "Overwrite the config file lutim.conf?"
2020-01-02 18:44:54 +01:00
type = "boolean"
default = true
help = "If the file is overwritten, a backup will be created."
[main.overwrite_files.overwrite_nginx]
2020-11-01 14:31:10 +01:00
ask = "Overwrite the nginx config file?"
2020-01-02 18:44:54 +01:00
type = "boolean"
default = true
help = "If the file is overwritten, a backup will be created."
[main.overwrite_files.overwrite_systemd]
2020-11-01 14:31:10 +01:00
ask = "Overwrite the systemd config file?"
2020-01-02 18:44:54 +01:00
type = "boolean"
default = true
help = "If the file is overwritten, a backup will be created."
[main.global_config]
name = "Global configuration"
[main.global_config.email_type]
2020-11-01 14:31:10 +01:00
ask = "Send HTML email to admin?"
2020-01-02 18:44:54 +01:00
type = "boolean"
default = true
help = "Allow app scripts to send HTML mails instead of plain text."