One-Command Docker Setup for OpenClaw with Full-Disk Encryption and Monitoring

A community-developed Docker setup for OpenClaw that simplifies self-hosting with security and monitoring features built in. The project aims to make deployment secure from the disk up while maintaining simplicity.
Key Features
This setup adds several enhancements to vanilla OpenClaw:
- VPS disk encryption guides for LUKS+Btrfs and ZFS configurations
- Debian Trixie base system for stability with full toolchain
- Tini as PID 1 for proper signal forwarding and no zombie processes
- Data stored as plain files on the host at ~/.openclaw instead of opaque Docker volumes
- Built-in monitoring tools: btop, nload, and iftop pre-installed in the container
Deployment Process
The setup process is designed to be minimal:
git clone https://github.com/congzhangzh/your_openclaw.git && cd your_openclaw
./shell
Once inside the shell, run openclaw onboard to complete setup. The gateway runs continuously in the background after detaching with Ctrl+P, Ctrl+Q.
Project Details
The project is MIT-licensed and hosted on GitHub. The creator is seeking community feedback on several points:
- Which communication channels users prefer (Telegram, Discord, etc.)
- Additional features desired for the Docker setup
- Current approaches to VPS disk security
📖 Read the full source: r/openclaw
👀 See Also

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.

Claude Code's Illusion of Finished Work: Why Reviewing the Agent's Path Matters More Than the Diff
Claude Code can produce a clean diff, passing tests, and a good summary—yet still miss real behavior, security concerns, or architecture constraints. The author argues that reviewing the chain of actions (plans, files read, commands run, test output) is now essential, not just the final diff.

CONTACT: 3D Naval Combat Game Built Entirely with Claude Code
CONTACT is a 3D naval combat game built entirely with Claude Code + Opus, featuring a 7×7×7 volumetric cube, credit economy with tactical perks, and three game modes including Human vs Claude and Sonnet vs Sonnet with persistent strategic memory.

repo-mem: Open-Source MCP Server Adds Persistent Team Memory to Claude Code
repo-mem is an open-source MCP server that adds persistent, shared memory to Claude Code sessions using SQLite and Git. It solves team isolation by storing observations in per-user databases that get committed to the repository.