This commit is contained in:
parent
b9188f5006
commit
47da117ca3
1 changed files with 11 additions and 0 deletions
11
Readme.md
11
Readme.md
|
@ -2,18 +2,29 @@
|
||||||
Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com
|
Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com
|
||||||
|
|
||||||
# Installation
|
# 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
|
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
|
dpkg -i http-server-status.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Config
|
||||||
|
|
||||||
Copy the config sample and edit the config.
|
Copy the config sample and edit the config.
|
||||||
```bigquery
|
```bigquery
|
||||||
cp /etc/http-server-status/config.yml.sample /etc/http-server-status/config.yml
|
cp /etc/http-server-status/config.yml.sample /etc/http-server-status/config.yml
|
||||||
nano /etc/http-server-status/config.yml
|
nano /etc/http-server-status/config.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Run
|
||||||
|
|
||||||
After this start the server
|
After this start the server
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue