https://www.paypal.me/compilenix
Slack and MS Teams can't be enabled at the same time, because of the differing message format.
- bash
- git
- zip
- unzip
git clone https://git.compilenix.org/Compilenix/web-access_log2email.git
cd web-access_log2email
./buildDist.sh --production
cd dist
cp config.example.js config.js
$EDITOR config.js # make your changes
unzip -ou node.zip >/dev/null
unzip -ou node_modules.zip >/dev/null
rm -v node.zip node_modules.zip
./node/bin/node index.jsgit clone https://git.compilenix.org/Compilenix/web-access_log2email.git
cd web-access_log2email
. ./build.sh
cp config.example.js config.js
$EDITOR config.js # make your changes
node index.js