mirror of
https://github.com/hotwa/luci-app-openclaw.git
synced 2026-03-31 04:52:33 +00:00
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
8 lines
153 B
Plaintext
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'
|