aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
blob: 3a69263e61d7719708f4e72c43cf51a08cd834b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
linux-status
============

Simple Linux status web pages.

Shows your `top`, systemd units & timers, allows you to reboot, etc.

What it looks like
------------------

![Example page][example]

[example]: img/example.png "Example page"

Usage
-----

To start a web server on port 18101:

    > python3 -m http.server --cgi 18101

There's also a [systemd unit] that you can adjust to run the server.

[systemd unit]: systemd/linux-status.service

TODO
----

* Show an error if a AJAX call fails.

License
-------
Distributed under the MIT License.
See [LICENSE.txt] for details.

[LICENSE.txt]: LICENSE.txt