Phillip Tarrant da1467cc10 migrate from gotify to ntfy with image attachment support
- Replace GotifyNotifier with NtfyNotifier for push notifications
- Add support for sending email image attachments to ntfy
- Add NTFY_URL, NTFY_TOKEN, NTFY_TOPIC environment variables
- Add get_mailpit_image() and get_mailpit_image_thumb() helpers
- Sanitize message content for HTTP headers (remove newlines)
- Remove all gotify references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 18:59:23 -06:00
2025-11-06 03:25:44 -06:00
2025-11-06 03:25:44 -06:00
2025-11-06 03:25:44 -06:00

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.
Description
No description provided
Readme MIT 63 KiB
Languages
Python 94.3%
Dockerfile 5.7%