From df66a7ffe9bf3b7cb8eebd10f234a3ab01f6ac0c Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 26 Apr 2024 09:28:24 +0200 Subject: Please add a startup flag to select an alternate web server static file path #2612 --- conf/glances.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/glances.conf b/conf/glances.conf index e3f52711..3f1ca9a7 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -29,11 +29,18 @@ separator=True #left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now # Limit the number of processes to display (for the WebUI) max_processes_display=25 -# Set the URL prefix (for the WebUI and the API) +# 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= ############################################################################## # plugins -- cgit v1.2.3