diff --git a/components/layout.templ b/components/layout.templ index c318405..a6fcac0 100644 --- a/components/layout.templ +++ b/components/layout.templ @@ -151,27 +151,27 @@ templ LayoutWithContext(title string, ctx context.Context) {
Use placeholders for dynamic values. Available variables: job.*, instance.*, timestamp, notification.*
If provided, all webhooks will include an X-GoMFT-Signature header
- Send a test notification to verify your configuration works correctly before saving. -
Get your API key from Pushbullet Account Settings
- Send a test notification to verify your Pushbullet configuration works correctly before saving. -
The Ntfy server URL (default: ntfy.sh)
Choose a unique, unguessable topic name
- Send a test notification to verify your Ntfy configuration works correctly before saving. -
URL of your Gotify server
Find this in your Gotify application settings
- Send a test notification to verify your Gotify configuration works correctly before saving. -
Your application's API token/key from Pushover Dashboard
Your user key from Pushover Dashboard
- Send a test notification to verify your Pushover configuration works correctly before saving. -
- Configure your notification service to receive alerts for job events. Different notification types have different configuration options. -
Add a notification service to receive alerts for job events.
- { service.Name } -
- { service.Description } -
- Last sent: - if service.SuccessCount > 0 { - "Recently" - } else { - "Never" - } -
- Notification services allow the system to send alerts for job events such as completion, errors, or when jobs start. -