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,
|
||||
"description": description,
|
||||
"url": "https://hnsdoh.c.woodburn.au",
|
||||
"url": "https://status.hnsdoh.com",
|
||||
"color": 5814783,
|
||||
"author": {
|
||||
"name": author,
|
||||
"icon_url": "https://hnsdoh.c.woodburn.au/favicon.png",
|
||||
"icon_url": "https://status.hnsdoh.com/favicon.png",
|
||||
},
|
||||
}
|
||||
],
|
||||
"username": "HNSDoH",
|
||||
"avatar_url": "https://hnsdoh.c.woodburn.au/favicon.png",
|
||||
"avatar_url": "https://status.hnsdoh.com/favicon.png",
|
||||
"attachments": [],
|
||||
}
|
||||
response = requests.post(discord_hook, json=data)
|
||||
|
@ -4,22 +4,22 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>HNS DoH Status</title>
|
||||
<meta name="twitter:image" content="https://hnsdoh.c.woodburn.au/assets/img/HNS.png">
|
||||
<title>Status | HNS DoH</title>
|
||||
<meta name="twitter:image" content="https://status.hnsdoh.com/assets/img/HNS.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<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 property="og:type" content="website">
|
||||
<meta property="og:description" content="Access Handshake Domains with DNS over HTTPS">
|
||||
<meta name="twitter:title" content="HNS DoH Status">
|
||||
<meta property="og:image" content="https://hnsdoh.c.woodburn.au/assets/img/HNS.png">
|
||||
<meta name="twitter:title" content="Status | HNS DoH">
|
||||
<meta property="og:image" content="https://status.hnsdoh.com/assets/img/HNS.png">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "HNS DoH Status",
|
||||
"url": "https://hnsdoh.c.woodburn.au"
|
||||
"name": "Status | HNS DoH",
|
||||
"url": "https://status.hnsdoh.com"
|
||||
}
|
||||
</script>
|
||||
<link rel="icon" type="image/png" sizes="670x700" href="assets/img/HNS.png">
|
||||
|
Loading…
Reference in New Issue
Block a user