Sign inSign up

jpspringall/wetty

By jpspringall

Updated over 4 years ago

Image
0

1.2K

jpspringall/wetty repository overview

WeTTY = Web + TTY (ARM Flavour).

Terminal access in browser over http/https

WeTTY

Terminal over HTTP and https. WeTTY is an alternative to ajaxterm and anyterm but much better than them because WeTTY uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTY uses websockets rather then Ajax and hence better response time.

Credit

All credit should go to: butlerx wettyoss/wetty docker image

This is just built for ARM architecture

Build Command

docker buildx build --platform linux/arm64,linux/arm/v7 --file containers/wetty/Dockerfile -t jpspringall/wetty --push .

Example Docker Compose
version: '3.5'
services:
  wetty:
    container_name: wetty
    image: jpspringall/wetty
    entrypoint: yarn docker-compose-entrypoint
    tty: true
    working_dir: /usr/src/app
    ports:
      - '3000:3000'
    environment: 
      SSHHOST: 'raspberrypi'
      SSHPORT: 22

Tag summary

Content type

Image

Digest

Size

60.8 MB

Last updated

over 4 years ago

docker pull jpspringall/wetty