platform · inferred from evidence
Stormkit
A self-hosted platform for deploying applications, including serverless and Go binary deployments.
- Stormkit local setup: activate mise in your shell and install vips plus pkg-config
A practical guide for Stormkit. Setting up Stormkit locally and something is off? Two common gotchas from a contributor's report.
- Stormkit now ships database tooling and built-in auth providers
If you were waiting on Stormkit to cover backend basics, the DB plus Auth plus Cache request has shipped. On the database side you can run migrations directly from your codebase, and POSTGRES_* variables are available to both server and ser
- Deploy a Laravel app on self-hosted Stormkit via Admin runtime settings
You can deploy a Laravel app on self-hosted Stormkit today. Go to your Profile, then Admin, then the Runtimes section, and add two runtimes: nix:php at version 8.5, and nix:php85Packages.composer at latest.
- Stormkit: cannot auto detect serverless entry file, Start command ignored
On self-hosted Stormkit, a Go binary deploy fails with cannot auto detect serverless entry file because any server/ subfolder hijacked entry detection and the Start command was skipped. Platform bug fixed in PR #410; upgrade.