Skip to content

Allmon3 0.11.0

Compare
Choose a tag to compare
@jxmx jxmx released this 17 Jun 20:09

What's New in v0.11.0

  • Complete installation by apt/dpkg into a basic working Allmon3
  • Fix incompatibility of Apache2-related configuration with stock Debian apache2 package configuration
  • Implementation of per-node commands in web.ini
  • IP binding is now configurable
  • menu.ini ordering is now preserved in the web interface
  • Fix compatability in asyncio with Python 3.7 for Debian 10 support
  • Cleanup of JavaScript code
  • Handle additional network-related error conditions for AMI connections

Compatibility from v0.10

All configuration from v0.10 should be forward-compatible with v0.11 with the exception of
the apache2 configuration. Apache configuration is no longer optional and located in /etc/allmon3/apache.conf.
The configuration is now installed and enabled by default at /etc/apache2/sites-available/allmon3.conf. Advanced
website configurations will likely want to comment out the configuration directives in allmon3.conf and place them
into the correct VirtualHost stanza.