A collection of official resources, community projects, documentation, and tools for Cachet.
| Resource |
URL |
Description |
| Official Website |
https://cachethq.io/ |
Project homepage and information |
| Documentation |
https://docs.cachethq.io/ |
Official documentation (v2.x and v3.x) |
| GitHub Repository |
https://github.com/cachethq/cachet |
Source code, issues, and releases |
| v3 Demo |
https://v3.cachethq.io/ |
Live demo of Cachet v3 (resets every 30 min) |
| Registry |
Image |
Tags |
Description |
| Docker Hub |
cachethq/docker |
latest, 2.4.1 |
Official v2.x image |
| GitHub Container |
ghcr.io/cachethq/cachet |
3.x |
v3.x development builds |
| Docker Hub (v3) |
cachethq/cachet |
3.x |
v3.x development image |
| Resource |
URL |
| GitHub Releases |
https://github.com/cachethq/cachet/releases |
| Security Advisories |
https://github.com/cachethq/cachet/security/advisories |
| Changelog |
https://github.com/cachethq/cachet/blob/master/CHANGELOG.md |
| Document |
URL |
| Getting Started |
https://docs.cachethq.io/getting-started |
| Installation Guide |
https://docs.cachethq.io/installation |
| Docker Deployment |
https://docs.cachethq.io/docker |
| Configuration |
https://docs.cachethq.io/configuration |
| API Reference |
https://docs.cachethq.io/api |
| Topic |
Description |
| Environment Variables |
Complete .env reference |
| Database Setup |
MySQL, PostgreSQL, SQLite configuration |
| Email Configuration |
SMTP, SendGrid, Mailgun setup |
| Redis Caching |
Cache and session configuration |
| Queue Configuration |
Background job processing |
| Platform |
URL |
Description |
| GitHub Discussions |
https://github.com/cachethq/cachet/discussions |
Community Q&A and discussions |
| GitHub Issues |
https://github.com/cachethq/cachet/issues |
Bug reports and feature requests |
| Open Collective |
https://opencollective.com/cachet |
Financial support and sponsors |
| GitHub Sponsors |
https://github.com/sponsors/cachethq |
Direct sponsorship |
| Platform |
Handle |
URL |
| Twitter/X |
@CachetHQ |
https://twitter.com/CachetHQ |
| LinkedIn |
CachetHQ |
https://linkedin.com/company/cachethq |
| Resource |
Description |
| Official Docker Guide |
https://docs.cachethq.io/docker |
| Docker Hub Image |
https://hub.docker.com/r/cachethq/docker |
| Docker Compose Examples |
https://github.com/cachethq/cachet/tree/master/docker |
| Resource |
URL |
Description |
| Community Helm Chart |
https://github.com/helm/charts |
Unofficial Helm chart |
| Kubernetes Examples |
https://github.com/cachethq/cachet |
Community contributions |
| Resource |
Description |
| Ansible Galaxy |
Community roles for Cachet deployment |
| Automation Examples |
See our Ansible Setup Guide |
| Provider |
Documentation |
Integration Type |
| Slack |
https://api.slack.com/ |
Webhook |
| Microsoft Teams |
https://docs.microsoft.com/en-us/microsoftteams/platform/ |
Webhook |
| Discord |
https://discord.com/developers/docs/resources/webhook |
Webhook |
| Twilio |
https://www.twilio.com/docs |
SMS/Voice |
| Pushover |
https://pushover.net/api |
Push Notifications |
| SendGrid |
https://docs.sendgrid.com/ |
Email |
| Mailgun |
https://documentation.mailgun.com/ |
Email |
| Tool |
Integration Method |
| Uptime Kuma |
Webhook notifications |
| Nagios |
Custom scripts via API |
| Zabbix |
Webhook actions |
| Prometheus |
Alertmanager webhook |
| Grafana |
Alerting via webhooks |
| Language |
Repository |
Description |
| Python |
https://github.com/search?q=cachet+api |
Community libraries |
| JavaScript/Node.js |
https://www.npmjs.com/search?q=cachet |
npm packages |
| Go |
https://github.com/search?q=cachet+api |
Go clients |
| PHP |
Built-in |
Native Laravel API |
| Theme |
Description |
| Default |
Clean, modern default theme |
| Dark Mode |
Built-in dark theme (v3.x) |
| Resource |
Description |
| GitHub Themes |
Search cachet theme on GitHub |
| Theme Marketplace |
Community-created templates |
| Topic |
Description |
| CSS Customization |
Override default styles |
| Branding |
Logo, colors, and favicon |
| Localization |
Multi-language support |
| Custom Components |
Extend functionality |
| Resource |
URL |
Description |
| Security Advisories |
https://github.com/cachethq/cachet/security/advisories |
Official security notices |
| Security Policy |
https://github.com/cachethq/cachet/security/policy |
Reporting vulnerabilities |
| CVE Database |
https://cve.mitre.org/ |
Search for Cachet CVEs |
| Topic |
Description |
| Docker Security |
Container hardening best practices |
| HTTPS/TLS |
SSL certificate configuration |
| Database Security |
MySQL/PostgreSQL hardening |
| Firewall Rules |
Network isolation guidelines |
See our Security Guide for detailed hardening instructions.
| Tool |
Description |
| mysqldump |
MySQL/MariaDB backup utility |
| pg_dump |
PostgreSQL backup utility |
| Docker Volume Backup |
Container volume snapshots |
| Topic |
Description |
| Database Restore |
Step-by-step recovery procedures |
| Volume Recovery |
Docker volume restoration |
| Disaster Recovery |
Full system recovery planning |
See our Docker Setup Guide for backup scripts.
| Endpoint |
Description |
/api |
API availability check |
/api/v1/incidents |
Incidents API health |
/setup |
Returns 404 if configured (health indicator) |
| Log Type |
Location |
| Application |
storage/logs/laravel.log |
| Docker |
docker compose logs |
| Nginx |
/var/log/nginx/cachet_*.log |
| Database |
/var/log/mysql/ or /var/log/postgresql/ |
| Metric |
Description |
| Response Time |
API and page load times |
| Incident Count |
Active/resolved incidents |
| Subscriber Count |
Email subscribers |
| Database Size |
Storage utilization |
¶ Tutorials and Guides
| Resource |
Type |
Description |
| Official Docs |
Documentation |
Complete setup and usage guide |
| YouTube Tutorials |
Video |
Community-created walkthroughs |
| Blog Posts |
Articles |
Deployment and customization guides |
| GitHub Wiki |
Community |
Tips, tricks, and FAQs |
¶ Books and Publications
| Publication |
Description |
| Laravel Documentation |
https://laravel.com/docs |
Framework reference |
| Docker Documentation |
https://docs.docker.com |
Container reference |
| DevOps Handbooks |
General DevOps practices |
| Tool |
Description |
| Portainer |
Docker container management UI |
| Watchtower |
Automatic container updates |
| Dozzle |
Real-time Docker log viewer |
| Tool |
Description |
| Nginx |
Recommended reverse proxy |
| Traefik |
Dynamic reverse proxy for Docker |
| Caddy |
Automatic HTTPS reverse proxy |
| Tool |
Description |
| phpMyAdmin |
MySQL/MariaDB web interface |
| Adminer |
Lightweight database manager |
| pgAdmin |
PostgreSQL web interface |
| Organization |
URL |
Notes |
| GNOME |
https://status.gnome.org/ |
Infrastructure status |
| EEA |
Varies |
European Environment Agency |
| Various Startups |
Multiple |
Self-hosted status pages |
| Demo |
URL |
Credentials |
| v3 Demo |
https://v3.cachethq.io/ |
test@test.com / test123 |
| Source |
Description |
| GitHub Releases |
Release notifications |
| Twitter/X |
@CachetHQ for announcements |
| GitHub Discussions |
Community updates |
| Security Advisories |
Critical security updates |
| Feed |
URL |
| GitHub Releases |
https://github.com/cachethq/cachet/releases.atom |
- Documentation — Check official docs first
- GitHub Discussions — Community support
- GitHub Issues — Bug reports
- Contact Page — See our contact page for wiki-related inquiries
| Contribution Type |
How to Help |
| Code |
Submit PRs on GitHub |
| Documentation |
Improve docs via PRs |
| Translations |
Help localize Cachet |
| Financial |
Sponsor via Open Collective |
Any questions?
Feel free to contact us. Find all contact information on our contact page.