A simple rails app for the Leap status page.
Set the API_KEY environment variable to a randomly generated string. You can then access a basic GraphQL API at /api/graphql.
This uses chatops-controller to implement Chatops RPC.
There's a couple chatops commands supported:
.beacon sup – See the current status.
.beacon set <level> <message> - Set the current status. Message is optional.
You'll have to configure the CHATOPS_AUTH_PUBLIC_KEY environment variable to use this.
script/setup
script/server
open http://beacon.localhost
The development environment is seeded with some status events for your convenience.
