mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-21 09:34:21 +03:00
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 <l.wagner@proxmox.com>
This commit is contained in:
parent
ed8bc69a50
commit
c676439a15
@ -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
|
||||
"""""""""""""""""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user