made statuspage universal
updated angular to v10 added renovate.json updated .drone.yml added arm image
This commit is contained in:
parent
8b89e10cc3
commit
a580a2ee6b
15 changed files with 261 additions and 106 deletions
14
config.json
14
config.json
|
@ -2,6 +2,11 @@
|
|||
"authToken": "test",
|
||||
"title": "sp-status",
|
||||
"description": "Services hosted by sp-codes",
|
||||
"statePath": "$.status",
|
||||
"stateValues": {
|
||||
"operational": ["OK"],
|
||||
"maintenance": ["PAUSED"]
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"id": "test",
|
||||
|
@ -9,8 +14,13 @@
|
|||
"services": [
|
||||
{
|
||||
"id": "test",
|
||||
"name": "Test",
|
||||
"url": "http://test.de"
|
||||
"name": "test",
|
||||
"url": "http://sp-codes.de",
|
||||
"statePath": "$.state",
|
||||
"stateValues": {
|
||||
"operational": ["ok"],
|
||||
"maintenance": ["paused"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue