Ubuntu sandbox environment with desktop service and security hardening for OpenClaw Docker deployment
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
1
commits
Add .gitattributes to enforce LF line endings for shell scripts
e9e85a7View on GitHubAdd Windows one-click installation instructions to README
d2e48dfView on GitHubMerge pull request #3 from kerwinluk2/hardening-and-optimization-15716352717377492771
a05a92fView on GitHubHardening and optimization of Docker configuration
fd53748View on GitHubSwitch supervisor services to run as root to fix permission-related exit 127 errors
f0d3334View on GitHubAdd missing shared libraries (libgbm1, libasound2, etc) to Dockerfile to fix exit 127 errors
bbf181eView on GitHubUpdate Quick Start and Features to clarify SSH tunnel requirement and security model
2472eb1View on GitHubUpdate manual installation steps to match installer directory structure and add SSH tunnel guide
15e78e5View on GitHubMerge pull request #2 from kerwinluk2/fix/invoke-docker-compose
13a34b4View on GitHubFix: Split docker compose command and arguments to fix invocation error
1404d6bView on GitHubMerge pull request #1 from kerwinluk2/fix/docker-check-warning
e9f7e06View on GitHubFix: Relax error preference when checking docker info to ignore stderr warnings
9d5cffbView on GitHubRun container as root (so supervisord can write /var/log/supervisor) but keep all programs under non-root 'sandbox' via supervisord.conf. Remove user override and keep read-only root with tmpfs for logs.
8cbaa3eView on GitHub