Cachet/README.md

54 lines
1.7 KiB
Markdown
Raw Normal View History

<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>
2023-08-12 21:37:07 +01:00
Cachet, the open-source status page system.
2023-08-12 21:37:07 +01:00
## Cachet 3.x Announcement
2023-08-12 21:37:07 +01:00
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
2014-12-22 12:46:25 +00:00
- List your service components
- Report incidents
- Customise the look of your status page
2015-06-19 21:16:04 +01:00
- Markdown support for incident messages
- A powerful JSON API
2015-06-19 21:16:04 +01:00
- Metrics
- Multi-lingual
- Subscriber notifications via email
- Two factor authentication
2015-10-01 20:46:48 +01:00
2015-01-01 17:56:11 +00:00
## Requirements
2014-12-30 22:09:22 +00:00
2024-01-19 20:03:17 +00:00
- PHP 8.1 or later
- [Composer](https://getcomposer.org)
- A supported database: MySQL, PostgreSQL or SQLite
2014-11-20 17:27:01 +00:00
2015-05-19 08:39:00 +01:00
## Installation, Upgrades and Documentation
2014-11-20 17:27:01 +00:00
You can find documentation at [https://docs.cachethq.io](https://docs.cachethq.io).
2016-08-08 17:30:04 +01:00
Here are some useful quick links:
2015-05-19 08:39:00 +01:00
2023-08-19 12:24:37 +01:00
- [Installing Cachet](https://docs.cachethq.io/installation/)
- [Getting started with Docker](https://docs.cachethq.io/installation/docker)
2015-08-08 17:12:31 +01:00
2017-07-27 07:30:49 -04:00
### Demo
2015-04-05 22:55:16 +01:00
2024-01-19 20:03:17 +00:00
To test out the v3 demo, you can log in to the [Cachet dashboard](https://v3.cachethq.io/dashboard) with the following credentials:
2017-07-27 07:30:49 -04:00
- **Email:** `test@test.com`
2017-07-27 07:30:49 -04:00
- **Password:** `test123`
2023-08-19 12:25:13 +01:00
> **Note**
2023-08-19 12:24:37 +01:00
> The demo will automatically reset every 30 minutes.
2017-07-27 07:30:49 -04:00
2018-10-18 23:25:49 +01:00
## Security Vulnerabilities
2019-11-09 08:57:31 +01:00
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.