mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 11:14:01 +02:00
status icon load balanced via DNS
status.brmlab.cz
This commit is contained in:
parent
12204915e1
commit
1a8eb4a8e1
1 changed files with 5 additions and 5 deletions
10
brmd/brmd.pl
10
brmd/brmd.pl
|
@ -430,7 +430,7 @@ sub web_brmstatus_json {
|
||||||
{
|
{
|
||||||
"api": "0.13",
|
"api": "0.13",
|
||||||
"space": "brmlab",
|
"space": "brmlab",
|
||||||
"logo": "https://brmlab.cz/_media/brmlab.png",
|
"logo": "https://status.brmlab.cz/_media/brmlab.png",
|
||||||
"url": "https://brmlab.cz",
|
"url": "https://brmlab.cz",
|
||||||
"open": ${\($status ? 'true' : 'false')},
|
"open": ${\($status ? 'true' : 'false')},
|
||||||
"location": {
|
"location": {
|
||||||
|
@ -455,13 +455,13 @@ sub web_brmstatus_json {
|
||||||
"open": ${\($status ? 'true' : 'false')},
|
"open": ${\($status ? 'true' : 'false')},
|
||||||
"lastchange": $laststchange,
|
"lastchange": $laststchange,
|
||||||
"icon": {
|
"icon": {
|
||||||
"open": "https://brmlab.cz/status-open-icon.png",
|
"open": "https://status.brmlab.cz/status-open-icon.png",
|
||||||
"closed": "https://brmlab.cz/status-closed-icon.png"
|
"closed": "https://status.brmlab.cz/status-closed-icon.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"open": "https://brmlab.cz/status-open-icon.png",
|
"open": "https://status.brmlab.cz/status-open-icon.png",
|
||||||
"closed": "https://brmlab.cz/status-closed-icon.png"
|
"closed": "https://status.brmlab.cz/status-closed-icon.png"
|
||||||
},
|
},
|
||||||
"stream": {
|
"stream": {
|
||||||
"mp4": "http://brmlab.cz/stream.flv"
|
"mp4": "http://brmlab.cz/stream.flv"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue