Logs journalctl to Discord using webhooks
- node.js v16+
- git
- (optional) pm2
curl -s https://raw.githubusercontent.com/LenofagIndustries/journalctl.log/main/install.sh | sh
Or
git clone https://github.com/LenofagIndustries/journalctl.logcd journalctl.lognpm install- Configure
config.js - (optional) Daemonize using
pm2 start index.js --name journalctl.log
