Community-driven catalog for GhostESP apps (.gapp).
- Contributors PR a manifest pointing to their source repo
- Maintainers review and merge
- CI clones source, builds
.gappwithgbt, uploads to Cloudflare R2 - Website fetches
catalog.jsonto display apps
See CONTRIBUTING.md.
Quick start:
- Fork this repo
- Copy
templates/app-manifest.jsontoapps/<your_app_id>/manifest.json - Fill in
source_repo(your public GitHub repo) andsource_subdir - Open a Pull Request
Apps built from the GhostESP firmware tree use:
{
"source_repo": "https://github.com/GhostESP-Revival/GhostESP",
"source_branch": "two-point-zero",
"source_subdir": "plugins/examples/your_app"
}Built .gapp files are hosted at https://gesp.fuckyourcdn.com.