mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
docs: add Proxmox trademark acknowledgments - Add trademark notices and ensure proper use of registered trademark symbols
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
[](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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user