Little helper to filter through the amoveo logfiles, since all my nodes are on VPS i run this with a webserver and restrict access as needed
-
Get a Webserver and PHP
- apt install apache2 libapache2-mod-php
-
Clone this repo into your web-root
- cd /var/www/html
- git clone https://github.com/Sykh/amoveo-logparser
-
Add the logfiles, the easiest way to do this is by mounting them
- cd /var/www/html/amoveo-logparser
- mkdir files
- mount --bind ~/amoveo/_build/prod/rel/amoveo_core/log files/
-
Access the page via your brower, open http://your-ip/amoveo-logparser
- You have given unrestricted access to your logfiles right now, don't do this if there is money on this node or it is running channels. Secure your webserver via .htacess or other means, maybe VPN to your node and let the webserver only answer on that IP...