Terminal access in browser over http/https

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.
All credit should go to: butlerx wettyoss/wetty docker image
This is just built for ARM architecture
docker buildx build --platform linux/arm64,linux/arm/v7 --file containers/wetty/Dockerfile -t jpspringall/wetty --push .
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
Content type
Image
Digest
Size
60.8 MB
Last updated
over 4 years ago
docker pull jpspringall/wetty