Skip to content

Convalytics/allbase-oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allbase OC

Allbase OC is a simple, safer wrapper for running OpenClaw in Docker.

Goal: make OpenClaw easy to install for minimally technical users while keeping host exposure limited to a dedicated workspace and container state.

Prerequisites

  • Docker Desktop (or Docker Engine + Compose)
  • Python 3
  • macOS/Linux shell (bash)

Quick Start (one command)

curl -fsSL https://raw.githubusercontent.com/convalytics/allbase-oc/main/install.sh | bash -s -- --source https://github.com/convalytics/allbase-oc.git

Then run:

allbase setup

allbase setup performs the normal first-run flow:

  • initialize runtime paths
  • start Docker services
  • run OpenClaw onboarding
  • restart gateway
  • verify health/status

Daily Commands

allbase up
allbase down
allbase status
allbase openclaw status --deep
allbase openclaw logs --follow

Telegram Pairing (if needed)

allbase openclaw pairing list
allbase openclaw pairing approve telegram <code>

Security Notes

  • Keep the dashboard bound to localhost.
  • Do not commit secrets or API keys.
  • Store work in ~/allbase-workspace only.
  • Rotate tokens immediately if exposed.

Updating

Re-run the installer from the latest repo state, then restart:

curl -fsSL https://raw.githubusercontent.com/convalytics/allbase-oc/main/install.sh | bash -s -- --source https://github.com/convalytics/allbase-oc.git
allbase down && allbase up

Troubleshooting

If setup fails at final health check, run:

allbase status
allbase openclaw logs --follow

Then retry:

allbase setup --status-retries 15 --status-retry-delay 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors