refactor: Remove 'simplified' branding references

This commit is contained in:
courtmanr@gmail.com
2025-04-20 20:09:37 +01:00
parent 8a76d6e62a
commit 44db1e703d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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"