made statuspage universal

updated angular to v10
added renovate.json
updated .drone.yml
added arm image
This commit is contained in:
Samuel Philipp 2020-07-05 20:19:52 +02:00
parent 8b89e10cc3
commit a580a2ee6b
15 changed files with 261 additions and 106 deletions

View file

@ -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"]
}
}
]
}