summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-06-08 10:25:45 +0200
committernicolargo <nicolashennion@gmail.com>2024-06-08 10:25:45 +0200
commitbf3bb6a7e86f4f6a21d9ca908031c4d135c29236 (patch)
treefef87fa030b055663806e4d00b36275046509cbb /docs/man
parentb1b8ea6966149df694ea7831df70dc6cbe9b9b01 (diff)
parent8d3b3691e595592bd700b7ed64eca5b87c0a4f44 (diff)
Glances 4.0.8
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/glances.141
1 files changed, 37 insertions, 4 deletions
diff --git a/docs/man/glances.1 b/docs/man/glances.1
index ccb2eee6..5927396d 100644
--- a/docs/man/glances.1
+++ b/docs/man/glances.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "GLANCES" "1" "May 25, 2024" "4.0.7" "Glances"
+.TH "GLANCES" "1" "Jun 08, 2024" "4.0.8" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS
@@ -585,6 +585,15 @@ T} T{
%APPDATA%\eglances\eglances.conf
T}
_
+T{
+\fBAll\fP
+T} T{
+.INDENT 0.0
+.IP \(bu 2
+<venv_root_folder>/share/doc/glances/
+.UNINDENT
+T}
+_
.TE
.INDENT 0.0
.IP \(bu 2
@@ -632,17 +641,41 @@ than a second one concerning the user interface:
.nf
.ft C
[outputs]
+# Options for all UIs
+#\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
# Separator in the Curses and WebUI interface (between top and others plugins)
separator=True
# Set the the Curses and WebUI interface left menu plugin list (comma\-separated)
#left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now
-# Limit the number of processes to display (for the WebUI)
+# Limit the number of processes to display (in the WebUI)
max_processes_display=25
-# Set the URL prefix (for the WebUI and the API)
+# Options for WebUI
+#\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
+# Set URL prefix for the WebUI and the API
# Example: url_prefix=/glances/ => http://localhost/glances/
-# The final / is mandatory
+# Note: The final / is mandatory
# Default is no prefix (/)
#url_prefix=/glances/
+# Set root path for WebUI statics files
+# Why ? On Debian system, WebUI statics files are not provided.
+# You can download it in a specific folder
+# thanks to https://github.com/nicolargo/glances/issues/2021
+# then configure this folder with the webui_root_path key
+# Default is folder where glances_restfull_api.py is hosted
+#webui_root_path=
+# CORS options
+# Comma separated list of origins that should be permitted to make cross\-origin requests.
+# Default is *
+#cors_origins=*
+# Indicate that cookies should be supported for cross\-origin requests.
+# Default is True
+#cors_credentials=True
+# Comma separated list of HTTP methods that should be allowed for cross\-origin requests.
+# Default is *
+#cors_methods=*
+# Comma separated list of HTTP request headers that should be supported for cross\-origin requests.
+# Default is *
+#cors_headers=*
.ft P
.fi
.UNINDENT