lookyloo
lookyloo copied to clipboard
[Feature]: Deep storage for very old captures
Is your feature request related to a problem? Please describe.
After a while we simply have too many captures on lookyloo, and the disk is seriously filling up and it becomes a problem.
Describe the solution you'd like
Add an optional deep storage script that push the very old captures to a minio.
It is possible to push/request specific objects from a minio instance by UUID, so the goal is to zip a capture, push it over to the minio instance and use the capture UUID as a reference, this way we can still pull old captures if needed.
Describe alternatives you've considered
deleting very old captures, but it would be better to keep them somewhere.
Additional context
No response