PasteDat 一个用于在Beaker浏览器中利用Dat安全共享文件的工具

PasteDat 一个用于在Beaker浏览器中利用Dat安全共享文件的工具,一个点对点的类似gist的工具。 它使用Beaker浏览器的API使用Dat协议编写文件。

Node.js HTTP工具

访问GitHub主页

共122Star

详细介绍

PasteDat

PasteDat is a peer-to-peer gist-like tool. It uses the Beaker browser's APIs to write files with the Dat protocol.

All file snippets created with PasteDat are hosted directly from your devic and on a peer-to-peer network, and only people who know the secret URL can discover and download the files. Learn more.

Install Beaker, then try it out at dat://43dfc9f23fdded8cc7c01c71c0702a0529130af0258e7fb30bf5a0a3f73d69b3

alt text

Install

With Beaker

Download the Beaker browser, then open PasteDat at dat://43dfc9f23fdded8cc7c01c71c0702a0529130af0258e7fb30bf5a0a3f73d69b3. To enable PasteDat while you're offline, save it to your Library in Beaker.

With the Dat CLI

To create your own instance of PasteDat, clone the source, build it with npm, and then serve with the Dat CLI:

git clone git@github.com:taravancil/paste-dat.git
cd paste-dat
npm install
npm run build
dat share

Finally, open the the Dat URL in Beaker.