Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit 5f4810e

Browse files
committed
Bring back app/public
1 parent 51172ae commit 5f4810e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

DEPLOYMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo docker run -d \
1717
--restart=always mqtt
1818
```
1919

20-
Add this to command above if you use SSH:
20+
Add this to command above if you use SSL:
2121

2222
```
2323
-e SSL_DOMAIN=YOUR_MQTT_SERVER_HOSTNAME_HERE

app/public/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
</head>
6+
7+
<body>
8+
<p id="apppublic">
9+
MQTT Broker is running.
10+
</p>
11+
</body>
12+
13+
</html>

public/index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</head>
66

77
<body>
8-
MQTT Broker is running.
8+
<p id="public">
9+
MQTT Broker is running.
10+
</p>
911
</body>
1012

11-
</html>
13+
</html>

0 commit comments

Comments
 (0)