From 4410150e43fbe4443d45c0546d90069d399e2eb9 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 20 May 2024 22:02:14 -0700 Subject: [PATCH] Set upload size limits explicitly --- homelab/fighter/config/zipline/zipline.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homelab/fighter/config/zipline/zipline.env b/homelab/fighter/config/zipline/zipline.env index e5283e82..e03d88b9 100644 --- a/homelab/fighter/config/zipline/zipline.env +++ b/homelab/fighter/config/zipline/zipline.env @@ -9,6 +9,8 @@ CORE_LOGGER=true UPLOADER_ASSUME_MIMETYPES=true DATASOURCE_TYPE=local DATASOURCE_LOCAL_DIRECTORY=/uploads +UPLOADER_ADMIN_LIMIT=25gb +UPLOADER_USER_LIMIT=100mb # Configured secret variables #CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]