outset icon indicating copy to clipboard operation
outset copied to clipboard

Automatically process packages and scripts during boot, login, or on demand.

Results 15 outset issues
Sort by recently updated
recently updated
newest added

Makes sure the files in the outset log file directory are not processed.

Calculating the checksums for all of the scripts to be deployed also includes any logs that were generated by outset on the machine. The swift code includes all files in...

Hi there, I created a JSON Schema to have a nicer interface to modify Outset settings in Jamf Pro. The way that Outset processes checksums makes that option a bit...

**Describe the bug** Outset attempts to migrate settings from Outset 3 (Python). If overrides are present in /usr/local/outset/share/com.chilcote.outset.plist, they are loaded correctly but are not saved to /Library/Preferences/io.macadmins.Outset.plist. This appears...

bug

**Describe the bug** In [Outset Python](https://github.com/chilcote/outset), when an item was run (e.g., a script in login-once), the logs would show a line like: ```2024-01-01 00:00:03 AM - INFO: Processing /usr/local/outset/login-every/login_script.sh```...

enhancement

The following plist paths in the wiki appear to be incorrect. [What happens during login?](https://github.com/macadmins/outset/wiki/FAQ#what-happens-during-login) It looks like `/var/root/Library/Preferences/io.macadmins.Outset.plist` should be `/Library/Preferences/io.macadmins.Outset.plist` [Adding Items to Override](https://github.com/macadmins/outset/wiki/ScriptOverrides#adding-items-to-override) It looks like `/var/root/Library/Preferences/io.macadmins.Outset.plist`...

When adding an override the path is not getting recorded correctly into the preference file. I am following the instruction from https://github.com/macadmins/outset/wiki/ScriptOverrides. I am attempting to add two overrides. If...

As per https://github.com/macadmins/outset/wiki/OnDemand, if I create a script in the on-demand folder that fires a --login-once trigger as per below: - "Include your script(s) in the respective /usr/local/outset/login-once/ or /usr/local/outset/login-every/...

Unless I'm missing it in the current documentation available in the Wiki, there is no mention of how to do a clean uninstall of Outset. This is a reminder to...

In the prerelease Outset 4.2.0.21949, when I run a script to touch the ondemand.launchd it doesn't run. When I roll back to the previous official release, it works. /usr/bin/touch /private/tmp/.io.macadmins.outset.ondemand.launchd

bug