Commit graph

90 commits

Author SHA1 Message Date
Bill Church
000b294999
Update README.md 2022-08-03 14:11:46 +00:00
Bill Church
206d725663
Dev (#296)
* chore: update ssh2 and development deps

* feat: take LISTEN, PORT, and other env vars #294

* chore: rebuild client files

* docs: update readme

* chore: bump version

* chore: setup gpg for dev container
2022-08-03 14:11:34 +00:00
Bill Church
2bc9dc9382 docs: update readme 2022-08-01 13:49:48 +00:00
Bill Church
97f3088780 feat: add fontFamily, letterSpacing, lineHeight 2022-07-31 01:34:52 +00:00
Bill Church
2289c6736b docs: update docs 2022-07-30 20:45:57 +00:00
Bill Church
5e78812974 feat: add fontSize option #292 2022-07-30 20:13:36 +00:00
Bill Church
7d12e1009c
Update README.md 2022-07-30 14:53:21 -04:00
Bill Church
897c161c88
Update README.md 2022-07-30 12:06:38 -04:00
Bill Church
46c1560e3c feat: add additional params for POST requests #290 2022-07-07 18:34:55 -04:00
Bill Church
5b8f88cfef feat: credentials over http post for #290 2022-07-07 11:21:49 -04:00
BIll Church
5e48d42e61 docs: update readme 2022-05-17 10:37:45 -04:00
BIll Church
e6864f595b docs: update README.md 2022-05-17 10:34:51 -04:00
Bill Church
1e2e73e617
Update README.md 2022-05-17 09:55:03 -04:00
Bill Church
dd2f8217be
Update README.md 2022-05-17 09:54:01 -04:00
Fabien Benetou
2528a54360
docs: docker run billchurch/webssh2 for direct testing (#269)
In addition to local docker run webssh2 pulling from billchurch/webssh2 allows testing (or even running) without clone the repo.
2021-12-09 09:20:53 -05:00
Bill Church
12eba20917
docs: update docs for ssh.term and sshterm options (#265) 2021-10-19 10:07:03 -04:00
Bill Church
f3d5358c90
update readme [skip ci] 2021-08-13 10:33:19 -04:00
Bill Church
8e167741d8
update readme [skip ci] 2021-08-13 10:31:44 -04:00
Bill Church
b3c45c1bf1
update readme [skip ci] 2021-08-13 10:30:19 -04:00
Bill Church
faeb7dc646
update readme [skip ci] 2021-08-13 10:26:15 -04:00
Bill Church
6bc9ffe2ed
0.4.0 Release (#246)
* feat: upgrade to socket.io 4.1.1 #242

* chore: lint ./app/client/src/js/index.js #242

* chore: eslint disable global Blob warning #242

* chore: lint ./app/index.js #242

* chore: lint ./app/server/app.js #242

* chore: setup eslint and airbnb rules disable standard #242

* Delete package-lock-old.json

* chore: lint ./app/index.js #242

* feat: implement alpine docker image from #213

* chore: lint ./app/server/app.js still TODO for stop function #242

* chore: lint ./app/server/util.js #242

* chore: lint ./app/server/app.js reorg socket and safe shutdown

* chore: grammar / spelling

* chore: fix some misplaced next returns in some Express routes #242

* chore: lint ./app/server/socket.js #242

* chore: bump version in ./app/package.json #242

* docs: update docs for 0.4.0 #242

* chore: update package-lock.json

* chore: install Prettier code linter #242

* chore: linting for Prettier #242

* chore: lint ./app/client/src/js/index.js #242

* chore: client linting #242

* Update package-lock.json

* chore: repackage wbssh2 bundle for testing #242

* chore: convert ./app/client/src/js/index.js to typescript #242

* chore: remove html rendering from node

* Update tsconfig.json

* Update tsconfig.json

* Delete index.js

* Update ChangeLog.md

* chore: config for development container #242

* Update BUILDING.md

* feat: pull in #234 staged for 0.4.0 #242

* docs: update changelog

* update package.json

* chore: split config from app/server/app.js #242

* chore: version bump

* chore: consistency

* feat: overridebasic fixes #243 included for #242

* chore: remove serverlog code

* docs: update changelog
2021-05-19 10:22:29 -04:00
Bill Church
ddc2ff8467
docs: update readme 2021-05-13 05:31:45 -04:00
Bill Church
b324f338ad feat: CORS support
Support setting origins for socket.io, fixes #240
2021-05-11 14:55:38 -04:00
Chia-Chi Hsu
d0a19774c2
Update README.md (#207)
Add new lines after <ignorestart> and <ignoreend>.
2020-09-17 06:38:10 -04:00
Edgar Onghena
2934c66bf4 Add safeShutdownDuration config info to README.md 2020-03-18 19:50:11 +01:00
Bill Church
fcfa6874cd chore: update readme 2020-03-14 11:49:25 -04:00
Bill Church
16a27ce62a
Pr/163 (#164)
* Add configuration option to restrict connections to specified subnets

Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>

* Remove accidentally included message

Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>

* Move to cidr-matcher

Signed-off-by: Matt Oswalt <matt@keepingitclassless.net>

* feat: Add configuration option to restrict connections to specified subnets
2019-11-23 08:45:59 -05:00
Bill Church
9a96637cb4
Username get (#162)
* feat(auth): ssh private key auth implemented via config.json

If config.json is present and user.privatekey has an ssh-rsa private key defined as well as a user.name, the SSH server will staticlly authenticate to whatever host is specified on the URL with those credentials.

The ssh-rsa private key must have is line returns replaced with the litaral \n

Example: "-----BEGIN RSA PRIVATE KEY-----\nblahblahblah\n"

* docs:update README.com
2019-11-15 17:34:13 -05:00
Bill Church
212df80fb6
User pass (#156)
* Accept default username/password overrides from config. Clarified supplying custom config. (#146)

* feat(auth): username and password may now be sourced from config.json fixes #104
2019-11-15 12:58:50 -05:00
bara666
c4315a2f91 Update README.md (#144)
Change exmple URL, param color change to headerBackground
2019-09-30 13:30:15 -04:00
Jared Henderson
c2c3aee311 make it clear that you install in the app dir (#150)
I got confused from the instructions, I think similarly to #147.
2019-09-30 13:29:43 -04:00
Bill Church
28283ecd9f Update README.md 2019-02-12 08:53:50 -05:00
Bill Church
f1e08810a3 Update README.md 2019-02-12 08:49:29 -05:00
Bill Church
12d6b9a0c7 added details for options.allowreauth 2019-02-12 08:48:53 -05:00
Bill Church
d996045a19
Update README.md 2019-01-30 16:49:29 -05:00
Bill Church
9e84a410bd
Update README.md 2019-01-30 16:49:10 -05:00
Bill Church
88f050bbcf
Update README.md 2018-09-06 09:09:00 -04:00
Bill Church
7d4eced151
Update README.md 2018-09-06 09:08:15 -04:00
Bill Church
8f16772380
Update README.md 2018-07-30 12:17:15 -04:00
Bill Church
9667031bf2
add note about node versions older than 6.x 2018-05-10 10:01:07 -04:00
billchurch
d8e8fcca9b update 2018-02-17 10:26:55 -05:00
billchurch
e46d4bbade update 2018-02-17 10:26:22 -05:00
billchurch
61bcfe7459 update readme 2018-02-17 10:25:53 -05:00
greenkeeper[bot]
4a9b782ab6 docs(readme): add Greenkeeper badge 2018-02-17 15:09:22 +00:00
billchurch
3138a7c9db Upgrade xterm.js to 3.1.0, add bellStyle options
- Added bellStyle options
  - `GET var`: **bellStyle** - _string_ - Style of terminal bell:
("sound"|"none"). **Default:** "sound". **Enforced Values:** "sound",
"none"
  - `config.json`: **terminal.bellStyle** - _string_ - Style of
terminal bell: (sound|none). **Default:** "sound".
### Changed
- Updated xterm.js to 3.1.0
  - https://github.com/xtermjs/xterm.js/releases/tag/3.1.0
2018-02-17 10:02:22 -05:00
billchurch
3dabb4779e update readme 2018-02-10 15:54:55 -05:00
billchurch
ad360da2f6 updated readme/gitignore 2018-02-10 14:38:30 -05:00
billchurch
a55bebf9e4 increment to v2.0 2018-02-10 10:36:09 -05:00
billchurch
ff875f92db magnification, resize logic
- minification is now default, utilize ‘webpack*.js’ scripts to change
behavior and run ‘npm run rebuild’
- sizing and resize takes into account optional headers (#header) and
footer (#footer)
2018-02-10 10:11:28 -05:00
billchurch
d456a180d9 added boolean conversion from url strings, continuing browser resize additions 2018-02-09 19:06:43 -05:00