xterm

Version, currently master branch1 version
  • master branchlatestJan 7, 2023

github.com/constXife/xterm_example

Sample of integration Kemal + Webpack + Vue + xtermjs + SSH

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  xterm:
    github: constXife/xterm_example
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.33.0
License
MIT
Author
constXife
Target
  • xterm from src/xterm.cr

Dependencies

Runtime Dependencies

  • ssh2*github: spider-gazelle/ssh2.cr
  • kemal*github: kemalcr/kemal

README

xterm

Simple app to demonstrate xterm.js + kemal

Usage

Development:

HOST=host USER=user PASSWORD=password yarn start

Production:

docker run --env HOST=host --env USER=user --env PASSWORD=password -p 3000:3000 container_id

Then browse: http://localhost:3000/index.html

Contributing

  1. Fork it (https://github.com/your-github-user/xterm/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors