complete change to email instead of FTP
This commit is contained in:
16
.env.example
16
.env.example
@@ -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.
|
||||
Reference in New Issue
Block a user