mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
090ce6c474
fix test email in README.md
54 lines
1.7 KiB
Markdown
54 lines
1.7 KiB
Markdown
<p align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://cachethq.io/assets/cachet-logo-dark.svg">
|
|
<img alt="Cachet Logo" src="https://cachethq.io/assets/cachet-logo-light.svg">
|
|
</picture>
|
|
</p>
|
|
|
|
Cachet, the open-source status page system.
|
|
|
|
## Cachet 3.x Announcement
|
|
|
|
For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement [here](https://github.com/CachetHQ/Cachet/discussions/4342).
|
|
|
|
## Features
|
|
|
|
- List your service components
|
|
- Report incidents
|
|
- Customise the look of your status page
|
|
- Markdown support for incident messages
|
|
- A powerful JSON API
|
|
- Metrics
|
|
- Multi-lingual
|
|
- Subscriber notifications via email
|
|
- Two factor authentication
|
|
|
|
## Requirements
|
|
|
|
- PHP 8.1 or later
|
|
- [Composer](https://getcomposer.org)
|
|
- A supported database: MySQL, PostgreSQL or SQLite
|
|
|
|
## Installation, Upgrades and Documentation
|
|
|
|
You can find documentation at [https://docs.cachethq.io](https://docs.cachethq.io).
|
|
|
|
Here are some useful quick links:
|
|
|
|
- [Installing Cachet](https://docs.cachethq.io/installation/)
|
|
- [Getting started with Docker](https://docs.cachethq.io/installation/docker)
|
|
|
|
### Demo
|
|
|
|
To test out the v3 demo, you can log in to the [Cachet dashboard](https://v3.cachethq.io/dashboard) with the following credentials:
|
|
|
|
- **Email:** `test@test.com`
|
|
- **Password:** `test123`
|
|
|
|
> **Note**
|
|
> The demo will automatically reset every 30 minutes.
|
|
|
|
## Security Vulnerabilities
|
|
|
|
If you discover a security vulnerability within Cachet, please send an e-mail to [support@cachethq.io](mailto:support@cachethq.io?Cachet%20Security%20Vulnerability). All security vulnerabilities are reviewed on a case-by-case basis.
|