This commit is contained in:
parent
2666202b03
commit
8fec531a80
3 changed files with 20 additions and 1 deletions
|
@ -47,4 +47,6 @@ nfpms:
|
||||||
- deb
|
- deb
|
||||||
contents:
|
contents:
|
||||||
- src: init/http-server-status.service
|
- src: init/http-server-status.service
|
||||||
dst: /etc/systemd/system/http-server-status.service
|
dst: /etc/systemd/system/http-server-status.service
|
||||||
|
- src: config.yml
|
||||||
|
dst: /etc/http-server-status/config.yml.sample
|
17
Readme.md
Normal file
17
Readme.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# HTTP Server Status
|
||||||
|
Status Page for your VM or HDD Server to montiro with an external tool like uptimerobot.com
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
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 run `dpkg -i http-server-status.deb`.
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
After this start the server
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo systemctl start http-server-status
|
||||||
|
```
|
Loading…
Reference in a new issue