User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
services:glances [2024/11/23 11:19] – created willyservices:glances [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Glances ====== 
- 
-[[https://github.com/nicolargo/glances|Glances]] is a CLI and Web GUI monitor for your server. It's neat and nice, and it's not intrusive. 
- 
- 
-==== Installation ==== 
- 
-Glances is available in Gentoo's Portage, but lacks the FastAPI and Uvcorn dependencies, so it's better to create a dedicated venv as root: 
-<code bash> 
-  python -m venv /opt/glances 
-    . /opt/glances/bin/activate 
-    pip install glances fastapi uvicorn jinja2 
-</code> 
- 
-Then set it up in the reverse proxy to be accessed protected behind your SSO. 
- 
- 
-==== Reverse Proxy ==== 
- 
-<file - glances.conf> 
-location = /glances { 
-        return 301 https://$host/glances/; 
-} 
- 
-location /glances/ { 
-        proxy_pass http://127.0.0.1:61208/; 
-} 
-</file> 
- 
-==== Autostart ==== 
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information