From 23b2c98ef079cbf8a8c02457ab44ad8e59995600 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 10 Mar 2025 09:21:08 +0000 Subject: [PATCH] docs: add Proxmox trademark acknowledgments - Add trademark notices and ensure proper use of registered trademark symbols --- README.md | 12 ++++++++---- src/types/index.ts | 8 +++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 410278846..46b23327e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Proxmox Pulse +# Pulse for Proxmox VE

- Proxmox Pulse Logo + Pulse for Proxmox VE Logo

-A lightweight, responsive Proxmox monitoring application that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes. +A lightweight, responsive monitoring application for Proxmox VE that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes. -![Proxmox Pulse Dashboard](docs/images/dashboard.png) +![Pulse Dashboard for Proxmox VE](docs/images/dashboard.png) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/rcourtman) @@ -336,6 +336,10 @@ When reporting issues, please use the appropriate issue template: This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. +## Trademark Notice + +Proxmox® and Proxmox VE® are registered trademarks of Proxmox Server Solutions GmbH. Pulse for Proxmox VE is an independent project and is not affiliated with, endorsed by, or sponsored by Proxmox Server Solutions GmbH. + ## ❤️ Support If you find Pulse helpful, please consider supporting its development through Ko-fi. Your support helps keep this project maintained and free for everyone! diff --git a/src/types/index.ts b/src/types/index.ts index a9d95d1ff..54a36d091 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,9 @@ +/** + * Type definitions for Pulse for Proxmox VE + * Note: Proxmox® is a registered trademark of Proxmox Server Solutions GmbH. + * These type definitions are for interfacing with the Proxmox® VE API. + */ + // Node configuration type export interface NodeConfig { id: string; @@ -7,7 +13,7 @@ export interface NodeConfig { tokenSecret: string; } -// ProxMox API response types +// Proxmox API response types export interface ProxmoxNodeStatus { id: string; name: string;