fix(anki): harden proxy auto-enrichment and docs

This commit is contained in:
2026-02-28 01:23:58 -08:00
parent de8c15fd56
commit 98fd2a731e
8 changed files with 305 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ export const INTEGRATIONS_DEFAULT_CONFIG: Pick<
url: 'http://127.0.0.1:8765',
pollingRate: 3000,
proxy: {
enabled: false,
enabled: true,
host: '127.0.0.1',
port: 8766,
upstreamUrl: 'http://127.0.0.1:8765',