Commit Graph

7 Commits

Author SHA1 Message Date
{Suksham-sharma}
8f068817ca fix(docker): add MOLTBOT_STATE_DIR to resolve permission error
When running in Docker, the app fell back to os.homedir() to resolve
the state directory, but the container's HOME=/home/node didn't match
the mounted volume permissions properly.

By explicitly setting MOLTBOT_STATE_DIR=/home/node/.clawdbot in the
container environment, the app now correctly uses the mounted volume
path, fixing the "EACCES: permission denied, mkdir '/home/node/.clawdbot/agents/main/agent'" error.

Fixes #3480
2026-01-28 23:41:03 +05:30
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Peter Steinberger
b697374ce5 fix: update docker gateway command 2026-01-24 03:24:28 +00:00
Peter Steinberger
613d866296 chore(docker): pass claude web session env 2026-01-09 16:07:40 +00:00
Pratham Dubey
742850adae Docker: add init: true to clawdbot-cli service (fixes #462) 2026-01-08 07:50:06 +00:00
Peter Steinberger
246adaa119 chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
ddyo
8d4c6d41ab Docker: add root-level setup 2026-01-02 13:53:06 +02:00