Skip to content

Orbiter/tedimg

 
 

Repository files navigation

Image upload with Flask

No database, no additional features. Plain and simple image upload.

Screenshot

Use the Docker image

Simply allocate a data directory and create the thumbnails sub-directory:

mkdir -p /path/to/data/thumbnails

Then run the image server:

docker run --name=tedimg -d -v /path/to/data:/data kaiyou/tedimg

Build from source

NodeJS and NPM are required to build from source :

git clone [email protected]:kaiyou/tedimg.git
cd tedimg
npm install
gulp
docker build

About

Flask image upload app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 40.7%
  • Python 38.0%
  • CSS 11.4%
  • JavaScript 9.9%