This commit is contained in:
ION606
2025-08-25 14:15:52 -04:00
commit 38a9eb3991
3 changed files with 92 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
# 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
}