Files
sharing/lufi.conf
T

20 lines
561 B
Plaintext
Raw Normal View History

2025-08-25 14:15:52 -04:00
{
# required contact info displayed on the about page
contact => 'mailto:support@ion606.com',
# listen defaults are fine in Docker; were proxied by Caddy
proxy => 1, # very important when running behind Caddy/NGINX
# provisioning/limits
provisioning => {
max_file_size => 524288000, # 500 MiB per upload
max_delay => 604800, # 7 days (seconds)
max_files => 20, # files per “batch”
},
# housekeeping
loglevel => 'warn',
minion => {cleanup => 1}, # enable built-in cleanup worker
}