JAWA 3.1.0
Installation Steps:
- Complete server requirements
- Rename certificate to jawa.crt and the private key to jawa.key
- Ensure you are in the same directory as your jawa.crt and jawa.key
- Download and run JAWA installer:
curl -O https://raw.githubusercontent.com/jamf/JAWA/master/bin/installer.sh && sudo bash ./installer.sh
- After installation completes, navigate to your FQDN/IP (i.e., https://jawa.company.com) in your web browser to continue with the web-based setup
JAWA v3.1.0 release
- New features
- enhanced UI, mobile-friendly view
- unified installer
- enhanced script cleanup routine
- Bugfixes
- improved error handling
- sanitized user inputs to prevent XSS exploits
- unified installer that does not overwrite nginx defaults (resolving #31)
- general bugfix and maintenance
What's Changed
- bugfix for custom webhook responses by @ball42 in #38
- Mobile view by @ball42 in #39
- Installer by @ball42 in #41
- Updated requirements.txt by @ropelletier in #44
- JAWA - v3.1.0 by @ball42 in #46
New Contributors
- @ropelletier made their first contribution in #44
Full Changelog: v3.0.3...v3.1.0