Files
sharing/lufi.conf
T
ION606 38a9eb3991 init
2025-08-25 14:15:52 -04:00

20 lines
561 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
# 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
}