mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-27 02:01:26 +02:00
docs(macos): add CLI-only binary install and MDM deployment guide (#713)
* docs(macos): add CLI-only binary install and MDM deployment guide Document the previously undocumented binary-only install path for macOS using USE_BIN_INSTALL and SKIP_UI_APP flags. Add a new guide for building custom CLI-only .pkg packages for MDM fleet deployment, covering pkgbuild workflow, pre/postinstall scripts, setup key enrollment, and update strategies. * docs(macos): add warnings about unsigned binaries in tarballs The darwin tarballs from GitHub releases contain unsigned binaries — only the official .pkg goes through the sign pipeline. Add warnings to both the install page and MDM guide, and document the full signing workflow: codesign for the binary, pkgbuild --sign for the package, and optional notarization via notarytool.
This commit is contained in:
@@ -461,6 +461,10 @@ export const docsNavigation = [
|
||||
title: 'MDM for Deployment',
|
||||
isOpen: true,
|
||||
links: [
|
||||
{
|
||||
title: 'macOS CLI-Only .pkg',
|
||||
href: '/manage/integrations/mdm-deployment/macos-cli-pkg-deployment',
|
||||
},
|
||||
{
|
||||
title: 'Deploy with Jamf Pro',
|
||||
href: '/manage/integrations/mdm-deployment/jamf-pro-netbird-integration',
|
||||
|
||||
Reference in New Issue
Block a user