fix: Update url to use status.hnsdoh.com
All checks were successful
Build Docker / BuildImage (push) Successful in 37s
All checks were successful
Build Docker / BuildImage (push) Successful in 37s
This commit is contained in:
parent
3fc392ac67
commit
a2e173f777
@ -380,16 +380,16 @@ def send_notification(title, description,author):
|
|||||||
{
|
{
|
||||||
"title": title,
|
"title": title,
|
||||||
"description": description,
|
"description": description,
|
||||||
"url": "https://hnsdoh.c.woodburn.au",
|
"url": "https://status.hnsdoh.com",
|
||||||
"color": 5814783,
|
"color": 5814783,
|
||||||
"author": {
|
"author": {
|
||||||
"name": author,
|
"name": author,
|
||||||
"icon_url": "https://hnsdoh.c.woodburn.au/favicon.png",
|
"icon_url": "https://status.hnsdoh.com/favicon.png",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"username": "HNSDoH",
|
"username": "HNSDoH",
|
||||||
"avatar_url": "https://hnsdoh.c.woodburn.au/favicon.png",
|
"avatar_url": "https://status.hnsdoh.com/favicon.png",
|
||||||
"attachments": [],
|
"attachments": [],
|
||||||
}
|
}
|
||||||
response = requests.post(discord_hook, json=data)
|
response = requests.post(discord_hook, json=data)
|
||||||
|
@ -4,22 +4,22 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
<title>HNS DoH Status</title>
|
<title>Status | HNS DoH</title>
|
||||||
<meta name="twitter:image" content="https://hnsdoh.c.woodburn.au/assets/img/HNS.png">
|
<meta name="twitter:image" content="https://status.hnsdoh.com/assets/img/HNS.png">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:description" content="Access Handshake Domains with DNS over HTTPS">
|
<meta name="twitter:description" content="Access Handshake Domains with DNS over HTTPS">
|
||||||
<meta property="og:title" content="HNS DoH Status">
|
<meta property="og:title" content="Status | HNS DoH">
|
||||||
<meta name="description" content="Access Handshake Domains with DNS over HTTPS">
|
<meta name="description" content="Access Handshake Domains with DNS over HTTPS">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Access Handshake Domains with DNS over HTTPS">
|
<meta property="og:description" content="Access Handshake Domains with DNS over HTTPS">
|
||||||
<meta name="twitter:title" content="HNS DoH Status">
|
<meta name="twitter:title" content="Status | HNS DoH">
|
||||||
<meta property="og:image" content="https://hnsdoh.c.woodburn.au/assets/img/HNS.png">
|
<meta property="og:image" content="https://status.hnsdoh.com/assets/img/HNS.png">
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
"@context": "http://schema.org",
|
"@context": "http://schema.org",
|
||||||
"@type": "WebSite",
|
"@type": "WebSite",
|
||||||
"name": "HNS DoH Status",
|
"name": "Status | HNS DoH",
|
||||||
"url": "https://hnsdoh.c.woodburn.au"
|
"url": "https://status.hnsdoh.com"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<link rel="icon" type="image/png" sizes="670x700" href="assets/img/HNS.png">
|
<link rel="icon" type="image/png" sizes="670x700" href="assets/img/HNS.png">
|
||||||
|
Loading…
Reference in New Issue
Block a user