mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Website: Add missing docs and config paths (#4131)
* Fix docs and config paths * Update * Update * Update * Update * Update * Update * Update * Update
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
{
|
||||
"name": "Glances",
|
||||
"slug": "glances",
|
||||
"categories": [9],
|
||||
"categories": [
|
||||
9
|
||||
],
|
||||
"date_created": "2024-05-02",
|
||||
"type": "addon",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
"interface_port": 61208,
|
||||
"documentation": null,
|
||||
"documentation": "https://glances.readthedocs.io/en/latest/",
|
||||
"website": "https://nicolargo.github.io/glances/",
|
||||
"logo": "https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/Glances%20Logo.svg",
|
||||
"config_path": "",
|
||||
"config_path": "/usr/local/share/doc/glances/glances.conf",
|
||||
"description": "Glances is an open-source system cross-platform monitoring tool. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.",
|
||||
"install_methods": [
|
||||
{
|
||||
@@ -40,4 +42,3 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user