Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urza authored Jun 25, 2024
1 parent 9aef36a commit 0b5cf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Very simple way how to get email alert when one of your linux servers/VMs/VPS is

![space_checker_diagram](https://github.com/urza/SpaceChecker/assets/189804/9358d584-32a8-48b3-bc86-345f768aa950)

## 1. Install HTTP API in docker. This will receive information from your servers. And if some server has less then 10% free space it will send you email.
## 1. Install HTTP API in docker. This will receive information from your servers. And if some server has less than 10% free space it will send you email.

```
docker pull ghcr.io/urza/spacechecker:main && docker run -d -p 7373:8080 --restart=always --name SpaceCheckAPI -e EmailFrom='FROM@EMAIL' -e EmailTo='TO@EMAIL' -e SmtpUserName='SMTP_LOGIN' -e SmtpPwd='SMTP_PASSWORD' -e SmtpServer='SMTP_SERVER' ghcr.io/urza/spacechecker:main
Expand Down

0 comments on commit 0b5cf0c

Please sign in to comment.