Publish
Overview
Section titled “Overview”To publish an app on Gumball:
- Submit your Capsule for review.
- Fix any review feedback.
- Once approved, your app becomes available in the store.
What you submit
Section titled “What you submit”capsule.toml(required, either committed to your repo or uploaded via drag & drop)- Source code (a Git repository)
- (Optional) a custom
Dockerfilein the repo (if absent, Gumball generates one) - (Optional) a prebuilt Docker image in a registry (e.g.
ghcr.io/...)
- Make sure your app has clear user-facing labels in
[inputs]. - Provide a stable image tag (avoid mutable
latestfor releases).