1
0
Fork 0
mirror of https://github.com/imjasonh/shell synced 2026-07-07 00:12:34 +00:00
No description
Find a file
2021-01-26 15:15:30 -05:00
client base on node image, to get more tools 2021-01-26 09:53:17 -05:00
node_modules base on node image, to get more tools 2021-01-26 09:53:17 -05:00
.dockerignore base on node image, to get more tools 2021-01-26 09:53:17 -05:00
deploy.sh use no-permissions GCP SA 2021-01-26 15:15:30 -05:00
DEVELOPMENT.md update DEVELOPMENT.md 2021-01-26 09:56:26 -05:00
Dockerfile base on node image, to get more tools 2021-01-26 09:53:17 -05:00
index.js base on node image, to get more tools 2021-01-26 09:53:17 -05:00
LICENSE initial commit 2021-01-25 12:17:03 -05:00
package-lock.json it works 2021-01-25 15:28:05 -05:00
package.json open pty after socket connection 2021-01-25 14:12:15 -05:00
README.md add screencast 2021-01-25 21:42:23 -05:00
screencast.mov add screencast 2021-01-25 21:42:23 -05:00

Cloud Run Interactive Shell

This runs a server in Cloud Run which serves an interactive shell in the browser using XTerm.js and socket.io. Each instance can only be used by one client at a time.

See the screencast.

This is not to be considered secure, or even a good idea.