mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 08:42:16 +00:00
![]() Previously, notification templates could be modified by the user, but these were overwritten again with installing newer package versions of pve-manager and proxmox-backup. Now override templates can be created cluster-wide in the path “/etc/{pve,proxmox-backup}/notification-templates/{namespace}”, which are used with priority. The folder structure has to be created and populated manually (e.g. /etc/pve/notification-templates/default). If override templates are not existing or their rendering fails, the vendor templates in "/usr/share/{pve-manager,proxmox-backup}/templates/default/" are used. Sequence: [override html -> vendor html ->] override txt -> vendor txt An error is only returned if none of the template candidates could be used. Using an override template gets not logged. Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Lukas Wagner <l.wagner@proxmox.com> Link: https://lore.proxmox.com/20250321133341.151340-1-a.zeidler@proxmox.com |
||
---|---|---|
.. | ||
api | ||
context | ||
endpoints | ||
renderer | ||
config.rs | ||
filter.rs | ||
group.rs | ||
lib.rs | ||
matcher.rs | ||
schema.rs |