Merge latest enhancements and bugfixes from devel to master

This commit is contained in:
Oliver Falk
2025-10-29 17:18:49 +01:00
parent 0ee2f807c0
commit 2b799ba83b
10 changed files with 1601 additions and 895 deletions

View File

@@ -327,6 +327,9 @@ ENABLE_FILE_SECURITY_VALIDATION = True
ENABLE_EXIF_SANITIZATION = True
ENABLE_MALICIOUS_CONTENT_SCAN = True
# Avatar optimization settings
PAGAN_CACHE_SIZE = 1000 # Number of pagan avatars to cache
# Logging configuration - can be overridden in local config
# Example: LOGS_DIR = "/var/log/ivatar" # For production deployments