-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalert.json
39 lines (39 loc) · 1.25 KB
/
alert.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"alerts": [
{
"title": "Beta channel, features may be incomplete or non functioning. Please report bugs",
"domains": [
"beta.app.cloud.cbh.kth.se"
],
"severity": "warning"
},
{
"title": "We are performing system upgrades which may cause downtime. Reach out on Discord for further information",
"domains": [
"cloud.cbh.kth.se",
"beta.app.cloud.cbh.kth.se"
],
"pages": [
"/",
"/deploy"
],
"showFrom": "2024-06-14T00:00:00Z",
"showUntil": "2024-06-15T00:00:00Z",
"severity": "warning"
},
{
"title": "🎉🎊 Stickers, Stickers, Stickers! 🎊🎉 - Get your kthcloud stickers free now",
"domains": [
"cloud.cbh.kth.se",
"beta.app.cloud.cbh.kth.se"
],
"pages": [
"/deploy"
],
"showFrom": "2024-06-04T00:00:00Z",
"showUntil": "2024-06-14T10:00:00Z",
"severity": "success",
"link": "https://mastodon.social/@kthcloud/112558116074575444"
}
]
}