mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 03:28:56 +00: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
|
applications. It provides a simple API and web interface, making it easy to
|
||||||
integrate with different platforms and services.
|
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.
|
See :ref:`notifications.cfg` for all configuration options.
|
||||||
|
|
||||||
.. _notification_targets_webhook:
|
.. _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
|
to pass a whole sub-namespace (e.g. ``fields``) as a part of a JSON payload
|
||||||
(e.g. ``{{ json fields }}``).
|
(e.g. ``{{ json fields }}``).
|
||||||
|
|
||||||
|
|
||||||
|
.. NOTE:: Webhook targets will respect the HTTP proxy settings from
|
||||||
|
Configuration → Other → HTTP proxy
|
||||||
|
|
||||||
Example - ntfy.sh
|
Example - ntfy.sh
|
||||||
"""""""""""""""""
|
"""""""""""""""""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user