mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
0a33aa157e
* v2 * Auto-update README * v2 * Auto-update README * fix * Update install * Update systemd.service * fix * fix * fix * fix * Update manifest.toml * cleaning * Update config_panel.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
15 lines
No EOL
383 B
TOML
15 lines
No EOL
383 B
TOML
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"
|
|
default = 100
|
|
help = "Choose the maximum file size allowed to send, in Mo (0 = no limit)"
|
|
bind = "max_file_size:/var/www/__APP__/lufi.conf" |