git ssb

0+

cel / dillo-dat



Branch:
cel committed Add websiteLatest: d93a11d on 1/14/2019, 5:09:17 AM
📄LICENSE
📄README.md
📄dat.dpi
📄dat.json
📄dillo-dat-logo-128.png
📄favicon.ico
📄index.html
📄package-lock.json
📄package.json
📄screenshot.png
README.md

dillo-dat

Connect to Dat sites in Dillo.

Install

git clone ssb://%44lamL1D9pK0SIxqDUgaL7+4FzqnyWs30SVmbcg5DhI=.sha256 dillo-dat
cd dillo-dat
npm install
mkdir -p ~/.dillo/dpi/dat
ln -rs dat.dpi ~/.dillo/dpi/dat
test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc
echo 'proto.dat=dat/dat.dpi' >> ~/.dillo/dpidrc
dpidc stop

Usage

Navigate to dat:// URLs in dillo like any other URLs.

Examples:

Dashboard

The dashboard page, dpi:/dat/, lists Dat archives that you are currently replicating, shows a list of connected peers for each one, and gives you an option to stop replicating each archive, and to stop replicating all of them.

Directory listings

Normally, browsing to a directory will show the index.html if there is one in the directory. To override this and see the directory listing instead, put two slashes at the end of the URL. e.g. dat://87ed2e3b160f261a032af03921a3bd09227d0a4cde73466c17114816cae43336//

Homepage

dat://e16fa4a4a167105f3ff2ae14e6dd6fceda405e17f0ff7b241811305c1bdb90a9/

License

AGPLv3+

Built with git-ssb-web