50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"testNotification": {
|
|
"subject": "Nexus Terminal Test Notification ({event})",
|
|
"email": {
|
|
"body": "This is a test email from Nexus Terminal for event '{event}'.\n\nIf you received this, your SMTP configuration is working.\n\nTimestamp: {timestamp}",
|
|
"bodyHtml": "<p>This is a test email from <b>Nexus Terminal</b> for event '{event}'.</p><p>If you received this, your SMTP configuration is working.</p><p>Timestamp: {timestamp}</p>"
|
|
},
|
|
"webhook": {
|
|
"detailsMessage": "This is a test notification from Nexus Terminal (Webhook - i18n) for event '{event}'."
|
|
},
|
|
"telegram": {
|
|
"detailsMessage": "This is a test notification from Nexus Terminal (Telegram - i18n) for event '{event}'.",
|
|
"bodyTemplate": "*Nexus Terminal Test Notification*\nEvent: `{event}`\nTimestamp: {timestamp}\nDetails:\n```\n{details}\n```"
|
|
}
|
|
},
|
|
"event": {
|
|
"LOGIN_SUCCESS": "Login Success",
|
|
"LOGIN_FAILURE": "Login Failure",
|
|
"LOGOUT": "Logout",
|
|
"PASSWORD_CHANGED": "Password Changed",
|
|
"2FA_ENABLED": "2FA Enabled",
|
|
"2FA_DISABLED": "2FA Disabled",
|
|
"CONNECTION_CREATED": "Connection Created",
|
|
"CONNECTION_UPDATED": "Connection Updated",
|
|
"CONNECTION_DELETED": "Connection Deleted",
|
|
"PROXY_CREATED": "Proxy Created",
|
|
"PROXY_UPDATED": "Proxy Updated",
|
|
"PROXY_DELETED": "Proxy Deleted",
|
|
"TAG_CREATED": "Tag Created",
|
|
"TAG_UPDATED": "Tag Updated",
|
|
"TAG_DELETED": "Tag Deleted",
|
|
"SETTINGS_UPDATED": "Settings Updated",
|
|
"IP_WHITELIST_UPDATED": "IP Whitelist Updated",
|
|
"NOTIFICATION_SETTING_CREATED": "Notification Setting Created",
|
|
"NOTIFICATION_SETTING_UPDATED": "Notification Setting Updated",
|
|
"NOTIFICATION_SETTING_DELETED": "Notification Setting Deleted",
|
|
"SSH_CONNECT_SUCCESS": "SSH Connection Successful",
|
|
"SSH_CONNECT_FAILURE": "SSH Connection Failed",
|
|
"SSH_SHELL_FAILURE": "SSH Shell Open Failed",
|
|
"DATABASE_MIGRATION": "Database Migration",
|
|
"ADMIN_SETUP_COMPLETE": "Initial Admin Setup Completed",
|
|
"PASSKEY_REGISTERED": "Passkey Registered",
|
|
"PASSKEY_AUTH_SUCCESS": "Passkey Authentication Successful",
|
|
"PASSKEY_AUTH_FAILURE": "Passkey Authentication Failed",
|
|
"PASSKEY_DELETED": "Passkey Deleted",
|
|
"PASSKEY_DELETE_UNAUTHORIZED": "Passkey Deletion Unauthorized",
|
|
"PASSKEY_NAME_UPDATED": "Passkey Name Updated",
|
|
"PASSKEY_NAME_UPDATE_UNAUTHORIZED": "Passkey Name Update Unauthorized"
|
|
}
|
|
} |