mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 13:29:14 +02:00
Update config.json
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
"cronSchedule":"0 0/6 * * *",
|
"cronSchedule":"0 0/6 * * *",
|
||||||
"logLevel":"info",
|
"logLevel":"info",
|
||||||
"webPortalConfig":{
|
"webPortalConfig":{
|
||||||
"baseUrl": "https://epic.example.com",
|
"baseUrl":"https://epic.example.com"
|
||||||
},
|
},
|
||||||
"accounts":[
|
"accounts":[
|
||||||
{
|
{
|
||||||
"email": "example@gmail.com",
|
"email":"example@gmail.com"
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
"notifiers":[
|
"notifiers":[
|
||||||
{
|
{
|
||||||
@@ -21,41 +21,45 @@
|
|||||||
"secure":false,
|
"secure":false,
|
||||||
"auth":{
|
"auth":{
|
||||||
"user":"hello@gmail.com",
|
"user":"hello@gmail.com",
|
||||||
"pass": "abc123",
|
"pass":"abc123"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"discord",
|
"type":"discord",
|
||||||
"webhookUrl":"https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456",
|
"webhookUrl":"https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456",
|
||||||
"mentionedUsers": ["914360712086843432"],
|
"mentionedUsers":[
|
||||||
"mentionedRoles": ["734548250895319070"],
|
"914360712086843432"
|
||||||
|
],
|
||||||
|
"mentionedRoles":[
|
||||||
|
"734548250895319070"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"telegram",
|
"type":"telegram",
|
||||||
"apiUrl":"https://api.telegram.org",
|
"apiUrl":"https://api.telegram.org",
|
||||||
"token":"644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
|
"token":"644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
|
||||||
"chatId": "-987654321",
|
"chatId":"-987654321"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"apprise",
|
"type":"apprise",
|
||||||
"apiUrl":"http://192.168.1.2:8000",
|
"apiUrl":"http://192.168.1.2:8000",
|
||||||
"urls": "mailto://user:pass@gmail.com",
|
"urls":"mailto://user:pass@gmail.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"pushover",
|
"type":"pushover",
|
||||||
"token":"a172fyyl9gw99p2xi16tq8hnib48p2",
|
"token":"a172fyyl9gw99p2xi16tq8hnib48p2",
|
||||||
"userKey": "uvgidym7l5ggpwu2r8i1oy6diaapll",
|
"userKey":"uvgidym7l5ggpwu2r8i1oy6diaapll"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"gotify",
|
"type":"gotify",
|
||||||
"apiUrl":"https://gotify.net",
|
"apiUrl":"https://gotify.net",
|
||||||
"token": "SnL-wAvmfo_QT",
|
"token":"SnL-wAvmfo_QT"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"homeassistant",
|
"type":"homeassistant",
|
||||||
"instance":"https://homeassistant.example.com",
|
"instance":"https://homeassistant.example.com",
|
||||||
"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
|
"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
|
||||||
"notifyservice": "mobile_app_smartphone_name",
|
"notifyservice":"mobile_app_smartphone_name"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"bark",
|
"type":"bark",
|
||||||
@@ -69,6 +73,6 @@
|
|||||||
"webhookUrl":"https://ntfy.example.com/mytopic",
|
"webhookUrl":"https://ntfy.example.com/mytopic",
|
||||||
"priority":"urgent",
|
"priority":"urgent",
|
||||||
"token":"tk_mytoken"
|
"token":"tk_mytoken"
|
||||||
},
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user