Sign inSign up

sketchmyview/eagletorch

By sketchmyview

Updated about 2 years ago

Customized node-red version with prebuilt opcua,coap,modbus,s7 and more and authentication supported

Image
Internet of things
0

1.1K

sketchmyview/eagletorch repository overview

docker run -d --name -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' sketchmyview/eagletorch:1.0

for example

docker run -d --name eagletorch -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' sketchmyview/eagletorch:1.0

This container uses sqlite as a backend database for authentication and default credentials are admin/admin.

Should you need to change this default credentials, you should pass them during docker run

docker run -d --name eagletorch -p 8080:8080 -e PORT=8080 -e CLIENT_ID='eagleiot' -e DB_USER='admin' -e DB_PASSWORD='admin' sketchmyview/eagletorch

EagleTorch URL @ http://localhost:8080/thing/

Tag summary

Content type

Image

Digest

sha256:c8825b5ef

Size

203.2 MB

Last updated

about 2 years ago

docker pull sketchmyview/eagletorch