docs: Update Readme
/ Release (push) Successful in 1m9s Details

This commit is contained in:
Kekskurse 2023-07-21 12:38:12 +02:00
parent 1d09eef545
commit 2ebe72790f
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 8 additions and 9 deletions

View File

@ -4,13 +4,14 @@ Status Page with your Server informations (HDD usage, ram usage, load, systemd)
# Installation
## Fast
```
curl https://git.keks.cloud/kekskurse/http-server-status/raw/branch/main/install.sh | sh
```
## Dowanload URLs:
## 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
Last Dev Build: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/last.deb`
Last Release Build: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/stable.deb`
Special Version: `https://kekscloud-releases.s3.eu-central-003.backblazeb2.com/http-server-status/http-server-status_1.0.7_linux_amd64.deb` (Bigger than 1.0.7)
To Install the Server Montiroing download the last .deb File from the Release page or the links above and save it as http-server-status.deb on your server. Than install the package with dpkg
```
dpkg -i http-server-status.deb
@ -30,6 +31,4 @@ After this start the server
```
sudo systemctl start http-server-status
```
.
```