Go to file
hunterlong 8d8f25ea23 new 2018-06-22 17:10:37 -07:00
comms new 2018-06-22 17:10:37 -07:00
docs
html new 2018-06-22 17:10:37 -07:00
plugin
plugins
sql new 2018-06-22 17:10:37 -07:00
.gitignore
.travis.yml
Dockerfile
Gopkg.lock
Gopkg.toml
LICENSE
README.md
api.go new 2018-06-22 17:10:37 -07:00
build.sh
checker.go
checkin.go
communication.go new 2018-06-22 17:10:37 -07:00
core.go new 2018-06-22 17:10:37 -07:00
database.go
errors.go
events.go
failures.go new 2018-06-22 17:10:37 -07:00
hits.go
main.go new 2018-06-22 17:10:37 -07:00
main_test.go new 2018-06-22 17:10:37 -07:00
plugins.json
services.go new 2018-06-22 17:10:37 -07:00
setup.go new 2018-06-22 17:10:37 -07:00
users.go new 2018-06-22 17:10:37 -07:00
web.go new 2018-06-22 17:10:37 -07:00
web_test.go

README.md

Statup - Status Page Build Status

An easy to use Status Page for your websites and applications. Statup will automatically fetch the application and render a beautiful status page with tons of features for you to build an even better status page.

Run on 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)

User Created Plugins

Statup isn't just another Status Page for your applications, it's a framework that allows you to create your own plugins to interact with every element of your status page. Plugin are created in Golang using the statup/plugin golang package. The plugin package has a list of interfaces/events to accept into your own plugin application.