-
Notifications
You must be signed in to change notification settings - Fork 5
MunkiScripts
Steve edited this page Jun 1, 2024
·
3 revisions
Check out the dropdown and download the .pkg
![ScreenShot2](https://private-user-images.githubusercontent.com/5426904/335794592-6d40414f-6728-4ee9-8f7b-defb094874c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTY0NjcsIm5iZiI6MTczOTM5NjE2NywicGF0aCI6Ii81NDI2OTA0LzMzNTc5NDU5Mi02ZDQwNDE0Zi02NzI4LTRlZTktOGY3Yi1kZWZiMDk0ODc0YzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjEzNjA3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2JjYTI2NTNkOWUzZGQzNmY0MzA1MTgzYjFjZWJhYWE5YzgxZTk0NTRiZjE3NzdiODhjMzhlYWEyMDRlOGMxMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.sxV3ZVGsEwERF_ZpqqIjC21URG_LxDtT0NLuDlhlp3U)
Double klick on the .pkg
defaults write /var/root/Library/Preferences/com.github.stevekueng.munkiwebadmin.plist ServerURL -string "http://munkiwebadmin.example.com"
#basic auth key created with: python python -c 'import base64; print "Basic %s" % base64.b64encode("USERNAME:PASSWORD")'
defaults write /var/root/Library/Preferences/com.github.stevekueng.munkiwebadmin.plist authKey -string "QmFzaWMgdGVzdDpwYXNz"