tjwebhooker
v1.0.17
Published
configurable unix webhook daemon
Readme
T.J. Webhooker
This unix daemon eats webhook requests and maps them to shell invocations as specified by a user-supplied configuration file.
Requirements
- Node.js v0.12.0+
- Ubuntu 14.04
Installation
sudo npm install --unsafe-perm --global tjwebhookerUninstallation
sudo npm uninstall --unsafe-perm --global tjwebhookerUsage
- populate
/etc/tjwebhooker/webhooks.jsonas you see fit service tjwebhooker restartto reload your webhooks configuration- there is no third thing
T.J. Webhooker writes to the syslog facility specified in /etc/tjwebhooker/daemon.conf. (local0, by default) You
should definitely configure rsyslog to do something useful with these messages. Definitely do not comment out the
facility setting in daemon.conf because that would turn off logging entirely.
License
T.J. Webhooker is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.