From e5ac7a6d8180e8caeb084ebf3f37ccc425be11e0 Mon Sep 17 00:00:00 2001 From: Camembert <94793329+camemb3rt@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:43:56 -0300 Subject: [PATCH 1/4] Update faq.md Add note mentioning that the notification won't be sent when deploying (first run), only when scheduled. --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 332bfbb39..f4959823b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -25,6 +25,9 @@ Or within a container: ```shell docker compose exec diun diun notif test ``` +!!! warning + `While the test notification might work, it's important to note that Diun will only notify when the cronjob triggers and not on the first run` + ## Customize the hostname From 2d05cb87daf4c0ab674629ff8cb5588c85bcd23e Mon Sep 17 00:00:00 2001 From: Camembert <94793329+camemb3rt@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:56:24 -0300 Subject: [PATCH 2/4] Update faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index f4959823b..41a93bcb3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -26,7 +26,7 @@ Or within a container: docker compose exec diun diun notif test ``` !!! warning - `While the test notification might work, it's important to note that Diun will only notify when the cronjob triggers and not on the first run` + `While the test notification might work, it's important to note that, by defaul, Diun will only notify when the cronjob triggers and not on the first run. Check [.watch](config/watch.md) for firstCheckNotif` ## Customize the hostname From 6231f8db18efdba72df9383d375913a7f3b1f52a Mon Sep 17 00:00:00 2001 From: Camembert <94793329+camemb3rt@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:58:26 -0300 Subject: [PATCH 3/4] Update faq.md --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 41a93bcb3..ec7748ac3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -25,8 +25,8 @@ Or within a container: ```shell docker compose exec diun diun notif test ``` -!!! warning - `While the test notification might work, it's important to note that, by defaul, Diun will only notify when the cronjob triggers and not on the first run. Check [.watch](config/watch.md) for firstCheckNotif` + +While the test notification might work, it's important to note that, by default, Diun will only notify when the cronjob triggers and not on the first run. Check [.watch](config/watch.md) for ´firstCheckNotif´ ## Customize the hostname From 50cd1bacc009abb0430dcfcc4a236b29050a95e5 Mon Sep 17 00:00:00 2001 From: Camembert <94793329+camemb3rt@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:05:06 -0300 Subject: [PATCH 4/4] Update faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ec7748ac3..528222c42 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -26,7 +26,7 @@ Or within a container: docker compose exec diun diun notif test ``` -While the test notification might work, it's important to note that, by default, Diun will only notify when the cronjob triggers and not on the first run. Check [.watch](config/watch.md) for ´firstCheckNotif´ +While the test notification might work, it's important to note that, by default, Diun will only notify when the cronjob triggers and not on the first run. Check [.watch](config/watch.md) for `firstCheckNotif`. ## Customize the hostname