Versions in this module Expand all Collapse all v0 v0.6.2 Apr 30, 2026 v0.6.1 Apr 29, 2026 v0.6.0 Apr 29, 2026 Changes in this version + var DefaultBases = map[string]Base + func KnownHostsPath() string + type Base struct + Description string + From string + ParentImage string + SetupScript string type Config + MCP MCP + func (c *Config) MCPPIDFile() string + func (c *Config) MCPStateFile() string + type MCP struct + BasePrefix string + Bases map[string]Base + DefaultImage string + EndpointPath string + ExecTimeoutMax string + HardDestroyAfter string + IdleStopAfter string + ListenAddr string + PIDFile string + Prefix string + ReapInterval string + StateFile string type SSH + StrictHostKeys *bool + func (s *SSH) StrictHostKeysEnabled() bool v0.5.0 Mar 2, 2026 Changes in this version type Config + Backend string + Incus Incus + type Incus struct + ClientCert string + ClientKey string + Project string + Remote string + ServerCert string + Socket string v0.4.0 Mar 1, 2026 v0.3.0 Mar 1, 2026 Changes in this version type Config + EnvForward map[string]string + RawEnv map[string]any v0.2.0 Feb 28, 2026 v0.1.0 Feb 27, 2026 Changes in this version + type Checkpoint struct + DatasetPrefix string + type Config struct + Checkpoint Checkpoint + Defaults Defaults + Env map[string]string + Network Network + Provision Provision + SSH SSH + TrueNAS TrueNAS + func Load() (*Config, error) + type Defaults struct + CPU string + DNS []string + Image string + Memory int64 + NICType string + Network string + Parent string + Pool string + type Network struct + Allow []string + Egress string + func (n *Network) IsRestricted() bool + type Provision struct + DevTools *bool + Enabled *bool + func (p *Provision) DevToolsEnabled() bool + func (p *Provision) IsEnabled() bool + type SSH struct + Key string + User string + type TrueNAS struct + APIKey string + Host string + InsecureSkipVerify *bool + Port int + Username string + func (t *TrueNAS) InsecureSkipVerifyValue() bool