The latest beta for Allmon3 is now available. The code is becoming quite stable and suitable for a wide audience. I expect v1.0 to be released sometime after ARRL Field Day.
Allmon3 v0.11.0 is a major update from v0.10.
The release can be accessed here: https://github.com/AllStarLink/Allmon3/releases/tag/rel_t_0_11_0
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 compatibility 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.
Install from Source
With v0.11.0, make install
is no longer supported for general-purpose use. The Makefiles are written and optimized for creation of .deb
packages for deployment.
Thanks
Thanks to WD6AWP and DS5QDR for bug reports from the beta test
5 posts - 2 participants