mirror of https://github.com/statping/statping
Updated Home (markdown)
parent
c441b2c30b
commit
705df3a88a
8
Home.md
8
Home.md
|
@ -29,8 +29,12 @@ Whether you're a Docker fan-boy or a AWS EC2 master, Statup gives you multiple o
|
|||
Running on an EC2 server might be the most cost effective way to host your own Statup Status Page. The server runs on the smallest EC2 instance (t2.nano) AWS has to offer, which only costs around $4.60 USD a month for your dedicated Status Page.
|
||||
Want to run it on your own Docker server? Awesome! Statup has multiple docker-compose.yml files to work with. Statup can automatically create a SSL Certification for your status page.
|
||||
|
||||
## Email Notifications
|
||||
Statup includes email notification via SMTP if your services go offline.
|
||||
## Notifications
|
||||
Statup includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo!
|
||||
<p align="center">
|
||||
<img width="80%" src="https://s3-us-west-2.amazonaws.com/gitimgs/statupnotifier.png">
|
||||
</p>
|
||||
Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statup database, and form values will save without any hassles. 💃
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue