Go to file
James Brooks 3e97a874fa
Update LICENSE
2024-03-11 11:20:20 +00:00
.github wip 2023-08-12 21:39:15 +01:00
app Apply fixes from StyleCI 2023-10-11 10:14:38 +00:00
bootstrap Install Laravel 5.6 2018-06-25 21:48:27 +01:00
config Apply fixes from StyleCI 2023-10-11 10:14:38 +00:00
database Sets the default value for the reserved column to 0 (instead of null) 2021-03-31 14:59:22 +02:00
docs fix chmod 2019-11-04 03:10:00 +02:00
public Compile 2023-11-08 08:30:09 +11:00
resources Update dashboard.php 2024-03-05 01:28:35 +01:00
storage Upgraded to Laravel 5.7 2018-12-28 13:05:23 +00:00
tests Apply fixes from StyleCI 2020-08-01 08:21:02 +00:00
.editorconfig Use two spaces for all JSON files 2018-04-02 18:00:22 +01:00
.env.example Install debugbar in dev environment 2018-06-14 20:29:50 +01:00
.gitattributes Create ISSUE_TEMPLATE 2016-02-20 11:58:54 +00:00
.gitignore Ignore the package-lock.json because we use Yarn 2018-07-04 11:33:59 +02:00
.travis.yml Disable code coverage runs 2020-07-19 22:59:07 +01:00
LICENSE Update LICENSE 2024-03-11 11:20:20 +00:00
README.md Update branding and support light/dark modes 2023-08-24 14:52:21 +01:00
SECURITY.md Create SECURITY.md 2023-09-05 11:50:29 +01:00
VERSION Bumped to version 2.4.1 to match tag 2024-03-04 17:07:09 +01:00
artisan Sync artisan file 2017-07-27 20:18:44 -04:00
composer.json Fix Twig dependency 2023-10-27 13:22:03 +01:00
composer.lock Fix Twig dependency 2023-10-27 13:22:03 +01:00
crowdin.yml Rename crowdin.yaml to crowdin.yml 2018-06-14 20:30:03 +01:00
package.json Update frontend dependencies 2023-10-27 13:22:33 +01:00
phpunit.xml.dist Adds cleanup after phpunit is finished, fixes #2053 (#2055) 2016-08-13 17:05:17 +01:00
server.php Updated copyright information 2015-07-06 17:37:01 +01:00
webpack.mix.js Update frontend dependencies 2023-10-27 13:22:33 +01:00
yarn.lock Update frontend dependencies 2023-10-27 13:22:33 +01:00

README.md

Cachet Logo

Cachet, the open-source status page system.

Cachet 3.x Announcement

We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version.

For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement here.

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 7.1.3 7.3
  • HTTP server with PHP support (e.g.: Apache, Nginx, Caddy)
  • Composer
  • A supported database: MySQL, PostgreSQL or SQLite

Installation, Upgrades and Documentation

You can find documentation at https://docs.cachethq.io.

Here are some useful quick links:

Demo

To test out the demo, you can log in to the Cachet dashboard with the following credentials:

  • Username: test or test@example.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. All security vulnerabilities are reviewed on a case-by-case basis.