在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:mayocream/pastebin-ipfs开源软件地址:https://github.com/mayocream/pastebin-ipfs开源编程语言:Go 46.4%开源软件介绍:pastebin-ipfs(IPFS Archivists) Still in development, Pull Requests are welcomed. Pastebin built on IPFS, securely served by Distributed Web and Edge Network. It's like gist but for anonymous. Alternative to Ubuntu Pastebin. Features
UsageWebWebpage serves Gallery and provide GUI to paste your snippets. Vist Webpage. APIAPI Docs: OpenAPI v3 - Swagger UI Pastebin it has a rate limit at 20 qps. TerminalCreate snippets: $ curl -T doc.md https://paste.shoujo.io/api/v0/ # remember to have a slash '/' at the end
# or
$ curl -X POST https://paste.shoujo.io/api/v0/ -d 'いつか君に伝えたいと思っていた気持ちは'
# or
$ curl -X PUT https://paste.shoujo.io/api/v0//lyrics.txt -d 'Stars fall, birds sleep' Cat snippets: curl https://paste.shoujo.io/api/v0/QmTnhJH8azDsudkxgp8wNLEN5Zq86NAE6DAkzwGBDpaQ6Z/plain.txt Self-HostedKubernetesDeploy pastebin-ipfs with Helm. git clone https://github.com/mayocream/pastebin-ipfs
cd pastebin-ipfs/helm
helm install pastebin-ipfs . Refer values.yaml for more detail. Docker ComposeEdit deploy/docker/docker-compose.yml file. docker-compose up -d DockerYou must have ipfs-daemon running on your host first. Check out IPFS docker-compose.yml. docker run -p 8080:3939 mayocream/pastebin-ipfs:latest Developmentmake run # start ipfs daemon at http://127.0.0.1:5001
# run pastebin API at http://127.0.0.1:3939
make web-live # run Webpage FeedbackYou can provide suggestion or ask question by open a Github Issue in any languages. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论