Skip to content

Munkireport 6.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bochoven bochoven released this 21 May 21:18

6.0.0-beta.1 (May 21, 2021)

*** COMPLETE REWRITE BETA VERSION - FOR TESTING ONLY ***

This is the first beta release of the new version of MunkiReport. Please use for testing only, don't use in production!

Documentation will follow, some initial docs can be found here:
https://github.com/munkireport/munkireport-php/tree/wip/docs/illuminate

Some changes:

Network authentication is now firewall

FIREWALL_ENABLED=TRUE
FIREWALL_ALLOW_IP4="0.0.0.0, 127.0.0.0/23"
FIREWALL_REDIRECT_DENIED="https://google.com"

Local authentication now uses the database.

Events may be forwarded to Notification channels, such as Slack and Teams, using the config
setting notification.forward_events (default true).