
***  INXI-REPORT VERSION 1.3  ***

Inxi-report is a small http server that presents an inxi report of your system to the world.
You can use this on forums with a button in your signature. This way if you have troubles
with your computer anybody can see your system specs in a click. A fresh report every hour!
Script now alerts if new update is available.

This script depends on webfsd, aha and inxi. You can install them in one pass with:
 sudo apt install webfsd aha inxi



* inxi-report.sh
  This bash script needs to be started at desktop login via "autostart programs".
  It's a loop that makes a fresh report hourly.

* inxi-report.conf
  A few settings for server port, server docroot and inxi commandline, etc.

* server
  This starts the webfsd server and can only be started from within inxi-report.

* server.log
  Shows all connect activity from server



At the forum use the following BBCode in your signature to show the inxi button with link to
your inxi-report:

  [url=http://<ip>:<port>/index.html][img]https://www.cobrasoft.nl/pics/inxi/pinxi.png[/img][/url]

  <ip>   = your wan IP address or DDNS name
  <port> = port number to your server

If you want another png file to show as button, change the url to that image between the [img] tags.


Have fun!

Scripted by Koentje  (lowrida007@gmail.com)  (c) Cobrasoft

