diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 11:47:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 11:47:05 +0300 |
commit | 583120b2671597a2d8ba54033c7a47df984bf570 (patch) | |
tree | 99a1f2f7521e7a52a9bf8a925f984d4d530cc270 | |
parent | debian: 2.1.2-1 (diff) | |
parent | index.html: update my link (diff) | |
download | linux-status-583120b2671597a2d8ba54033c7a47df984bf570.tar.gz linux-status-583120b2671597a2d8ba54033c7a47df984bf570.zip |
Merge tag 'v2.1.3' into debian
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | html/index.html | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -10,6 +10,9 @@ Simple Linux server monitoring. Shows your `top`, Docker container status, systemd units & timers, allows you to reboot the server, etc. +For example, see an instance running on my server at +https://egort.name/status/. + Installation ------------ diff --git a/html/index.html b/html/index.html index 60cb09d..205861f 100644 --- a/html/index.html +++ b/html/index.html @@ -80,7 +80,7 @@ </div> <footer class="mt-auto py-3 border-top bg-light text-center text-muted small"> <div class="container"> - <a href="https://github.com/egor-tensin/linux-status">linux-status</a> — simple Linux server monitoring by <a href="mailto:Egor.Tensin@gmail.com">Egor Tensin</a> + <a href="https://github.com/egor-tensin/linux-status">linux-status</a> — simple Linux server monitoring by <a href="https://egor-tensin.github.io/">Egor Tensin</a> </div> </footer> <script src="js/jquery.min.js"></script> |