Find a file
2025-11-25 17:26:44 +00:00
.agent/rules Add issue triage rules 2025-11-25 09:13:44 +00:00
.github Fix: let GitHub API create the tag, don't pre-create it 2025-11-23 09:51:51 +00:00
cmd WIP: Save all pending changes including frontend updates and unified agent scaffolding 2025-11-25 11:27:07 +00:00
deploy/helm/pulse Auto-update Helm chart version to 4.31.0 2025-11-20 14:56:19 +00:00
dev/oidc Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
docs Implement UI toggle for Hide Local Login (related to issue #750) 2025-11-25 08:14:19 +00:00
frontend-modern feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
internal feat: adaptive node table layout, guest row fixes, and legacy agent detection 2025-11-25 17:19:36 +00:00
pkg Fix PBS discovery causing auth failures 2025-11-23 00:08:54 +00:00
scripts feat: auto-remove legacy agents during unified installation 2025-11-25 12:56:31 +00:00
security security: complete Phase 1 sensor proxy hardening 2025-10-20 15:13:37 +00:00
testing-tools test: add soak test with runtime instrumentation (Phase 2 Task 9d) 2025-10-20 15:13:38 +00:00
tests/integration chore: remove outdated docs, update cleanup script and release workflow 2025-11-24 19:14:54 +00:00
.dockerignore Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
.env.example Adopt multi-token auth across docs, UI, and tooling 2025-10-14 15:47:49 +00:00
.gitattributes chore: optimize PNG images and add .gitattributes 2025-11-24 23:44:55 +00:00
.gitguardian.yaml Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.gitignore chore: ignore .agent directory 2025-11-25 09:36:25 +00:00
.golangci.yml Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
artifacthub-repo.yml Add Artifact Hub repository metadata for chart discoverability 2025-11-11 19:39:19 +00:00
CONTRIBUTING.md Remove installer v2 rollout doc 2025-11-13 22:36:01 +00:00
cr.yaml Add GitHub Pages Helm repository distribution (#686) 2025-11-11 19:26:18 +00:00
DEV-QUICK-START.md Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
docker-compose.yml fix(security): Change socket mount to read-only 2025-11-07 17:10:02 +00:00
docker-entrypoint.sh Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
Dockerfile Name runtime stage in Dockerfile for targeted builds 2025-11-20 14:03:48 +00:00
go.mod chore: update go.mod to make golang.org/x/sync a direct dependency 2025-11-25 17:26:44 +00:00
go.sum chore: bump golang.org/x/crypto to v0.45.0 2025-11-20 13:07:39 +00:00
install.sh Fix mp mount detection pattern for pulse-sensor-proxy 2025-11-22 22:34:26 +00:00
LICENSE Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Makefile WIP: Save all pending changes including frontend updates and unified agent scaffolding 2025-11-25 11:27:07 +00:00
mock.env Add disk metrics, block I/O, and mount details to Docker monitoring 2025-10-29 12:05:36 +00:00
pulse-agent WIP: Save all pending changes including frontend updates and unified agent scaffolding 2025-11-25 11:27:07 +00:00
README.md Polish documentation: fix links, use local images, and beautify docs index 2025-11-25 00:11:30 +00:00
SECURITY.md Clarify sensor proxy HTTPS workflow in docs 2025-11-14 00:48:41 +00:00
VERSION Bump version to 4.32.7 2025-11-24 18:06:14 +00:00

Pulse Logo

Pulse

Real-time monitoring for Proxmox VE, Proxmox Mail Gateway, PBS, and Docker infrastructure.

GitHub release Docker Pulls License GitHub Sponsors

Live DemoDocumentationReport Bug


🚀 Overview

Pulse is a modern, unified dashboard for your Proxmox and Docker estate. It consolidates metrics, logs, and alerts from Proxmox VE, Proxmox Backup Server, Proxmox Mail Gateway, and standalone Docker hosts into a single, beautiful interface.

Designed for homelabs, sysadmins, and MSPs who need a "single pane of glass" without the complexity of enterprise monitoring stacks.

Pulse Dashboard

Features

  • Unified Monitoring: View health and metrics for PVE, PBS, PMG, and Docker containers in one place.
  • Smart Alerts: Get notified via Discord, Slack, Telegram, Email, and more when things go wrong (e.g., "VM down", "Storage full").
  • Auto-Discovery: Automatically finds Proxmox nodes on your network.
  • Secure by Design: Credentials encrypted at rest, no external dependencies, and strict API scoping.
  • Backup Explorer: Visualize backup jobs and storage usage across your entire infrastructure.
  • Privacy Focused: No telemetry, no phone-home, all data stays on your server.
  • Lightweight: Built with Go and React, running as a single binary or container.

Quick Start

Run this one-liner on your Proxmox host to create a lightweight LXC container:

curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | bash

Option 2: Docker

docker run -d \
  --name pulse \
  -p 7655:7655 \
  -v pulse_data:/data \
  --restart unless-stopped \
  rcourtman/pulse:latest

Access the dashboard at http://<your-ip>:7655.

📚 Documentation

❤️ Support Pulse Development

Pulse is maintained by one person. Sponsorships help cover the costs of the demo server, development tools, and domains. If Pulse saves you time, please consider supporting the project!

GitHub Sponsors ko-fi

📄 License

MIT © Richard Courtman