Commit graph

12 commits

Author SHA1 Message Date
Bill Church
c802350442
feat: update tests to use node:test and node:assert/strict and eliminate jest #383 2024-12-14 13:48:53 +00:00
Bill Church
56a6ce1d8d
chore: update dependencies and migrate to ES modules #383 2024-12-14 00:44:39 +00:00
Bill Church
626e581921
chore: dev env for #383 2024-12-13 20:41:19 +00:00
Bill Church
2ddf6c6ead
feat: Update dev environment #383 Phase 1 2024-12-11 12:02:29 +00:00
Bill Church
a7bc5e2da1
chore: dev env 2024-08-13 10:43:26 +00:00
Bill Church
afe462b180
feat: Add session-based authentication for SSH connections using HTTP Basic auth and express.js 2024-07-18 17:13:23 +00:00
Bill Church
fe7248e056
feat: Update connectionHandler.js and routes.js to propmpt for basic credentials when accessing /ssh/host/<address> and pre-populate credentials and host info AND auto-connect to server. 2024-07-18 15:59:08 +00:00
Bill Church
e39fb885fd
feat: Inject SSH host and port into webssh2 configuration 2024-07-18 15:35:41 +00:00
Bill Church
8fcf4b7b75
fix: Serve the static files from the webssh2_client module with a custom prefix '/ssh/assets' instead of just '/ssh'. 2024-07-18 15:05:04 +00:00
Bill Church
32af90bc3f
chore: Update npm dependencies and refactor server startup code, add express.js, host webssh2 client through webssh2-client module. 2024-07-18 13:45:37 +00:00
Bill Church
1ecf19c5df
chore: Add ajv dependency and refactor server startup code 2024-07-16 14:21:20 +00:00
Bill Church
bf50fca786
chore: client / server bifurcation mostly complete 2024-07-11 21:07:29 +00:00