Files
luci-app-openclaw/root/etc/config/openclaw
lingyuzeng 68f24e6658 feat(storage): support configurable install root
Add a LuCI install-root input, persist the selected path in UCI,
and route install, status, backup, uninstall, and runtime scripts
through the configured storage root for new installs.

Reference: custom install root flow
2026-03-18 13:48:07 +08:00

8 lines
153 B
Plaintext

config openclaw 'main'
option enabled '0'
option install_root '/opt'
option port '18789'
option bind 'lan'
option token ''
option pty_port '18793'