9 Commits
Author SHA1 Message Date
Abhimanyu SaharanandClaude 010bac0005 fix(deploy): provide BASE_URL in docker bootstrap
Populate BASE_URL in the root compose environment and wire it into
the backend and webhook worker so docker-mode installs start cleanly
even when backend/.env is missing or still at example defaults.

Document the docker deployment requirement so manual compose setup and
the installer generate the same public backend origin consistently.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-14 03:47:27 +05:30
Abhimanyu Saharan 0fe61e3e08 refactor(env): update NEXT_PUBLIC_API_URL to use 'auto' for better flexibility 2026-03-03 02:40:28 +05:30
Abhimanyu Saharan 571b4844d9 feat: update local authentication mode to require a non-placeholder token of at least 50 characters 2026-02-11 19:40:33 +05:30
Abhimanyu Saharan 06ff1a9720 feat: implement local authentication mode and update related components 2026-02-11 19:40:33 +05:30
Abhimanyu Saharan 8d0b2939a6 feat: enhance logging configuration and add request logging context 2026-02-11 16:49:43 +05:30
Abhimanyu Saharan 5c25c4bb91 chore(backend): upgrade deps and remove redis/rq 2026-02-10 16:05:49 +05:30
Sana (OpenClaw) 2322e198bf docs: document NEXT_PUBLIC_API_URL requirement 2026-02-08 15:31:34 +00:00
Ishaan (OpenClaw) affce2aba8 chore(compose): default POSTGRES_DB to mission_control 2026-02-07 07:15:53 +00:00
Ishaan (OpenClaw) 8c0e9b1931 Add Dockerfiles and compose quickstart 2026-02-06 23:33:25 +00:00