Skip to content
/ rpi-tty Public

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

Notifications You must be signed in to change notification settings

a0js/rpi-tty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published