This is a Spring Boot application to be a thumbnailer for applications. This will support an exposed API and/or local Unix socket whereby queries and submissions for generation can occur. In addition, (currently) an Sqlite3 db will be used to store thumbnails but in the future MinIO might be an option too.
Go to file
itdominator 013e99feeb Initial commit 2023-09-20 21:27:55 +00:00
.gitignore Initial commit 2023-09-20 21:27:55 +00:00
LICENSE Initial commit 2023-09-20 21:27:55 +00:00
README.md Initial commit 2023-09-20 21:27:55 +00:00

README.md

thumbnail-api

This is a Spring Boot application to be a thumbnailer for applications. This will support an exposed API and/or local Unix socket whereby queries and submissions for generation can occur. In addition, (currently) an Sqlite3 db will be used to store thumbnails but in the future MinIO might be an option too.