Skip to content

Commit 248c465

Browse files
authored
Merge pull request #672 from Paraphraser/20230309-blynk-https-master
2023-03-09 Blynk-server https port - master branch - PR 1 of 3
2 parents 8f0103b + fb4f146 commit 248c465

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.templates/blynk_server/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ blynk_server:
1212
ports:
1313
- "8180:8080"
1414
- "8440:8440"
15-
- "9443:9443"
15+
- "9444:9443"
1616
volumes:
1717
- ./volumes/blynk_server/data:/data
1818
- ./volumes/blynk_server/config:/config

docs/Containers/Blynk_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ See the [References](#references) for documentation links.
229229
To connect to the administrative interface, navigate to:
230230

231231
```
232-
https://<your pis IP>:9443/admin
232+
https://<your pis IP>:9444/admin
233233
```
234234

235235
You may encounter browser security warnings which you will have to acknowledge in order to be able to connect to the page. The default credentials are:
@@ -280,7 +280,7 @@ Enter Node-Red.....
280280
3. Configure the Blynk node for the first time:
281281

282282
```
283-
URL: wss://youripaddress:9443/websockets
283+
URL: wss://youripaddress:9444/websockets
284284
```
285285

286286
There is more information [here](https://github.com/gablau/node-red-contrib-blynk-ws/blob/master/README.md#how-to-use).

0 commit comments

Comments
 (0)