-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalert.json
More file actions
81 lines (81 loc) · 2.93 KB
/
alert.json
File metadata and controls
81 lines (81 loc) · 2.93 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"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"
},
{
"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": "2026-01-28T00:00:00Z",
"showUntil": "2026-02-07T00:00:00Z",
"severity": "warning"
},
{
"title": "We will be performing system upgrades from Thursday, 12 Feb to Tuesday, 17 Feb. During this time, the services may be unavailable. We apologize for any inconvenience and appreciate your understanding. Reach out on Discord for further information",
"domains": [
"cloud.cbh.kth.se",
"beta.app.cloud.cbh.kth.se"
],
"pages": [
"/",
"/deploy"
],
"showFrom": "2026-02-10T00:00:00Z",
"showUntil": "2026-02-18T00:00:00Z",
"severity": "warning"
},
{
"title": "Due to a scheduled power outage, services will be unavailable from Monday, March 23 to Tuesday, March 24. We apologize for any inconvenience and appreciate your understanding. For updates or questions, please reach out on Discord",
"domains": [
"cloud.cbh.kth.se",
"beta.app.cloud.cbh.kth.se"
],
"pages": [
"/",
"/deploy"
],
"showFrom": "2026-03-19T00:00:00Z",
"showUntil": "2026-03-25T00:00:00Z",
"severity": "warning"
}
]
}