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 repo and tag is picked up by the IMAGE and VERSION files
build
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