Expand credentials reference with all discovered API keys

Added categories for:
- Productivity (TickTick, Notion, Airtable)
- Trading (Alpaca, Finnhub)
- AI/LLM (Groq, Portkey, Wisprflow)
- Media (Iconik)
- Infrastructure (Cloudflare, OpenWeatherMap)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Hutson Cappelmann
2026-01-20 14:52:57 -05:00
parent 10ee2401b8
commit 5f59130111

View File

@@ -393,14 +393,17 @@ curl -H "X-N8N-API-KEY: $N8N_API_KEY" $N8N_URL/api/v1/...
``` ```
**Available credentials** (see `~/.secrets` for values): **Available credentials** (see `~/.secrets` for values):
| Variable | Service | Purpose |
|----------|---------|---------| | Category | Variables | Purpose |
| `GITEA_TOKEN` | Gitea | API access, repo creation | |----------|-----------|---------|
| `HA_TOKEN` | Home Assistant | Automation, sensors | | **Git/Dev** | `GITEA_TOKEN` | Gitea API access |
| `SYNCTHING_API_KEY_*` | Syncthing | File sync status | | **Home** | `HA_TOKEN`, `SYNCTHING_API_KEY_*` | Home Assistant, file sync |
| `N8N_API_KEY` | n8n | Workflow automation | | **Automation** | `N8N_API_KEY`, `TELEGRAM_BOT_TOKEN` | Workflows, notifications |
| `CF_API_KEY` | Cloudflare | DNS management | | **Productivity** | `TICKTICK_*`, `NOTION_*`, `AIRTABLE_*` | Tasks, notes, databases |
| `TELEGRAM_BOT_TOKEN` | Telegram | Notifications | | **Trading** | `ALPACA_*_API_KEY`, `FINNHUB_API_KEY` | Live/paper trading, market data |
| **AI/LLM** | `GROQ_API_KEY`, `PORTKEY_API_KEY`, `WISPRFLOW_API_KEY` | AI services |
| **Media** | `ICONIK_*` | Asset management |
| **Infra** | `CF_API_KEY`, `OPENWEATHERMAP_API_KEY` | DNS, weather |
### Servers ### Servers