Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Status-Page/Status-Page

Open Source Statuspage Software
https://github.com/Status-Page/Status-Page

incident queued-jobs statuspage tailwind-ui translation

Last synced: 3 months ago
JSON representation

Open Source Statuspage Software

Lists

README

        


Status Page




GitHub license
GitHub issues
GitHub forks
GitHub stars
GitHub latest releas

## Overview
- Components
- Report incidents
- JSON API
- Metrics
- Two Factor Authentication
- Markdown support in incident / maintenance messages
- Subscriptions for Notifications
- Custom Plugins

## Requirements
| Dependency | Minimum Version | Optional |
|------------------|-----------------|----------|
| Python | 3.10 | no |
| PostgreSQL | 10 | no |
| Redis | 4.0 | no |
| SMTP Mail Server | --- | yes |

## Installation & Updates
Please have a look at our [Documentation](https://docs.status-page.dev/).

## Public Demo
We have a public Demo available: https://demo.status-page.dev

## Versioning
We use semantic versioning. A version number has the following structure:
````
v 1 . 0 . 0
^ ^ ^
| | |
| | Patch (Bug fixes)
| |
| Minor (No breaking changes to the Software, e.g. adding new features)
|
Major (Breaking changes to the Software)
````

## Documentation
You can find the Documentation [here](https://docs.status-page.dev/).

## Other Licenses and Acknowledgements
### Tailwind UI
We are using Tailwind UI Components in this App. You are **NOT** allowed to reuse these Components in your own App!

See their [License](https://www.notion.so/Tailwind-UI-License-644418bb34ad4fa29aac9b82e956a867) for more information.

### NetBox
As you may have noticed, the base structure for many parts of the app is derived
from [NetBox](https://github.com/netbox-community/netbox), this made development much easier.