Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var License string
View Source
var Notice string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
bladerunner
command
|
|
|
br-agent
command
Package main implements br-agent, the bladerunner in-guest configuration agent.
|
Package main implements br-agent, the bladerunner in-guest configuration agent. |
|
internal
|
|
|
agent
Package agent implements the host side of the bladerunner guest control agent (br-agent) protocol.
|
Package agent implements the host side of the bladerunner guest control agent (br-agent) protocol. |
|
boot
Package boot provides console log parsing and boot diagnostics.
|
Package boot provides console log parsing and boot diagnostics. |
|
bootstage
Package bootstage publishes a coarse, human-friendly boot phase to a small JSON file so a separate process (the menubar) can show live "what is the VM doing" status on the splash without the rich in-process progress board.
|
Package bootstage publishes a coarse, human-friendly boot phase to a small JSON file so a separate process (the menubar) can show live "what is the VM doing" status on the splash without the rich in-process progress board. |
|
cartridge
Package cartridge builds and manages self-contained, AirDrop-able macOS disk images ("cartridges") that hold a complete bootable bladerunner VM: the disk manifest, the root disk, EFI + cloud-init state, and a read-write host<->guest share folder.
|
Package cartridge builds and manages self-contained, AirDrop-able macOS disk images ("cartridges") that hold a complete bootable bladerunner VM: the disk manifest, the root disk, EFI + cloud-init state, and a read-write host<->guest share folder. |
|
control
Package control provides a VM control plane with pluggable transports and wire formats.
|
Package control provides a VM control plane with pluggable transports and wire formats. |
|
disk
Package disk implements bladerunner "disks": JSON manifests (".disk" files) that bundle an image identity, VM sizing recommendations, and a boot mode.
|
Package disk implements bladerunner "disks": JSON manifests (".disk" files) that bundle an image identity, VM sizing recommendations, and a boot mode. |
|
oidc
Package oidc implements a local OIDC provider that uses SSH public keys as identities.
|
Package oidc implements a local OIDC provider that uses SSH public keys as identities. |
|
ssh
Package ssh provides SSH key management with XDG-compliant storage.
|
Package ssh provides SSH key management with XDG-compliant storage. |
|
timesource
Package timesource serves the host clock to the guest as a stratum-1 SNTP source over vsock.
|
Package timesource serves the host clock to the guest as a stratum-1 SNTP source over vsock. |
|
ui
Package ui provides terminal UI components with theme support.
|
Package ui provides terminal UI components with theme support. |
|
ui/board
Package board renders a buildx-style split-view progress UI: a static panel of named stages on top and a live tail of recent log lines underneath.
|
Package board renders a buildx-style split-view progress UI: a static panel of named stages on top and a live tail of recent log lines underneath. |
|
util
Package util provides shared filesystem utility functions.
|
Package util provides shared filesystem utility functions. |
|
webproxy
Package webproxy provides a host-side HTTPS reverse proxy that terminates the browser's TLS without requesting a client certificate (so browsers never show the "select a certificate" picker) and forwards every request to a local Incus HTTPS endpoint.
|
Package webproxy provides a host-side HTTPS reverse proxy that terminates the browser's TLS without requesting a client certificate (so browsers never show the "select a certificate" picker) and forwards every request to a local Incus HTTPS endpoint. |
Click to show internal directories.
Click to hide internal directories.