Go to file
Hunter Long ac580cf98d changes 2018-06-09 21:16:04 -07:00
docs Create CNAME 2018-06-09 18:41:26 -07:00
html changes 2018-06-09 21:16:04 -07:00
sql changes 2018-06-09 20:44:47 -07:00
.gitignore first 2018-06-09 18:36:21 -07:00
.travis.yml first 2018-06-09 18:36:21 -07:00
Dockerfile docker 2018-06-09 18:51:50 -07:00
README.md changes 2018-06-09 20:44:47 -07:00
build.sh first 2018-06-09 18:36:21 -07:00
checker.go changes 2018-06-09 21:16:04 -07:00
core.go changes 2018-06-09 20:44:47 -07:00
database.go first commit 2018-06-09 18:31:13 -07:00
failures.go changes 2018-06-09 20:44:47 -07:00
go.mod first commit 2018-06-09 18:31:13 -07:00
hits.go changes 2018-06-09 21:09:20 -07:00
main.go changes 2018-06-09 20:44:47 -07:00
services.go changes 2018-06-09 21:09:20 -07:00
setup.go first 2018-06-09 18:47:57 -07:00
users.go first commit 2018-06-09 18:31:13 -07:00
web.go changes 2018-06-09 21:09:20 -07:00

README.md

Statup Build Status

An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beutiful status page.

Docker

Use the Statup Docker Image to create a status page in seconds.

docker run -it -p 8080:8080 hunterlong/statup

Install on Linux

bash <(curl -s https://statup.io/install.sh)