File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010if command -v docker & > /dev/null
1111then
1212 echo " Running trmnl/trmnlp container..."
13- docker run -p 4567:4567 -v .:/plugin trmnl/trmnlp
13+ docker run -p 4567:4567 -v .:/plugin --env-file=.env trmnl/trmnlp serve
1414 exit
1515fi
1616
@@ -22,4 +22,4 @@ Or install Docker:
2222
2323 https://docs.docker.com/get-docker/"
2424
25- exit 1
25+ exit 1
Original file line number Diff line number Diff line change 3232<div class =" item" >
3333 <div class =" meta" ></div >
3434 <div class =" content gap--xsmall" >
35- <div class =" label label--small label--underline" >{{ device .hostname }}</div >
35+ <div class =" label label--small label--underline" >{{ device .name | split: "." | first }}</div >
3636 <div class =" label label--small label--outline" >{{ device .addresses .first }}</div >
3737 {% if time_diff <= 1800 %}
3838 <div class =" label label--small" >✓ Online{%- if device .updateAvailable %} • Update available!{% endif %}</div >
You can’t perform that action at this time.
0 commit comments