Files
jump-host/docs
wmantly d33e324b31 docs: document standalone mode; bump to 1.4.0
Add README/docs/secrets.js.example coverage for the new
@simpleworkjs/orm-backed standalone mode (no LDAP/SSO), and promote the
CHANGELOG's Unreleased entry to 1.4.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 21:35:03 -04:00
..

Documentation

This directory is the GitHub Pages documentation site for the Jump Host project.

Live site: https://theta42.github.io/jump-host/

Pages

  • index.md — overview and quick start
  • connecting.md — usage: the username grammar, the TUI picker, SFTP/WinSCP
  • architecture.md — how auth, access resolution, key injection, and bridging work
  • installation.md — Docker, bare-metal, and theta-env install; the LDAP write-ACL

Local preview

gem install jekyll bundler
cd docs && jekyll serve
# http://localhost:4000/jump-host/

Updating

Edit the markdown, push to master, and GitHub Pages rebuilds automatically.