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 8487384eda Created JSP Home and Scan pages; moved to use war 2023-09-22 16:39:07 -05:00
src Created JSP Home and Scan pages; moved to use war 2023-09-22 16:39:07 -05:00
.gitignore Externalized thumbnail generation from controller; added insert to db 2023-09-21 20:49:24 -05:00
HELP.md Initial commit 2023-09-20 17:44:46 -05:00
LICENSE Initial commit 2023-09-20 21:27:55 +00:00
README.md Initial commit 2023-09-20 21:27:55 +00:00
build.sh Resolving Sqlite3 + Hibernate issues; rename and cleaned up files 2023-09-20 21:10:36 -05:00
mvnw Initial commit 2023-09-20 17:44:46 -05:00
mvnw.cmd Initial commit 2023-09-20 17:44:46 -05:00
pom.xml Created JSP Home and Scan pages; moved to use war 2023-09-22 16:39:07 -05:00
start-app.sh Created JSP Home and Scan pages; moved to use war 2023-09-22 16:39:07 -05: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.