Provides a rudimentary image server, easy upload, no security, etc.
/ - upload dialog
/list - JSON output of what images are on the system
/images/ - retreive the image as JPG or PNG, used for my websites.
/healthz - Kubernetes health / live check
/upload - called by post from /
The tag is picked up my the VERSION file
.\build.ps1 ghcr.io/jfmatth/tornado-imageserver
add a -push flag at the end
uv run main.py
Make sure podman machine is started
This makes the necessary volumes to store the images, not on the local FS
podman compose up