Aligned config with upstream

added homeassistant example
This commit is contained in:
bruvv
2022-10-29 15:29:06 +02:00
committed by GitHub
parent 7459736a34
commit d212cc13b2

View File

@@ -1,60 +1,65 @@
{ {
"runOnStartup":true, "runOnStartup": true,
"cronSchedule":"5 16 * * *", "cronSchedule": "5 16 * * *",
"logLevel":"info", "logLevel": "info",
"webPortalConfig":{ "webPortalConfig": {
"baseUrl":"https://epic.exmaple.com" "baseUrl": "https://epic.exmaple.com",
}, },
"accounts":[ "accounts": [
{ {
"email":"example@gmail.com", "email": "example@gmail.com",
"password":"abc1234", "password": "abc1234",
"totp":"EMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZE" "totp": "EMNCF83ULU3K3PXPJBSWY3DPEHPK3PXPJWY3DPEHPK3YI69R39NE"
} },
], ],
"notifiers":[ "notifiers": [
{ // You may configure as many of any notifier as needed
"type":"email", // Here are some examples of each type
"smtpHost":"smtp.gmail.com", {
"smtpPort":587, "type": "email",
"emailSenderAddress":"hello@gmail.com", "smtpHost": "smtp.gmail.com",
"emailSenderName":"Epic Games Captchas", "smtpPort": 587,
"emailRecipientAddress":"hello@gmail.com", "emailSenderAddress": "hello@gmail.com",
"secure":false, "emailSenderName": "Epic Games Captchas",
"auth":{ "emailRecipientAddress": "hello@gmail.com",
"user":"hello@gmail.com", "secure": false,
"pass":"abc123" "auth": {
} "user": "hello@gmail.com",
"pass": "abc123",
}, },
{ },
"type":"discord", {
"webhookUrl":"https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456", "type": "discord",
"mentionedUsers":[ "webhookUrl": "https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456",
"914360712086843432" // Optional list of users or roles to mention
], "mentionedUsers": ["914360712086843432"],
"mentionedRoles":[ "mentionedRoles": ["734548250895319070"],
"734548250895319070" },
] {
}, "type": "telegram",
{ "token": "644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
"type":"telegram", "chatId": "-987654321",
"token":"to_fill", },
"chatId":"-987654321" {
}, "type": "apprise",
{ "apiUrl": "http://192.168.1.2:8000",
"type":"apprise", "urls": "mailto://user:pass@gmail.com",
"apiUrl":"http://192.168.1.2:8000", },
"urls":"mailto://user:pass@gmail.com" {
}, "type": "pushover",
{ "token": "a172fyyl9gw99p2xi16tq8hnib48p2",
"type":"pushover", "userKey": "uvgidym7l5ggpwu2r8i1oy6diaapll",
"token":"to_fill", },
"userKey":"to_fill" {
}, "type": "gotify",
{ "apiUrl": "https://gotify.net",
"type":"gotify", "token": "SnL-wAvmfo_QT",
"apiUrl":"https://gotify.net", },
"token":"SnL-wAvmfo_QT" {
} "type": "homeassistant",
] "instance": "https://homeassistant.example.com",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"notifyservice": "mobile_app_smartphone_name",
},
],
} }