Use this repository as a GitHub template when you want a clean starting point for a new Community Apps submission repository.
- Click Use this template on GitHub and create your own repository.
- Replace the placeholder values in
ca_profile.xml,templates/example-app.xml, andplugins/example-plugin.xml. - Replace
icon.svgwith your own repository icon, or updateca_profile.xmlto point at a hosted icon you control. - Keep one XML file per Docker app under
templates/. - Keep one XML wrapper per plugin under
plugins/. - Delete the example files you do not need.
- Commit and push your repository.
- Run Validate and Scan in the Community Apps submit flow:
/submit.
README.md: onboarding notes for whoever maintains the repository.LICENSE: starter MIT license text. Replace the placeholder copyright line..gitignore: keeps common OS junk out of the repo.icon.svg: starter repository icon referenced byca_profile.xml.ca_profile.xml: repository overview and support metadata shown in Community Apps.templates/example-app.xml: starter Docker application template.plugins/example-plugin.xml: starter plugin wrapper.
- Keep
ca_profile.xmlin the repository root. - Every Docker app entry needs a
<Repository>tag. - Every plugin entry needs a
<PluginURL>tag. - Keep each template's
TemplateURLpointed at the raw GitHub URL for that exact XML file. - Use an OSI-approved license before submitting.