Matthias Bilger 5731624450
All checks were successful
continuous-integration/drone/push Build is passing
continue if ping returns an error
2019-10-12 17:45:06 +02:00
2019-10-12 17:40:26 +02:00
2019-09-07 13:57:34 +02:00
2019-09-07 13:57:34 +02:00
2019-10-12 17:45:06 +02:00
2019-09-07 13:43:37 +02:00

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.
Description
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.
Readme 25 KiB
Languages
Python 93.6%
Dockerfile 6.4%