https://github.com/gr2m/glitch-github-app
Deploy Probot apps using a web-based setup form
https://github.com/gr2m/glitch-github-app
Last synced: about 1 year ago
JSON representation
Deploy Probot apps using a web-based setup form
- Host: GitHub
- URL: https://github.com/gr2m/glitch-github-app
- Owner: gr2m
- License: apache-2.0
- Created: 2017-09-09T22:11:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T06:40:55.000Z (over 5 years ago)
- Last Synced: 2025-04-06T11:54:02.527Z (about 1 year ago)
- Language: HTML
- Homepage: https://probot.glitch.me
- Size: 895 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# glitch-github-app
> Deploy Probot apps using a web-based setup form
Creating a new GitHub App is free and easy. And there is a [growing list of really
cool bots built with Probot](https://probot.github.io/apps/) ready for you to
deploy. With `glitch-github-app`, you can deploy own instances for all of them
directly to [Glitch](https://glitch.com/), without writing a single line of code
or ever touching your terminal.
Get started at [probot.glitch.me](https://probot.glitch.me) š¤šāØ
[](https://www.youtube.com/watch?v=KSaShuMiJ8k)
## How it works
[Glitch](https://glitch.com/), compared to over deployment services like [now](https://zeit.co/now)
or [Heroku](https://heroku.com), allows you to write to the file system of your
application. `glitch-github-app` takes advantage of that and simply overrides
itself :)
When you submit the form, it uploads your `*private-key.pem` to `.data/private-key.pem`
where only you can and the app can access it. It also writes the configuration
like your Webhook Secret and the app id into the `.env` file, which is also only
accessible to you.
Once the form is submitted, your GitHub App is ready to go!
## About
Hey Iām Gregor, I love building bots to automate workflows on GitHub.
You can [follow me twitter](https://twitter.com/gr2m).
## License
[Apache 2.0](LICENSE)