docs: .env-Pfad auf finance_pod-Datenverzeichnis umgestellt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ description: Workflow zur Betreuung von Kontoauszugs-Importen (Inbox scannen, En
|
|||||||
## 1. Status prüfen
|
## 1. Status prüfen
|
||||||
|
|
||||||
```bash
|
```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
|
curl -s -H "Authorization: Bearer $KEY" http://127.0.0.1:8096/api/imports | jq
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Header `Authorization: Bearer <FB_API_KEY>`.
|
|||||||
## Key extrahieren
|
## Key extrahieren
|
||||||
|
|
||||||
```bash
|
```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,
|
Verwende `$KEY` in allen folgenden Beispielen. Den Key niemals ausgeben,
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Beratung und Auswertung laufen auf Deutsch.
|
|||||||
|
|
||||||
## Finanzberatungs-Tool
|
## Finanzberatungs-Tool
|
||||||
- API + Web-GUI: http://127.0.0.1:8096 (OpenAPI: /docs), Grafana: http://127.0.0.1:8097
|
- 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`,
|
- Quellcode/Betrieb: Repo `/home/wlfb/bin` (Pod `finance_pod`,
|
||||||
`systemctl --user status pod-finance_pod.service`)
|
`systemctl --user status pod-finance_pod.service`)
|
||||||
- Import-Inbox (PDFs hier ablegen): `~/.local/share/finance_pod/data/inbox/`
|
- Import-Inbox (PDFs hier ablegen): `~/.local/share/finance_pod/data/inbox/`
|
||||||
|
|||||||
Reference in New Issue
Block a user