设计与多媒体

LYGO Docker Deploy

试用

Deploy a sovereign LYGO Protocol Stack community node via Docker or docker compose. Builds lygo-node image, starts health API on port 8787, optional Phase 4...

它能做什么

Deploy a sovereign LYGO Protocol Stack community node via Docker or docker compose. Builds lygo-node image, starts health API on port 8787, optional Phase 4 worker profile. No secrets; human approval for registry push.

技能文档

lygo-docker-deploy

Spin up a P0–P5 LYGO node with one command sequence.

When to use

  • User wants a local community node matching GitHub/HF stack behavior.
  • Before demos, run alignment badge after container is healthy.

Steps

git clone https://github.com/DeepSeekOracle/lygo-protocol-stack.git
cd lygo-protocol-stack
docker compose build lygo-node
docker compose up -d lygo-node
curl -s http://127.0.0.1:8787/health
curl -s http://127.0.0.1:8787/badge
curl -s http://127.0.0.1:8787/gossip

Phase 5 gossip: POST /gossip/badge · mesh scale: ClawHub lygo-mesh-deploy.

Optional horizontal workers:

docker compose --profile scale up -d

Without Docker

bash setup.sh   # or setup.ps1 on Windows
python tools/node_api_server.py --host 127.0.0.1 --port 8787

Safety

  • Do not expose port 8787 to the public internet without TLS and user approval.
  • No autonomous docker push or cloud deploy without explicit user request.

Install: npx clawhub@latest install deepseekoracle/lygo-docker-deploy

相关技能

LYGO mesh deploy — Phase 5 epidemic gossip, SLM Merkle/mycelium/consensus routes, Phase 9 TLS HTTPS node API. Local cluster scripts + pin gossip before wide-...

Verify LYGO node compliance — P0 golden SHA, stack demo, Phase 1 elasticity, Phase 3–4 federation, optional full Grok audit and lattice checks. Emits JSON/Ma...

LYGO Protocol Stack Operator — P0–P9 integrator (byte-entropy filter, SLM mesh, TLS public mesh, HAIP, attestation). Run audits, node API, map GitHub/HF/Claw...

1 次安装

LYGO Sovereign Workflow Orchestrator — YAML workflows with P0 gate, P1 mycelium memory, P3 consensus, P5 run identity, and consent-gated kernel egg. Sandcast...

Portable LYGO Guardian — P0.4 text gate, P0.5 understanding heart, harmony layer. Bridge to repo byte_entropy_filter via LYGO_STACK_ROOT. Pairs with lygo-pro...

47 次安装

Sovereign Lattice Mesh cartographer — load IMMUTABLE_ANCHORS.json, run live verification, traversal chants for discovery. Companion to lygo-protocol-stack-op...