From 1cd17d9614f2562d89596e7ba0daaa862dc3c6ed Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 29 Apr 2024 10:01:24 +0200 Subject: Add the --hide-public-info option --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06423368..e49c5301 100644 --- a/Makefile +++ b/Makefile @@ -223,6 +223,9 @@ run-debug: ## Start Glances in debug console mode (also called standalone) run-local-conf: ## Start Glances in console mode with the system conf file ./venv/bin/python -m glances +run-local-conf-hide-public: ## Start Glances in console mode with the system conf file and hide public information + ./venv/bin/python -m glances --hide-public-info + run-min: ## Start minimal Glances in console mode (also called standalone) ./venv-min/bin/python -m glances -C ./conf/glances.conf @@ -256,6 +259,9 @@ run-webserver: ## Start Glances in Web server mode run-webserver-local-conf: ## Start Glances in Web server mode with the system conf file ./venv/bin/python -m glances -w +run-webserver-local-conf-hide-public: ## Start Glances in Web server mode with the system conf file and hide public info + ./venv/bin/python -m glances -w --hide-public-info + run-restapiserver: ## Start Glances in REST API server mode ./venv/bin/python -m glances -C ./conf/glances.conf -w --disable-webui -- cgit v1.2.3