mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 19:23:31 +00:00
refactor: Remove 'simplified' branding references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# <img src="public/logos/pulse-logo-256x256.png" alt="Pulse Logo" width="32" height="32" style="vertical-align: middle"> Pulse for Proxmox VE (Simplified)
|
||||
# <img src="public/logos/pulse-logo-256x256.png" alt="Pulse Logo" width="32" height="32" style="vertical-align: middle"> Pulse for Proxmox VE
|
||||
|
||||
A lightweight monitoring application for Proxmox VE that displays real-time status for VMs and containers via a simple web interface.
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ services:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
image: rcourtman/pulse:latest # Use the pre-built image from Docker Hub
|
||||
container_name: pulse_server_simplified
|
||||
container_name: pulse
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
# Map container port 7655 to host port 7655
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "proxmox-simplified",
|
||||
"name": "pulse",
|
||||
"version": "2.0.0",
|
||||
"description": "Simplified monitor for Proxmox",
|
||||
"description": "Lightweight monitor for Proxmox",
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development cd server && node index.js",
|
||||
"start": "cd server && node index.js"
|
||||
|
||||
Reference in New Issue
Block a user