Changelog
010 - Input Groups, App Secrets and more
Better support for apps with many customer inputs.
May 25th, 2024
Input Groups
You can now split up inputs into groups, allowing you to create step-based onboarding flows.
To create an input group:
Each input must declare a group that it belongs too:
The self-hosted installers will automatically render each group.
App Secrets
You can now add app secrets, which can be used to set sensitive values during configuration.
To add a secret:
Now, to reference a secret in your configuration:
Installer Themes
We have updated the installer to use a tailwind theme for most styles.
To set your theme, simply export or create a Tailwind them and add it into your installer, under theme.ts
.
You can learn more about self-hosted installers here.