mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Create config_panel.toml.example
This commit is contained in:
parent
ccee9d6b5f
commit
302ea8f0d0
1 changed files with 14 additions and 0 deletions
14
config_panel.toml.example
Normal file
14
config_panel.toml.example
Normal file
|
@ -0,0 +1,14 @@
|
|||
version = "1.0"
|
||||
|
||||
[main]
|
||||
name = "Lufi configuration"
|
||||
services = ["__APP__"]
|
||||
|
||||
[main.config]
|
||||
name = "Configuration Options"
|
||||
|
||||
[main.config.max_file_size]
|
||||
ask = "Max file size",
|
||||
type = "number"
|
||||
help = "Choose a max file size, in Mo (0 = no limit)"
|
||||
bind = "max_file_size:/var/www/lufi/lufi.conf"
|
Loading…
Add table
Reference in a new issue