https://github.com/m42e/healthcheck-mail-receiver
Python SMTPD to trigger healthchecks backend. The docker container I am using does not have smtp activated and I'm not willing to maintain/alter it. So I created this.
https://github.com/m42e/healthcheck-mail-receiver
Last synced: about 2 months ago
JSON representation
Python SMTPD to trigger healthchecks backend. The docker container I am using does not have smtp activated and I'm not willing to maintain/alter it. So I created this.
- Host: GitHub
- URL: https://github.com/m42e/healthcheck-mail-receiver
- Owner: m42e
- Created: 2019-09-08T11:58:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:08:27.000Z (over 3 years ago)
- Last Synced: 2025-02-23T19:16:25.733Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mail Receiver for Healthcheck
This is a simple docker container which acts as SMTP backend and forwards pings from mail to healthchecks.
I made this up, because the docker container I use for healthchecks does not include smtp, and I did not want do maintain this container on my own.
## Usage:
Basically run the docker container with the following environment variables set:
- `PING_URL`: The base url for the ping to healthchecks in the format `https://yourinstance.com/ping/` please do not remove the trailing slash.
- `PING_ID`: The ID to track the health of this script/container itself.
- `PING_TIMEOUT`: The time between pings for the script should be done.
- `MAIL_DOMAIN`: The domain name to accept messages for.