Skip to content

jfmatth/tornado-imageserver

Repository files navigation

tornado images

Provides a rudimentary image server, easy upload, no security, etc.

URLs

/ - 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 /

Building

The tag is picked up my the VERSION file

.\build.ps1 ghcr.io/jfmatth/tornado-imageserver

Pushing

add a -push flag at the end

Running locally

basic UV run

uv run main.py

Local with podman

Make sure podman machine is started

This makes the necessary volumes to store the images, not on the local FS

podman compose up

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages