Files: 1e6b1647e26288549bebc55695f9cc0670926609 / README.md
1026 bytesRaw
ssb-notifier
Desktop notifications for ssb/patchwork. Generates notifications on mentions, digs, private messages, replies, and follows. Works on linux and OSX, like magic.
Install
From NPM:
sbot plugins.install ssb-notifier
From Git:
git clone ssb://%A2FOQ9DDID+M3qAUnocWXcMakckyvUr+QArf66Y4LT0=.sha256 ~/ssb-notifier
sbot plugins.install ~/ssb-notifier
Config
~/.ssb/config
:
{
"notifications": {
"msgBaseUrl": "http://localhost:8989/msg/"
"browser": "x-www-browser"
}
}
msgBaseUrl
: base url to open when activating a notification about a message. Default is the one hosted by ssb-ws.browser
: Browser or command to open the message URL if using freedesktop-notifications. Default isx-www-browser
.
License
Copyright 2016, 2017, 2010 Charles Lehner
Usage of the works is permitted provided that this instrument is retained with the works, so that any entity that uses the works is notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
Built with git-ssb-web