Find a file
rcourtman 0c3ebef312 feat: Add Fahrenheit temperature unit option. Related to #957
- Add temperature unit preference in Settings > General
- Store preference in localStorage (temperatureUnit: 'celsius' | 'fahrenheit')
- Create formatTemperature() utility that respects the preference
- Update all temperature displays across the UI:
  - TemperatureGauge component
  - HostsOverview page (sensors, disk temps)
  - DiskList (SMART temperatures)
  - ThresholdSlider
  - ThresholdBadge
  - ThresholdsTable
  - ProxmoxNodesSection
  - NodeSummaryTable tooltips
  - Alert formatters
2025-12-29 16:16:30 +00:00
.github fix(ci): test multi-arch Docker build in preflight before releasing 2025-12-27 13:25:01 +00:00
.husky fix(storage): correct column priority types and setup pre-push hook 2025-12-26 12:21:37 +00:00
cmd fix: Only log 'Migration complete' when inline allowed_nodes actually migrated. Related to Discussion #946 2025-12-29 14:15:57 +00:00
deploy/helm/pulse Auto-update Helm chart version to 5.0.6 2025-12-29 10:51:52 +00:00
dev/oidc Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
docs docs: Add Docker container update documentation 2025-12-29 10:06:34 +00:00
frontend-modern feat: Add Fahrenheit temperature unit option. Related to #957 2025-12-29 16:16:30 +00:00
internal feat: Merge linked host agent SMART temps into Physical Disks 2025-12-29 15:39:20 +00:00
pkg feat: Add --report-ip flag for multi-NIC systems (issue #945) 2025-12-29 09:28:28 +00:00
scripts fix: Normalize URL to prevent double-slash in agent download. Related to #956 2025-12-29 14:57:28 +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 test: improve E2E test stability and reduce CI friction 2025-12-19 23:31:30 +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 fix(storage): correct column priority types and setup pre-push hook 2025-12-26 12:21:37 +00:00
.golangci.yml Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
ARCHITECTURE.md Fix inaccurate architecture documentation 2025-12-02 23:32:14 +00:00
artifacthub-repo.yml Add Artifact Hub repository metadata for chart discoverability 2025-11-11 19:39:19 +00:00
CONTRIBUTING.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
cr.yaml Add GitHub Pages Helm repository distribution (#686) 2025-11-11 19:26:18 +00:00
docker-compose.yml v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
docker-entrypoint.sh Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
docker-healthcheck.sh fix: Docker healthcheck fails with HTTPS enabled 2025-12-26 18:18:16 +00:00
Dockerfile fix(docker): cross-compile main pulse binary for arm64 2025-12-28 09:52:31 +00:00
go.mod support wildcards --kube-include-namespace/--kube-exclude-namespace 2025-12-18 00:00:30 +01:00
go.sum support wildcards --kube-include-namespace/--kube-exclude-namespace 2025-12-18 00:00:30 +01:00
install.sh fix: Remove Alpine from LXC template options 2025-12-25 23:58:24 +00:00
LICENSE Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Makefile Add comprehensive AI test coverage 2025-12-16 12:33:06 +00:00
mock.env chore: set mock mode default to false 2025-12-26 00:22:12 +00:00
package-lock.json fix(storage): correct column priority types and setup pre-push hook 2025-12-26 12:21:37 +00:00
package.json fix(storage): correct column priority types and setup pre-push hook 2025-12-26 12:21:37 +00:00
README.md docs: improve README with stars badge, updated tagline, and evergreen headers 2025-12-25 20:19:30 +00:00
SECURITY.md v5: gate legacy sensor-proxy and prune dev docs 2025-12-18 21:51:25 +00:00
VERSION docs: Add Docker container update documentation 2025-12-29 10:06:34 +00:00

Pulse Logo

Pulse

Real-time monitoring for Proxmox, Docker, and Kubernetes infrastructure.

GitHub Stars GitHub release Docker Pulls License

Live DemoPulse ProDocumentationReport Bug


🚀 Overview

Pulse is a modern, unified dashboard for monitoring your infrastructure across Proxmox, Docker, and Kubernetes. It consolidates metrics, alerts, and AI-powered insights from all your systems 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

Core Monitoring

  • Unified Monitoring: View health and metrics for PVE, PBS, PMG, Docker, and Kubernetes in one place
  • Smart Alerts: Get notified via Discord, Slack, Telegram, Email, and more
  • Auto-Discovery: Automatically finds Proxmox nodes on your network
  • Metrics History: Persistent storage with configurable retention
  • Backup Explorer: Visualize backup jobs and storage usage

AI-Powered

  • Chat Assistant: Ask questions about your infrastructure in natural language
  • Patrol: Background health checks that generate findings on a schedule
  • Alert Analysis: Optional AI analysis when alerts fire
  • Cost Tracking: Track usage and costs per provider/model

Multi-Platform

  • Proxmox VE/PBS/PMG: Full monitoring and management
  • Kubernetes: Complete K8s cluster monitoring via agents
  • Docker/Podman: Container and Swarm service monitoring
  • OCI Containers: Proxmox 9.1+ native container support

Security & Operations

  • Secure by Design: Credentials encrypted at rest, strict API scoping
  • One-Click Updates: Easy upgrades for supported deployments
  • OIDC/SSO: Enterprise authentication support
  • Privacy Focused: No telemetry, all data stays on your server

Quick Start

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

curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/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

🌐 Community Integrations

Community-maintained integrations and addons:

🚀 Pulse Pro

Pulse Pro unlocks AI Patrol — automated background monitoring that catches issues before they become outages.

Feature Free Pro
Real-time dashboard
Threshold alerts
AI Chat (BYOK)
AI Patrol (automated scans)
Root cause analysis
Priority support

AI Patrol runs on your schedule (every 5 minutes to every 24 hours) and finds:

  • ZFS pools approaching capacity
  • Backup jobs that silently failed
  • VMs stuck in restart loops
  • Clock drift across cluster nodes
  • Container health check failures

Try the live demo → or learn more at pulserelay.pro

❤️ 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