Document new env vars in README

This commit is contained in:
antanst 2025-07-24 16:27:09 +03:00
parent 0488c11d28
commit 9e5c084eae

View file

@ -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`