v1.0.0 - Inital commit validated on:#17
Open
markosluga wants to merge 2 commits intof5devcentral:mainfrom
Open
v1.0.0 - Inital commit validated on:#17markosluga wants to merge 2 commits intof5devcentral:mainfrom
markosluga wants to merge 2 commits intof5devcentral:mainfrom
Conversation
8b62f0a to
47231d9
Compare
Complete self-contained Docker Compose stack running OpenClaw behind a secure network boundary with automatic TLS, kernel-level outbound isolation, and full OpenTelemetry observability. - nginx inbound reverse proxy with TLS via ngx_http_acme_module (HTTP-01, Let's Encrypt); multi-stage Dockerfile compiles Rust module at build time - DNS-01 alternative (acme.sh, Route53/Cloudflare/GCP): docs/dns-acme.md - mitmproxy outbound MITM proxy with OTel addon - Kernel-level outbound isolation via iptables (cap_add: NET_ADMIN) - Ollama LLM backend — nvidia runtime on Jetson, CPU/empty on x86 - otel-collector writing inbound + outbound spans to JSONL with rotation - README: home lab network guide (direct hosting, port forwarding, DMZ) - README: all steps in do / what you'll see / why it matters format Validated on: Intel x86 + NVIDIA GTX1650 4GB, NVIDIA Jetson Orin Nano 8GB Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
eef052e to
4cf1361
Compare
Switch from multi-stage Rust build to official nginx:1.30.0-otel base image which ships with both ngx_otel_module and ngx_http_acme_module pre-installed, eliminating the builder stage and Rust toolchain entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new agentic lab under
4_agentic_labs/openclaw_network_boundary/— a complete, self-contained Docker Compose stack that runs OpenClaw inside a secure network boundary with kernel-level outbound traffic isolation, TLS termination, and full OpenTelemetry observability.What's included
Validated on
Test plan
docker compose updeploys all services cleanlynetwork-boundary-traffic.jsonl