An open API service indexing awesome lists of open source software.

https://github.com/suhanyujie/image-server

simple image server
https://github.com/suhanyujie/image-server

go image server

Last synced: 10 days ago
JSON representation

simple image server

Awesome Lists containing this project

README

          

# image-server
* 简单的图片服务器,不依赖nginx等其他服务

## install
* `git clone https://github.com/suhanyujie/image-server.git`

## build
* `./build.sh`

## run
* `./imageServer > /dev/null &`

## log
* 访问非图片文件,则执行下载操作 20190417
* 测试发布 20190409