nullstone icon indicating copy to clipboard operation
nullstone copied to clipboard

Nullstone is a customizable developer platform launched on your cloud accounts.

Results 134 nullstone issues
Sort by recently updated
recently updated
newest added

### Summary For an app, any environment variables that a user inputs through the Nullstone UI are directly added as environment variables on the fargate task definition. Instead, these values...

infra-modules
provider/aws

### Summary It is extremely common for users to structure their app as a front-end UI + back-end API that is served through a single CDN. The CDN is set...

infra-modules
provider/aws

### Summary This feature shows the user which environment variables are injected through attached capabilities. Currently, many capabilities inject environment variables automatically. For example, the postgres access capability injects `POSTGRES_URL`,...

apps

### Summary This feature refines auto-approval of infrastructure provisioning to match user behavior better. Originally, we required every plan to go through approval; however, this was extremely distracting for users...

apps
engine

### Summary This feature enables one-click/one-command launch and teardown of environments. ### Intended Outcome A user is able to click a button or issue a CLI command to launch or...

engine
environments

### Summary This feature provides guard rails around infrastructure upgrades. ### Intended Outcome 1. Users are prevented from applying infrastructure changes that could cause irreversible damage to infrastructure. 2. Users...

engine

### Summary This feature adds SSH access to fargate container apps. ### Intended Outcome A user can execute `nullstone exec` to open an SSH tunnel to a running fargate container....

apps

### Summary This feature enables Nullstone to build and package source code for users without a Dockerfile. ### Intended Outcome Currently, a user must create a Dockerfile, then build and...

apps