Installer
Properties
| Property | Description | Values | Example | |
|---|---|---|---|---|
namestring | installer name Human-readable name for the installer | Optional | "My SaaS Installer" | |
descriptionstring | installer description Detailed description of what this installer does | Optional | "Complete installer for My SaaS application" | |
slugstring | URL-safe slug URL-friendly identifier for the installer | Optional | "my-saas-installer" | |
appsarray | list of app names Array of app names to include in this installer | Optional | "api", "web-ui" | |
documentation_urlstring | documentation URL Link to the application documentation | Optional | "https://docs.example.com" | |
community_urlstring | community URL Link to community resources or forum | Optional | "https://community.example.com" | |
homepage_urlstring | homepage URL Link to the application homepage | Optional | "https://example.com" | |
github_urlstring | GitHub repository URL Link to the GitHub repository | Optional | "https://github.com/example/repo" | |
logo_urlstring | logo URL URL to the application logo image | Optional | "https://example.com/logo.png" | |
favicon_urlstring | favicon URL URL to the favicon image | Optional | "https://example.com/favicon.ico" | |
og_image_urlstring | OpenGraph image URL URL to the image displayed when sharing the installer on social media | Optional | "https://example.com/og-image.png" | |
demo_urlstring | demo URL Link to a live demo of the application | Optional | "https://demo.example.com" | |
post_install_markdownstring | post-install markdown Markdown content displayed to users after successful installation | Optional | "## Next Steps\n\nYour application is now installed!" | |
copyright_markdownstring | copyright markdown Markdown content for copyright information | Optional | "© 2025 Acme Inc. All rights reserved." | |
footer_markdownstring | footer markdown Markdown content displayed in the installer footer | Optional | `“Documentation | Support”` |