docs: .env-Pfad auf finance_pod-Datenverzeichnis umgestellt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 15:06:27 +02:00
parent 0c724da30a
commit 17fca90c9e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ description: Workflow zur Betreuung von Kontoauszugs-Importen (Inbox scannen, En
## 1. Status prüfen
```bash
KEY=$(grep '^FB_API_KEY=' /home/wlfb/bin/finance/.env | cut -d= -f2)
KEY=$(grep '^FB_API_KEY=' $HOME/.local/share/finance_pod/.env | cut -d= -f2 | tr -d "'")
curl -s -H "Authorization: Bearer $KEY" http://127.0.0.1:8096/api/imports | jq
```

View File

@@ -12,7 +12,7 @@ Header `Authorization: Bearer <FB_API_KEY>`.
## Key extrahieren
```bash
KEY=$(grep '^FB_API_KEY=' /home/wlfb/bin/finance/.env | cut -d= -f2)
KEY=$(grep '^FB_API_KEY=' $HOME/.local/share/finance_pod/.env | cut -d= -f2 | tr -d "'")
```
Verwende `$KEY` in allen folgenden Beispielen. Den Key niemals ausgeben,

View File

@@ -4,7 +4,7 @@ Beratung und Auswertung laufen auf Deutsch.
## Finanzberatungs-Tool
- API + Web-GUI: http://127.0.0.1:8096 (OpenAPI: /docs), Grafana: http://127.0.0.1:8097
- API-Key: `FB_API_KEY` in `/home/wlfb/bin/finance/.env` (Header `Authorization: Bearer <key>`)
- API-Key: `FB_API_KEY` in `$HOME/.local/share/finance_pod/.env` (Header `Authorization: Bearer <key>`)
- Quellcode/Betrieb: Repo `/home/wlfb/bin` (Pod `finance_pod`,
`systemctl --user status pod-finance_pod.service`)
- Import-Inbox (PDFs hier ablegen): `~/.local/share/finance_pod/data/inbox/`