[pbs-devel] [PATCH proxmox-backup] docs: notifications: document HTTP-based target's proxy behavior
Lukas Wagner
l.wagner at proxmox.com
Mon Dec 9 11:40:39 CET 2024
Gotify and webhook targets will use the HTTP proxy settings from
node.cfg, the documentation should mention this.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
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
"""""""""""""""""
--
2.39.5
More information about the pbs-devel
mailing list