docs: use providers login
This commit is contained in:
@@ -312,7 +312,7 @@ Details: [Security guide](https://docs.clawd.bot/security) · [Docker + sandboxi
|
|||||||
|
|
||||||
### [WhatsApp](https://docs.clawd.bot/whatsapp)
|
### [WhatsApp](https://docs.clawd.bot/whatsapp)
|
||||||
|
|
||||||
- Link the device: `pnpm clawdbot login` (stores creds in `~/.clawdbot/credentials`).
|
- Link the device: `pnpm clawdbot providers login` (stores creds in `~/.clawdbot/credentials`).
|
||||||
- Allowlist who can talk to the assistant via `whatsapp.allowFrom`.
|
- Allowlist who can talk to the assistant via `whatsapp.allowFrom`.
|
||||||
- If `whatsapp.groups` is set, it becomes a group allowlist; include `"*"` to allow all.
|
- If `whatsapp.groups` is set, it becomes a group allowlist; include `"*"` to allow all.
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ sudo systemctl restart clawdbot
|
|||||||
|
|
||||||
# Provider login (run as clawdbot user)
|
# Provider login (run as clawdbot user)
|
||||||
sudo -i -u clawdbot
|
sudo -i -u clawdbot
|
||||||
clawdbot login
|
clawdbot providers login
|
||||||
```
|
```
|
||||||
|
|
||||||
## Security Architecture
|
## Security Architecture
|
||||||
@@ -187,7 +187,7 @@ Make sure you're running as the `clawdbot` user:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo -i -u clawdbot
|
sudo -i -u clawdbot
|
||||||
clawdbot login
|
clawdbot providers login
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced Configuration
|
## Advanced Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user