git ssb

3+

cel / ssb-publishguard



Tree: 646e9a686ffbb78a9b41f4c9fbadcba6f3681648

Files: 646e9a686ffbb78a9b41f4c9fbadcba6f3681648 / 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