Sign inSign up

strm/crashreport

By strm

Updated almost 9 years ago

CrashReport Service container

Image
1

4.0K

strm/crashreport repository overview

Crashreport - Your crash reports in your Mailbox

Docker Pulls

Forward your crash reports to your mailbox

Run it with docker

You can customize it for your needs, here a sample configuration to use gmail as your gateway to send emails. It will spawn the serve in 8080 port of your host

    docker run --rm -it \
    -p 8080:8080 \
    -e MESSAGE_TITLE='[CRASHTEST]' \
    -e MAIL_SERVER='smtp.gmail.com' \
    -e MAIL_PORT='465' \
    -e MAIL_USE_SSL='True' \
    -e MAIL_USERNAME='YOUR GMAIL USERNAME' \
    -e MAIL_PASSWORD='YOUR GMAIL PASSWORD' \
    -e MESSAGE_RECIPIENT='DESTINATION ADDRESS' \
    -e MESSAGE_SENDER='WHO IS SENDING' \
    -name crashreport strm/crashreport

Tag summary

Content type

Image

Digest

Size

158.2 MB

Last updated

almost 9 years ago

docker pull strm/crashreport