git ssb

0+

clemo / ssb-ipfs-share



forked from arj / dat-share

Tree: 1115c71b553c0e514a8b186b8bdd848b71644c16

Files: 1115c71b553c0e514a8b186b8bdd848b71644c16 / README.md

722 bytesRaw

ssb-ipfs-share

Find ipfs links in posts and pin them automatically

Command line usage:

node bin.js [-i]

Sbot plugin usage:

mkdir -p ~/.ssb/node_modules
cd ~/.ssb/node_modules
git clone ssb://%1Wul6RuMYXjmXqikA5692Xlp95vgYM1aLyk6ws+6YTo=.sha256 ssb-ipfs-share && cd ssb-ipfs-share
npm install
sbot plugins.enable ssb-ipfs-share
# restart sbot

For configuration, you can change options in ~/.ssb/config, add:

  "ipfsShare": {
    "onlyPeopleIFollow": true,
    "ifpsApiUrl":"/ip4/127.0.0.1/tcp/5001"
  }

special thanks to @arj for writing dat-share

Built with git-ssb-web