Bump version to v1.7.1

This commit is contained in:
Oliver 2025-08-28 11:18:30 +02:00
parent a46d919118
commit d65c55d315
No known key found for this signature in database
10 changed files with 1520 additions and 75 deletions

View file

@ -74,3 +74,16 @@ bash update.sh
streamlit run app.py
---
## 🔐 Konfiguration (.env)
Lege eine `.env` im Projekt an (siehe `.env.example`). Erforderliche Variablen:
- `WP_BASE_URL`: Basis-URL deiner WordPress-Seite (z. B. https://example.com)
- Authentifizierung (eine Option wählen):
- `WP_AUTH_BASE64`: Bevorzugt. Base64 von `username:application_password`
- oder `WP_USERNAME` und `WP_PASSWORD`: Benutzer + Anwendungspasswort
- Optional: `OPENAI_API_KEY` für das Umschreiben von Artikeln
Hinweis: Der Code liest ausschließlich aus `.env`. Es gibt keine hartkodierten Standard-Credentials.