Implemented e-mail notification trigger.

This commit is contained in:
2026-07-18 00:01:18 +02:00
parent fab895b85e
commit b6408f3244
13 changed files with 4248 additions and 149 deletions

View File

@@ -33,6 +33,7 @@ module.exports = {
},
},
web: {
address: 'https://traxxx.me',
host: '0.0.0.0',
port: 5000,
sfwHost: '0.0.0.0',
@@ -203,6 +204,8 @@ module.exports = {
},
email: {
// Resend
enabled: false,
apiKey: null,
from: 'noreply@alerts.traxxx.me',
},
};