dev: ad readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2021-09-20 12:51:51 +02:00
parent 2666202b03
commit 8fec531a80
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
3 changed files with 20 additions and 1 deletions

View File

@ -47,4 +47,6 @@ nfpms:
- deb
contents:
- 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
View 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
```