Skip to content

Commit cb34a1f

Browse files
author
github-actions
committed

File tree

3 files changed

+70
-2
lines changed

3 files changed

+70
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mirror of ProfileManifests in JSON Format for Jamf
22

33
[![Build Status Badge](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml/badge.svg)](https://github.com/Jamf-Custom-Profile-Schemas/ProfileManifestsMirror/actions/workflows/build.yml)
4-
![Manifest Count](https://img.shields.io/badge/manifests-266-blue)
4+
![Manifest Count](https://img.shields.io/badge/manifests-267-blue)
55

66
This repository contains Jamf JSON schema manifests automatically generated from the repository of [ProfileManifests](https://github.com/ProfileManifests/ProfileManifests).
77

last_build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "hash": "5a10ec9d916b51b47025ac7132d51351459376d1", "date": "2025-05-22 08:25:08" }
1+
{ "hash": "761236fe3298fa95eaa2445bc6180dfd756458cd", "date": "2025-05-26 14:46:24" }
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"title": "Firezone (dev.firezone.firezone)",
3+
"description": "Manage configuration for the Firezone macOS client.",
4+
"properties": {
5+
"authURL": {
6+
"type": "string",
7+
"title": "Authentication URL",
8+
"default": "https://app.firezone.dev",
9+
"description": "The base URL to open when users click \"Sign in\". The accountSlug will be appended to this.",
10+
"property_order": 5
11+
},
12+
"apiURL": {
13+
"type": "string",
14+
"title": "WebSocket API URL",
15+
"default": "wss://api.firezone.dev",
16+
"description": "The WebSocket URL of the Firezone control plane to connect to.",
17+
"property_order": 10
18+
},
19+
"logFilter": {
20+
"type": "string",
21+
"title": "RUST_LOG filter string",
22+
"default": "info",
23+
"description": "The RUST_LOG-style filter string to apply to the connectivity library for increasing log output to use for connectivity troubleshooting.",
24+
"property_order": 15
25+
},
26+
"accountSlug": {
27+
"type": "string",
28+
"title": "Account ID or Slug",
29+
"description": "Your 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.",
30+
"property_order": 20
31+
},
32+
"hideAdminPortalMenuItem": {
33+
"type": "boolean",
34+
"title": "Hide admin portal link",
35+
"default": false,
36+
"description": "Hide the Admin portal link in the Firezone menu in the macOS menu bar.",
37+
"property_order": 25
38+
},
39+
"connectOnStart": {
40+
"type": "boolean",
41+
"title": "Connect on start",
42+
"default": true,
43+
"description": "Try 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.",
44+
"property_order": 30
45+
},
46+
"startOnLogin": {
47+
"type": "boolean",
48+
"title": "Start on login",
49+
"default": false,
50+
"description": "Start 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.",
51+
"property_order": 35
52+
},
53+
"disableUpdateCheck": {
54+
"type": "boolean",
55+
"title": "Disable update check",
56+
"default": false,
57+
"description": "Disables 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.",
58+
"property_order": 40
59+
},
60+
"supportURL": {
61+
"type": "string",
62+
"title": "Support URL",
63+
"default": "https://www.firezone.dev/support",
64+
"description": "The URL to which users will be taken to when clicking the Help -> Support link in the menu bar.",
65+
"property_order": 45
66+
}
67+
}
68+
}

0 commit comments

Comments
 (0)