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 366f1f7e69 Externalized thumbnail generation from controller; added insert to db 2023-09-21 20:49:24 -05:00
src Externalized thumbnail generation from controller; added insert to db 2023-09-21 20:49:24 -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 Preliminary hash and thumb generation 2023-09-21 16:56:59 -05:00
start-app.sh Resolving Sqlite3 + Hibernate issues; rename and cleaned up files 2023-09-20 21:10:36 -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.