Infisical
The templates’ yarn secrets works with Infisical Cloud or your own instance.
For a self-hosted one:
- CLI: log in with
infisical login --domain https://<your-infisical>, or setINFISICAL_API_URLfor non-interactive use. - CI: the nest-api workflows set
INFISICAL_API_URL(change it to your instance) and readINFISICAL_TOKENfrom repository secrets. Create a machine identity with read access to the project’stestenvironment for it. - Projects: one per stacks project, with environments
dev,test,stagingandprod. react-monorepo reads per-workspace folders (/frontend/client,/frontend/types, …); the other templates read/.
See Secrets with Infisical for the day-to-day workflow.