bs free img host
Go to file
dave a31ccd4ab9 Fix use of docker volume 2017-02-07 23:25:57 -08:00
docker Fix use of docker volume 2017-02-07 23:25:57 -08:00
imghost Fix use of docker volume 2017-02-07 23:25:57 -08:00
ui initial commit 2017-02-06 23:15:34 -08:00
README.txt Dockerfile 2017-02-07 23:05:09 -08:00
requirements.txt Dockerfile 2017-02-07 23:05:09 -08:00
setup.py initial commit 2017-02-06 23:15:34 -08:00

README.txt

IMGHOST

The simplest imghost

Install like:

pip3 install -r requirements.txt
python3 setup.py install
imghost

Then visit http://127.0.0.1:3000/

Dockerfile, based on http://gitlab.davepedu.com/dave/docker-nginx:

# docker build -t imghost -f docker/Dockerfile .
# docker run -it --rm -v /host/path:/usr/share/imghost/ui/i/ -p 8080:80 --name imghost imghost