notifications-priv.cfg¶
Description¶
The file /etc/proxmox-backup/notifications-priv.cfg is a configuration file for Proxmox Backup Server. It contains the configuration for the notification system configuration.
File Format¶
This file contains protected credentials for notification targets.
Options¶
Section type 'gotify
': Private configuration for Gotify notification endpoints. This config will be
saved to a separate configuration file with stricter permissions (root:root
0600)
Required properties:
token
<string>
Authentication token
Section type 'smtp
': Private configuration for SMTP notification endpoints. This config will be saved
to a separate configuration file with stricter permissions (root:root 0600)
Optional properties:
password
<string>
The password to use during authentication.
Section type 'webhook
': Private configuration for Webhook notification endpoints. This config will be
saved to a separate configuration file with stricter permissions (root:root
0600).
Optional properties:
secret
[name=<string> [,value=<string>]]
Array of secrets. Each entry is a property string with a name, and a value property. The value property contains the secret in base64 encoding. Can be accessed from templates. Can be specified more than once.
Copyright and Disclaimer¶
Copyright (C) 2019-2025, Proxmox Server Solutions GmbH
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/