Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
services:glances [2024/11/23 11:19] – created willy | services:glances [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Glances ====== | ||
- | |||
- | [[https:// | ||
- | |||
- | |||
- | ==== Installation ==== | ||
- | |||
- | Glances is available in Gentoo' | ||
- | <code bash> | ||
- | python -m venv / | ||
- | . / | ||
- | pip install glances fastapi uvicorn jinja2 | ||
- | </ | ||
- | |||
- | 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:// | ||
- | } | ||
- | |||
- | location /glances/ { | ||
- | proxy_pass http:// | ||
- | } | ||
- | </ | ||
- | |||
- | ==== Autostart ==== | ||