mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 03:34:02 +02:00
Configuration is no longer hardcoded, spaceapi support implemented
This commit is contained in:
parent
70d0e3e936
commit
6027f1327a
4 changed files with 232 additions and 31 deletions
47
brmdoor-rpi/brmstatus-template.json
Normal file
47
brmdoor-rpi/brmstatus-template.json
Normal file
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"api": "0.13",
|
||||
"space": "brmlab",
|
||||
"logo": "https://status.brmlab.cz/_media/brmlab.png",
|
||||
"url": "https://brmlab.cz",
|
||||
"open": ##OPEN##,
|
||||
"location": {
|
||||
"address": "brmlab z.s., Bubenska 1477/1, 170 00 Prague 7, Czech republic",
|
||||
"lon": 14.4369158,
|
||||
"lat": 50.0984614
|
||||
},
|
||||
"contact": {
|
||||
"phone": "+420608801582",
|
||||
"sip": "910114321@sip.odorik.cz",
|
||||
"irc": "irc://freenode/#brmlab",
|
||||
"twitter": "@brmlab",
|
||||
"facebook": "brmlab",
|
||||
"foursquare": "4cbdc77cc7228cfa25052cce",
|
||||
"ml": "brmlab@brmlab.cz",
|
||||
"issue_mail": "cmFkYUBicm1sYWIuY3oK"
|
||||
},
|
||||
"issue_report_channels": [
|
||||
"issue_mail"
|
||||
],
|
||||
"state": {
|
||||
"open": ##OPEN##,
|
||||
"lastchange": ##LASTCHANGE##,
|
||||
"icon": {
|
||||
"open": "https://status.brmlab.cz/status-open-icon.png",
|
||||
"closed": "https://status.brmlab.cz/status-closed-icon.png"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"open": "https://status.brmlab.cz/status-open-icon.png",
|
||||
"closed": "https://status.brmlab.cz/status-closed-icon.png"
|
||||
},
|
||||
"stream": {
|
||||
"mp4": "http://brmlab.cz/stream.flv"
|
||||
},
|
||||
"projects": [
|
||||
"https://brmlab.cz/project/start",
|
||||
"https://github.com/brmlab"
|
||||
],
|
||||
"cache": {
|
||||
"schedule": "m.02"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue