Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 501 Bytes

rpi-tty

Dockerized tty.js Node module. Enables web based terminal.

Usage

Simple -WARNING: This is minimally, if at all, secured. Use at your own risk!

docker run -d -p 8080:8080 --name tty a0js/rpi-tty

Point your browser to http://hostmachine:8080

You can use your own config file. See tty.js Docs for example config.

docker run -d -p 8080:8080 --name tty -v path/to/config.json:/config.json a0js/rpi-tty --config /config.json