mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 06:03:23 +00:00
Feature Request: support for base64 encoded icons #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ecanault on GitHub.
Hi,
It could be helpful to add a new Icon Source defined as a base64 string inside the configuration profile.
This (long) string will be the encoded form of the icon: this will permit for example to avoid the maintenance and the deployment of icons inside packages.
Thanks,
Emmanuel Canault
@colorenz commented on GitHub:
Hi, you only need a storage location to upload the image. You can simply use your Jamf as a free image hoster.
You can upload them to your jamfcloud under the Branding TAB. If you upload a new image, jamf will not delete the old one. Just put your image there and use the IDs to find your images.
https://name.jamfcloud.com/api/v1/branding-images/download/id
@scriptingosx commented on GitHub:
There are two reasons I am reluctant to implement this:
Image data could easily balloon a profile to several Mbytes in size. Even if this doesn't affect the reliability of the deployment, it is not unlikely that it will affect the speed at which the profile downloads and might possibly lead to Setup Manager launching when the profile is not present yet, leading to a failed run.
@ecanault commented on GitHub:
Well perhaps we don't have the same experiences 😉
I think that Mac admins using Setup Manager are smart enough to not put 1 Gb of data in a configuration profile during PreStage enrollment! Adding this feature is just another option for managing icons; it's not mandatory to put base64 encoded icons: all other options (URL, local app icons, symbols) are wonderful and permit to address 99% of use cases.
At this time if we want a very specific design for an action we have to add an extra package during PreStage:
For a reasonable usage, it should have been great.
Too bad, but that said, it's up to you of course!
Regards,
Emmanuel