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 e0921074fa Resolving Sqlite3 + Hibernate issues; rename and cleaned up files 2023-09-20 21:10:36 -05:00
src Resolving Sqlite3 + Hibernate issues; rename and cleaned up files 2023-09-20 21:10:36 -05:00
.gitignore Initial commit 2023-09-20 17:44:46 -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 Resolving Sqlite3 + Hibernate issues; rename and cleaned up files 2023-09-20 21:10:36 -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.