How to change email notification footer link?

codersaur

Member
Jan 22, 2022
1
0
6
45
I've set up email notifications and they arrive with a footer ("Please visit the web interface for further details:..."). However, the link uses the internal hostname, domain and port, but I need to access the server via an external fqdn. How can I change the link in the emails so that it will use an external fqdn and port? (Note, I don't want to change the actual internal hostname or domain of the host PBS is running on).
 
Last edited:
Hello,
the templates used to render the notifications text are stored in /usr/share/proxmox-backup/templates/default. You could adapt them to your liking. Note that these are part of the proxmox-backup-server package, meaning that a future package upgrade could override your changes. For the future we plan to add a way for our users to provide their own templates.

Hope this helps!