From c676439a15699e21fae041388c43da943dea5730 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Mon, 9 Dec 2024 11:40:39 +0100 Subject: [PATCH] docs: notifications: document HTTP-based target's proxy behavior Gotify and webhook targets will use the HTTP proxy settings from node.cfg, the documentation should mention this. Signed-off-by: Lukas Wagner --- docs/notifications.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/notifications.rst b/docs/notifications.rst index 7e0da998..34fc0128 100644 --- a/docs/notifications.rst +++ b/docs/notifications.rst @@ -83,6 +83,9 @@ allows you to send push notifications to various devices and applications. It provides a simple API and web interface, making it easy to integrate with different platforms and services. +.. NOTE:: Gotify targets will respect the HTTP proxy settings from + Configuration → Other → HTTP proxy + See :ref:`notifications.cfg` for all configuration options. .. _notification_targets_webhook: @@ -128,6 +131,10 @@ For convenience, the following helpers are available: to pass a whole sub-namespace (e.g. ``fields``) as a part of a JSON payload (e.g. ``{{ json fields }}``). + +.. NOTE:: Webhook targets will respect the HTTP proxy settings from + Configuration → Other → HTTP proxy + Example - ntfy.sh """""""""""""""""