Files
SneakyMon/README.md
Phillip Tarrant 6d157cb30e
Some checks failed
Build and Push Docker Image / build (push) Failing after 11m1s
testing actions
2025-12-03 23:45:21 -06:00

740 B

Sneaky Mon

Because I need a simple mail server to forward emails to my gotify server

Settings

Everything is in the .env Just copy .env.sample and modify as needed.

Security isn't really enabled here as it's all internal, on a vlan that is entirely locked down, no egress to the internet or anything. If you really want to enable TLS and all that jazz, you can.

.env setup

LOG_LEVEL=INFO

# MAILPIT VARS
MP_SMTP_AUTH=email@example.com:supersecretpassword
MP_WEBHOOK_URL=http://sneaky_mon_webhook:8088/hook

# SNEAKYMON VARS
GOTIFY_URL=https://yourgotify.server.com
GOTIFY_TOKEN=YourTokenForGotify
MAILPIT_API=http://mailpit:8025 # <-- this points to above, it can even be the IP if you want.

small test to trigger a build