From 221588afc950605c42f5efd727bb76a0f01c78c2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Mar 2021 05:37:42 +0300 Subject: README: update --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 951e5d8..e7e6ffe 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ linux-status [![Test](https://github.com/egor-tensin/linux-status/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/linux-status/actions/workflows/test.yml) -Simple Linux status web pages. +Simple Linux status web page. -Shows your `top`, systemd units & timers, allows you to reboot, etc. +Shows your `top`, systemd units & timers, allows you to reboot the server, etc. What it looks like ------------------ @@ -14,17 +14,24 @@ What it looks like [example]: img/example.png "Example page" +Installation +------------ + +* For Arch Linux, use the [AUR package]. +* For Ubuntu, use the [PPA]. + +[AUR package]: https://aur.archlinux.org/packages/linux-status/ +[PPA]: https://launchpad.net/~egor-tensin/+archive/ubuntu/linux-status + +Control the app using the `linux-status` systemd unit. + Usage ----- -To start a web server on port 18101: +To manually start a web server on port 18101, run: > python3 server.py -There's also a [systemd unit] that you can adjust to run the server. - -[systemd unit]: dist/systemd/linux-status.service - TODO ---- -- cgit v1.2.3 From e1bbf6f03052d625075462c8b97e3967a54875c9 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 7 Mar 2021 05:47:16 +0300 Subject: img: update example.png --- README.md | 5 +++-- img/example.png | Bin 171835 -> 172254 bytes 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7e6ffe..42672bb 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,14 @@ Simple Linux status web page. Shows your `top`, systemd units & timers, allows you to reboot the server, etc. -What it looks like ------------------- +--- ![Example page][example] [example]: img/example.png "Example page" +--- + Installation ------------ diff --git a/img/example.png b/img/example.png index a2cb95c..dbc61d0 100644 Binary files a/img/example.png and b/img/example.png differ -- cgit v1.2.3