From 9e5c084eaec03483f3e0615b5850d30d93f1d857 Mon Sep 17 00:00:00 2001 From: antanst <> Date: Thu, 24 Jul 2025 16:27:09 +0300 Subject: [PATCH] Document new env vars in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14ef48e..1e0be8c 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ The following environment variables are used to configure tududi: #### Optional Variables: - `PUID`, `GUID` - Run with specified user and group ID (instead of defaults 1001/1001) +- `DB_FILE` - Path to sqlite DB file +- `TUDUDI_UPLOAD_PATH` - Path where uploaded files are stored - `TUDUDI_ALLOWED_ORIGINS` - Controls CORS access for different deployment scenarios: - Not set: Only allows localhost origins - Specific domains: `https://tududi.com,http://localhost:3002`