Firezone
dev.firezone.firezone
Manage configuration for the Firezone macOS client.
Configuration Keys (10)
| Key | Type | Title |
|---|---|---|
authURLThe base URL to open when users click "Sign in". The accountSlug will be appended to this. Default: "https://app.firezone.dev" | string | Authentication URL |
apiURLThe WebSocket URL of the Firezone control plane to connect to. Default: "wss://api.firezone.dev" | string | WebSocket API URL |
logFilterThe RUST_LOG-style filter string to apply to the connectivity library for increasing log output to use for connectivity troubleshooting. Default: "info" | string | RUST_LOG filter string |
accountSlugYour Firezone account ID or slug which will be appended to the authURL to form the complete sign in URL. Will be set automatically by the client after the first successful authentication. | string | Account ID or Slug |
hideAdminPortalMenuItemHide the Admin portal link in the Firezone menu in the macOS menu bar. Default: false | boolean | Hide admin portal link |
hideResourceListHide the resource list in the Firezone menu in the macOS menu bar. Default: false | boolean | Hide resource list |
connectOnStartTry to connect to Firezone using the saved token and configuration when the client application starts. If the authentication token is expired, the client will start in a disconnected state. Default: false | boolean | Connect on start |
startOnLoginStart the Firezone client when the user logs into the machine. Requires the Firezone client to be running to take effect. In many cases you probably want to configure this using a Managed Login Items payload instead to force the client to be running. Default: false | boolean | Start on login |
disableUpdateCheckDisables the update check and notification for the Standalone variant of the macOS client. App Store variant versions 1.4.15 and higher already have this disabled. Default: false | boolean | Disable update check |
supportURLThe URL to which users will be taken to when clicking the Help -> Support link in the menu bar. Default: "https://www.firezone.dev/support" | string | Support URL |