Currated list of custom templates created by the Citrix Community that can be added to Citrix Optimizer. See Blog Post for more detail.
NOTE: You must be using Citrix Optimizer 2.0 or higher
- Open Citrix Optimizer
- Select Template Marketplace from left
- Select "Add New Marketplace" from the bottom left
- Add the following URL: https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml
- Select Done
- Create a fork of this repo
- Create a new folder under the templates folder reflecting the author of the template
- Copy any created templates to this new folder
- (Optional) Add a README.md to your author folder if desired with anything you desire
- Commit and push any changes to your fork (NO NEED TO EDIT communitymarketplace.xml)
- Create Pull Request making sure to fill out the questionaire
- The following tests will be run and must pass in order to be approved
- Author of the template file must match directory name
- Template display name must be unique for all templates
- Template ID must be unique for all templates
- lastupdatedate date format should be M/DD/YYYY
If file validation is required
# Import my GPG key.
invoke-restmethod https://github.com/ryancbutler.gpg | gpg --import -
# Download XML and signature
Invoke-WebRequest -Uri "https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml" -OutFile "./communitymarketplace.xml"
Invoke-WebRequest -Uri "https://github.com/ryancbutler/Citrix_Optimizer_Community_Template_Marketplace/releases/latest/download/communitymarketplace.xml.asc" -OutFile "./communitymarketplace.xml.asc"
# Verify signature.
gpg --verify ./communitymarketplace.xml.asc