You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These apply only to `baudbot remote ...` when run from your local operator machine. They are not part of agent runtime `.env` and should not be written to `/home/baudbot_agent/.config/.env`.
161
+
162
+
| Variable | Description | Default |
163
+
|----------|-------------|---------|
164
+
|`BAUDBOT_REMOTE_DIR`| Local state directory for remote targets/checkpoints/keys |`~/.baudbot/remote`|
165
+
|`HETZNER_API_TOKEN`| Hetzner token fallback for `--hetzner-token`|*(empty)*|
166
+
|`TAILSCALE_AUTHKEY`| Tailscale auth key fallback for `--tailscale-auth-key`|*(empty)*|
167
+
|`REMOTE_BOOTSTRAP_URL`| Bootstrap script URL used by remote install step |`https://github.com/modem-dev/baudbot/main/bootstrap.sh`|
168
+
|`REMOTE_TAILSCALE_INSTALL_URL`| Tailscale install script URL used by remote workflow |`https://tailscale.com/install.sh`|
169
+
|`REMOTE_TAILSCALE_WAIT_ATTEMPTS`| Tailscale readiness polling attempts after `tailscale up`|`40`|
170
+
|`REMOTE_TAILSCALE_WAIT_INTERVAL_SEC`| Delay between Tailscale readiness polls |`3`|
171
+
|`REMOTE_CHECKPOINT_MAX_RETRIES`| Retries per install checkpoint before interactive escalation |`3`|
172
+
|`REMOTE_HETZNER_SERVER_TYPE`| Hetzner default server type for remote install |`cpx11`|
173
+
|`REMOTE_HETZNER_IMAGE`| Hetzner default image for remote install |`ubuntu-24.04`|
174
+
|`REMOTE_HETZNER_LOCATION`| Hetzner default location for remote install |`ash`|
175
+
|`REMOTE_HETZNER_WAIT_TIMEOUT_SEC`| Timeout while waiting for server running state |`600`|
176
+
|`REMOTE_HETZNER_WAIT_INTERVAL_SEC`| Poll interval while waiting for server running state |`5`|
177
+
|`REMOTE_SSH_REACHABLE_ATTEMPTS`| SSH readiness attempts per checkpoint |`40`|
178
+
|`REMOTE_SSH_REACHABLE_INTERVAL_SEC`| Delay between SSH readiness attempts |`3`|
0 commit comments