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
- Host: GitHub
- URL: https://github.com/ptrcnull/clipload-server
- Owner: ptrcnull
- Created: 2019-11-08T01:04:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T18:20:15.000Z (over 6 years ago)
- Last Synced: 2025-01-25T23:24:58.806Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```