Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
blockyard
command
Package main is the entry point for the blockyard server.
|
Package main is the entry point for the blockyard server. |
|
by
command
|
|
|
by-builder
command
|
|
|
coverage-check
command
coverage-check enforces coverage thresholds on a Go coverage profile.
|
coverage-check enforces coverage thresholds on a Go coverage profile. |
|
seccomp-compile
command
seccomp-compile reads an OCI seccomp JSON profile, builds an in-memory libseccomp filter from its rules, and exports the compiled BPF blob to a file.
|
seccomp-compile reads an OCI seccomp JSON profile, builds an in-memory libseccomp filter from its rules, and exports the compiled BPF blob to a file. |
|
seccomp-merge
command
seccomp-merge merges the vendored upstream moby seccomp profile with blockyard's overlay and writes the combined JSON file.
|
seccomp-merge merges the vendored upstream moby seccomp profile with blockyard's overlay and writes the combined JSON file. |
|
internal
|
|
|
apparmor
Package apparmor exposes the shipped AppArmor profile as an embedded byte slice so the `by admin install-apparmor` CLI subcommand can drop it on operators' disks without requiring network access.
|
Package apparmor exposes the shipped AppArmor profile as an embedded byte slice so the `by admin install-apparmor` CLI subcommand can drop it on operators' disks without requiring network access. |
|
appname
Package appname provides app name validation shared by the API and UI packages.
|
Package appname provides app name validation shared by the API and UI packages. |
|
boardstorage
Package boardstorage hosts the control-plane side of the board-storage feature (see #283/#284/#285): startup SQL, per-user PG role provisioning, vault static-role registration.
|
Package boardstorage hosts the control-plane side of the board-storage feature (see #283/#284/#285): startup SQL, per-user PG role provisioning, vault static-role registration. |
|
dockerauth
Package dockerauth resolves Docker registry credentials from the user's ~/.docker/config.json so that Go SDK callers can authenticate image pulls.
|
Package dockerauth resolves Docker registry credentials from the user's ~/.docker/config.json so that Go SDK callers can authenticate image pulls. |
|
errorlog
Package errorlog captures recent WARN/ERROR slog records into a bounded in-memory ring buffer for display in the admin UI.
|
Package errorlog captures recent WARN/ERROR slog records into a bounded in-memory ring buffer for display in the admin UI. |
|
orchestrator
Package orchestrator manages rolling updates from inside the running server.
|
Package orchestrator manages rolling updates from inside the running server. |
|
seccomp
Package seccomp exposes the committed outer-container seccomp profile as an embedded byte slice so the `by admin install-seccomp` CLI subcommand can drop it on operators' disks without requiring network access.
|
Package seccomp exposes the committed outer-container seccomp profile as an embedded byte slice so the `by admin install-seccomp` CLI subcommand can drop it on operators' disks without requiring network access. |
|
units
Package units provides parsers for human-readable input units (e.g.
|
Package units provides parsers for human-readable input units (e.g. |
|
update
Package update provides shared logic for checking GitHub releases and determining whether the running build is older than the latest publicly available version.
|
Package update provides shared logic for checking GitHub releases and determining whether the running build is older than the latest publicly available version. |
Click to show internal directories.
Click to hide internal directories.