Show HN: pyDash – Small web-based dashboard for Linux in Python and Django
I started writing this mostly for the Pi but ended up building it to support multiple Linux OSs.
It's intended to be just that, a small dashboard providing real-time details on the usage. Still a work in progress and was done for fun, there's a demo as well :).
MIT license.
https://pydash.net or http://k3oni.github.io/pydash
19 comments
[ 3.6 ms ] story [ 50.7 ms ] threadWould be really nice to integrate some of the key numbers from this into other dashboards e.g. Dashing.
Take a look at urls.py, you can grab any of the data from /info/ by making a call to the specific requests.
[0] https://github.com/k3oni/pydash/blob/1317771275aa118a40df1ec...
The data in the cookies is just JSON, right? If json.loads() would work here you should switch to that instead.
I would hope that people won't give access to everyone to the dashboard, wasn't really build for that, or at least that wasn't my initial idea.
this one is really small -> https://github.com/abimaelmartell/system_monitor
I'd love for the Processes table to have click-sortable column headers.