Imgup is a minimalist temporary image hosting service written in C11 using kcgi and sqlite.
It also comes with a convenient shell script to upload images directly from command line.
You can install a development version using Mercurial
hg clone http://hg.malikania.fr/imgup
Build using standard POSIX make tools, see INSTALL.md for more details.
make
make install
See available manual pages:
An official instance is running on http://imgup.malikania.fr. Images are limited to 3MB with a limit of 5 uploads per minute.
If you want to paste directly from command line, you can use the
imgup
tool.
Example, uploading an image:
imgup background.png http://imgup.malikania.fr
Please check the dedicated imgupd.8 manual page for installation into your web server.