15 lines
457 B
Markdown
15 lines
457 B
Markdown
|
|
|
||
|
|
``` env *** env ***
|
||
|
|
TZ=Europe/Moscow
|
||
|
|
OPENCLAW_STATE_DIR=/pkg/gnu/unitprint/openclaw/var
|
||
|
|
OPENCLAW_CONFIG_PATH=/pkg/gnu/unitprint/openclaw/etc/openclaw.json
|
||
|
|
HTTP_PROXY=http://127.0.0.1:12334
|
||
|
|
HTTPS_PROXY=http://127.0.0.1:12334
|
||
|
|
```
|
||
|
|
|
||
|
|
``` sh *** config ***
|
||
|
|
openclaw --profile unitprint onboard --install-daemon
|
||
|
|
openclaw config set agents.defaults.workspace /pkg/gnu/unitprint/openclaw/var/workspace
|
||
|
|
openclaw --profile unitprint config set gateway.port 18790
|
||
|
|
```
|