complete change to email instead of FTP

This commit is contained in:
2025-11-11 20:39:49 -06:00
parent 38a9fb2789
commit 5ae4104e24
15 changed files with 242 additions and 947 deletions

View File

@@ -1,3 +1,13 @@
GOTIFY_URL=https://gotify.sneakygeek.net
GOTIFY_TOKEN=REDACTED
DIR_TO_WATCH=/var/ftp/events
LOG_LEVEL=INFO
# MAILPIT VARS
MP_SMTP_AUTH=email@example.com:supersecretpassword
MP_SMTP_TLS_CERT=sans:mailpit.local
MP_SMTP_TLS_KEY=sans:mailpit.local
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.