From 47da117ca339d11efca19b22d5b1ddce84d87c74 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Mon, 29 Nov 2021 07:00:18 +0100 Subject: [PATCH] Update Readme --- Readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Readme.md b/Readme.md index d60fe00..e1c8bc6 100644 --- a/Readme.md +++ b/Readme.md @@ -2,18 +2,29 @@ Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com # Installation + +## Fast +``` +curl https://git.keks.cloud/kekskurse/http-server-status/raw/branch/main/install.sh | sh +``` + +## Manual To Install the Server Montiroing download the last .deb File from the Release page and save it as http-server-status.deb on your server. Than install the package with dpkg ``` dpkg -i http-server-status.deb ``` +# Config + Copy the config sample and edit the config. ```bigquery cp /etc/http-server-status/config.yml.sample /etc/http-server-status/config.yml nano /etc/http-server-status/config.yml ``` +# Run + After this start the server ```