Files: 94672a88d8a56a28418985f1b77ad53e84f05c9a / README.md
642 bytesRaw
ssb-publishguard
Intercept publishing messages with a prompt in a local web browser.
With this scuttlebot plugin installed, any call to sbot.publish
or
sbot.private.publish
will trigger opening a web browser with a form to
confirm or cancel publishing the proposed message.
The purpose of this to give the user a final review of any message that their scuttlebot client is going to publish. This may help reduce the likelihood of publishing accidental, malformed, duplicate, or poorly-thought-out messages.
Install
ln -rs . ~/.ssb/node_modules/ssb-publishguard
sbot plugins.enable ssb-publishguard
# restart sbot server
Built with git-ssb-web