fix auth freezing requests, fix ext extraction ?, fix upload not taking sanatized name, add file query and thumbnails

This commit is contained in:
creations 2025-03-12 12:54:25 -04:00
parent 6a55f9f5a9
commit b24b1484cb
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 264 additions and 19 deletions

View file

@ -38,6 +38,7 @@ class ServerHandler {
message: webSocketHandler.handleMessage.bind(webSocketHandler),
close: webSocketHandler.handleClose.bind(webSocketHandler),
},
maxRequestBodySize: 10 * 1024 * 1024 * 1024, // 10GB ? will be changed to env var soon
});
logger.info(