mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-06 21:20:41 +00:00
update
This commit is contained in:
parent
45d9368d08
commit
037f0393bf
@ -419,17 +419,27 @@ Including pushing information from windows powershell.
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>`alertmanager.yml`</summary>
|
||||
<summary>alertmanager.yml</summary>
|
||||
|
||||
```yml
|
||||
route:
|
||||
receiver: 'ntfy'
|
||||
receiver: 'email'
|
||||
|
||||
receivers:
|
||||
|
||||
- name: "ntfy"
|
||||
webhook_configs:
|
||||
- url: 'https://ntfy.example.com/alertmanager'
|
||||
send_resolved: true
|
||||
|
||||
- name: 'email'
|
||||
email_configs:
|
||||
- to: 'whoever@example.com'
|
||||
from: 'alertmanager@example.com'
|
||||
smarthost: smtp-relay.sendinblue.com:587
|
||||
auth_username: '<registration_email@gmail.com>'
|
||||
auth_identity: '<registration_email@gmail.com>'
|
||||
auth_password: '<long ass generated SMTP key>'
|
||||
```
|
||||
</details>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user