You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/pkg
Amir Zarrinkafsh dc12a1ac7f
feat: allow hostname override for notifiers (#994)
* feat: allow hostname override for email notifier

As it currently stands all notifiers utilise `os.Hostname` to populate their titles/subjects.

When utilising Docker with a bridged network if you set the hostname for a container to an external DNS hostname Docker's internal DNS resolver will override said hostname for all containers within the bridged network.

This change allows a user to specify what hostname should be represented in the email notifications without having to change the `os.Hostname`.

* feat: allow custom hostname for all notifiers

* docs: adjust notification hostname flag
5 years ago
..
api test: fix metrics api test stability (#930) 5 years ago
container feat: check container config before update (#925) 5 years ago
filters feat: include additional info in startup (#809) 5 years ago
lifecycle lifecycle logs as Debug instead of Info (#610) 5 years ago
metrics fix: merge artifacts and broken shoutrrr tests (#929) 5 years ago
notifications feat: allow hostname override for notifiers (#994) 5 years ago
registry * feat: custom user agent (#990) 5 years ago
sorter refactor: extract code from the container package 6 years ago
types feat: allow hostname override for notifiers (#994) 5 years ago