Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u2takey/clipboard-os
https://github.com/u2takey/clipboard-os
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/u2takey/clipboard-os
- Owner: u2takey
- Created: 2021-08-21T08:27:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T12:48:23.000Z (about 3 years ago)
- Last Synced: 2024-10-10T20:10:14.244Z (28 days ago)
- Language: Go
- Size: 3.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clipboard-os
clipboard-os is an online clipboard based on object-storage, now clipboard-os support s3, cos.
## use with docker
```bash
make docker
docker run -p 80:80 -e os_secret=xx:yy -e bucket_url=https://ss.cos.ap-shanghai.myqcloud.com clipboard
```