https://github.com/nya1/updown-status-page
Free updown.io status page for all your checks, just edit a config file (hosted by Netlify)
https://github.com/nya1/updown-status-page
status-page updown updown-monitoring
Last synced: 4 months ago
JSON representation
Free updown.io status page for all your checks, just edit a config file (hosted by Netlify)
- Host: GitHub
- URL: https://github.com/nya1/updown-status-page
- Owner: nya1
- Created: 2018-07-29T13:46:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T13:34:14.000Z (over 5 years ago)
- Last Synced: 2025-04-03T15:13:36.965Z (6 months ago)
- Topics: status-page, updown, updown-monitoring
- Language: JavaScript
- Homepage:
- Size: 594 KB
- Stars: 41
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Updown Status Page
Free status page to list all your updown.io checks
Example:
[](https://status.1link.io/)## How it works
Fetches updown.io's API via the read only key and populates the page, hosting is provided by Netlify (free).
Page is written in Vue.js.## Deploy your own public page
* [](https://app.netlify.com/start/deploy?repository=https://github.com/nya1/updown-status-page)
* This will automatically create your own updown-status-page repository and setup netlify build commands* Go to your repository and edit `page_config.json` with your details (read only key, website url, logo url etc.)
Every Github commit will trigger a new deploy of your status page
## Build Setup (only for development)
![]()
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:8080
yarn dev# check vue and js syntax
yarn lint# build for production with minification
yarn build# build for production and view the bundle analyzer report
yarn build --report
```