mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
15 lines
No EOL
594 B
TOML
15 lines
No EOL
594 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Tube configuration"
|
|
services = ["__APP__"]
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.max_upload_size]
|
|
ask = "Max upload size"
|
|
type = "number"
|
|
help = "Set max_upload_size to the maximum number of bytes you wish to impose on uploaded and imported videos. Upload(s)/Import(s) that exceed this size will by denied by the server. This is a saftey measure so as to not DoS the Tube server instance. Set it to a sensible value you see fit."
|
|
bind = "max_upload_size:/var/www/__APP__/config.json"
|
|
|