Configuration File
Octory uses a plist configuration file to adapt its interface and its behavior. By editing it, you can deeply customize the application, like choosing its components to display, specify which apps should be monitored, and what MDM to use.
The configuration file has several sections. Each one holds a specific element of the application.
You can find a blank configuration file with the minimum required sections from the configurations respository or from the installation section.
Keys
Below are listed all the keys the configuration file accept as its root level. To run a minimal version of Octory, you only need the Slides
and Window
groups.
All the keys marked as Optional are not required to launch Octory. However, when you use an optional group, the keys marked as Required have to be specified.
Name | Type | Required | PRO |
---|---|---|---|
ActionSets | Dictionary | Optional | PRO |
Admin | Dictionary | Optional | |
APIRequests | Dictionary | Optional | PRO |
AppTermination | Dictionary | Optional | |
ColorStyles | Dictionnary | Optional | |
Conditions | Dictionary | Optional | PRO |
FontStyles | Dictionnary | Optional | |
General | Dictionnary | Optional | |
Input | Dictionnary | Optional | |
MenuBarSlide | Dictionnary | Optional | |
Monitoring | Dictionnary | Optional | |
Navigation | Dictionnary | Optional | |
SideContainer | Dictionnary | Optional | PRO |
Slides | Array | Required | |
Window | Dictionary | Required |