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

https://github.com/ptrcnull/clipload-server

clipload-compatible server
https://github.com/ptrcnull/clipload-server

Last synced: about 1 month ago
JSON representation

clipload-compatible server

Awesome Lists containing this project

README

          

# clipload-server
> [clipload](https://github.com/Bjornskjald/clipload) compatible server

Building:
```
go build server.go
```
or
```
docker build -t clipload-server .
```

Running:
```
docker run -d --name clipload-server -p 8012:8012 -v $(pwd)/img:/app/img clipload-server
```