This commit is contained in:
parent
1d09eef545
commit
2ebe72790f
1 changed files with 8 additions and 9 deletions
17
Readme.md
17
Readme.md
|
@ -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
|
||||
```
|
||||
|
||||
.
|
||||
```
|
Loading…
Reference in a new issue