Dockerized tty.js Node module. Enables web based terminal.
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