Compare commits

...

1 Commits

Author SHA1 Message Date
Teknium
79f8518292 docs(bluebubbles): fix pairing instructions to use existing approve flow
The docs incorrectly referenced 'hermes pairing generate bluebubbles'
which doesn't exist. The existing reactive pairing flow already handles
this — when an unknown user messages the bot, it sends them a code
automatically, and the owner approves with 'hermes pairing approve'.
2026-04-09 03:55:12 -07:00

View File

@@ -43,17 +43,18 @@ BLUEBUBBLES_PASSWORD=your-server-password
Choose one approach: Choose one approach:
**DM Pairing (recommended):** **DM Pairing (recommended):**
When someone messages your iMessage, Hermes automatically sends them a pairing code. Approve it with:
```bash ```bash
hermes pairing generate bluebubbles hermes pairing approve bluebubbles <CODE>
``` ```
Share the pairing code — the user sends it via iMessage to get approved. Use `hermes pairing list` to see pending codes and approved users.
**Pre-authorize specific users:** **Pre-authorize specific users** (in `~/.hermes/.env`):
```bash ```bash
BLUEBUBBLES_ALLOWED_USERS=user@icloud.com,+15551234567 BLUEBUBBLES_ALLOWED_USERS=user@icloud.com,+15551234567
``` ```
**Open access:** **Open access** (in `~/.hermes/.env`):
```bash ```bash
BLUEBUBBLES_ALLOW_ALL_USERS=true BLUEBUBBLES_ALLOW_ALL_USERS=true
``` ```