https://github.com/cheeaun/sutetasu
Status app for Heroku hosted apps
https://github.com/cheeaun/sutetasu
Last synced: 12 months ago
JSON representation
Status app for Heroku hosted apps
- Host: GitHub
- URL: https://github.com/cheeaun/sutetasu
- Owner: cheeaun
- Created: 2012-08-19T08:37:11.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T14:21:52.000Z (over 13 years ago)
- Last Synced: 2025-06-08T17:40:00.676Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sutetasu
========
Status app for Heroku hosted apps. Uses the [Heroku API](https://api-docs.heroku.com/) to check the state of the process(es) and show logs. Very minimalistic UI and mobile-friendly.
Set up
------
- `git clone` this repo.
- `cd` to repo directory and `npm install`.
- set up `config.json` with example file `config.json.example` OR set environment variables with these variables:
- `appName` - the app name (hosted on Heroku)
- `apiKey` - the API key
- `passcode` - the passcode you set to protect the 'restart' API call from public abuse
- `node server.js`
License
-------
[MIT licensed](http://cheeaun.mit-license.org/).