docs: add Proxmox trademark acknowledgments - Add trademark notices and ensure proper use of registered trademark symbols

This commit is contained in:
rcourtman
2025-03-10 09:21:08 +00:00
parent 480d86cc83
commit 23b2c98ef0
2 changed files with 15 additions and 5 deletions
+8 -4
View File
@@ -1,12 +1,12 @@
# Proxmox Pulse
# Pulse for Proxmox VE
<p align="center">
<img src="public/logos/pulse-logo-256x256.png" alt="Proxmox Pulse Logo" width="128" height="128">
<img src="public/logos/pulse-logo-256x256.png" alt="Pulse for Proxmox VE Logo" width="128" height="128">
</p>
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!
+7 -1
View File
@@ -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;