Document glasspane operator launcher
--- Build: pass | Tests: pass — 2147 passed (625 files)
This commit is contained in:
parent
e5b65cd21a
commit
8f77127b9c
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -180,6 +180,26 @@ uv venv --python 3.11
|
|||
uv run --python 3.11 <command>
|
||||
```
|
||||
|
||||
### Operator Glasspane
|
||||
|
||||
The local operator cockpit lives in [`scripts/glass.sh`](scripts/glass.sh).
|
||||
On a root/platform install it uses the tmux session name `glasspane`. On a
|
||||
tenant install it uses `<tenant>-glasspane`.
|
||||
|
||||
```sh
|
||||
# create and attach
|
||||
sh scripts/glass.sh
|
||||
|
||||
# create without attaching (safe smoke test)
|
||||
GLASS_ATTACH=0 sh scripts/glass.sh
|
||||
|
||||
# remove the glasspane session
|
||||
sh scripts/glass.sh kill
|
||||
```
|
||||
|
||||
On FreeBSD, keep `fd-find` installed. It provides the `fd` command that `pi`
|
||||
expects inside the glasspane session.
|
||||
|
||||
### Quick Start
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue