https://github.com/theprofs/bitpaper-status
Bitpaper Status Pages
https://github.com/theprofs/bitpaper-status
bitpaper status-page
Last synced: 3 months ago
JSON representation
Bitpaper Status Pages
- Host: GitHub
- URL: https://github.com/theprofs/bitpaper-status
- Owner: TheProfs
- License: mit
- Created: 2018-09-20T08:40:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T08:30:50.000Z (over 3 years ago)
- Last Synced: 2025-01-18T10:44:52.761Z (5 months ago)
- Topics: bitpaper, status-page
- Language: HTML
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Deprecated]
> This project was deprecated in favour of
> [Better Uptime](https://betteruptime.com/) status pages.---
# bitpaper-status
Bitpaper's Status Pages.
**Important:** Keep this repository public.
## Installation
```bash
# git clone this, cd into the folder and...
$ bower install
```## Run
Just serve the root directory with the server of your choice.
## How it works
When loaded, the page runs some checks to see if BitPaper is fit for use.
The checks are:
- Does [BAPI][bapi] `/status` endpoint and [Bitpaper UI][bui] respond to `HEAD`
requests, promptly?
- Are all Issues in this repository's [Issue List][bp-status-issues] **closed**?If any of the above fail then the status is considered to be
failing, otherwise it's marked as OK.### Previous Issues
The status page also displays a list of all existing Issues and their comments.
#### Note
- You should mark an Issue as closed after you resolve it so it appears as
resolved in the status page.## Deployments
Pushing to the `master` branch triggers a deployment to
https://status.bitpaper.io.## Configuration
You can directly set the Github Issues URL and the service check URL's
on the `` element in `index.html`.```html
```
## Authors
- Nicholas Kyriakides, [@nicholaswmin][nicholaswmin]
- [TheProfs][the-profs] (Owners)[bui]: https://github.com/TheProfs/bitpaper
[bapi]: https://github.com/TheProfs/bitpaper-api
[bp-status-issues]: https://github.com/TheProfs/bitpaper-status/issues
[nicholaswmin]: https://github.com/nicholaswmin
[the-profs]: https://github.com/TheProfs
[gh-page-overview]: https://pages.github.com/