We have a custom Python Girder plugin that validates uploaded files. It checks the file extension and MIME type, and if they are not in an allowed list, it deletes the uploaded file.
We need guidance on how to package, install, and enable this plugin inside DSA (Girder). Documentation or step-by-step instructions (especially for the Docker-based DSA setup) would be very helpful.