OliverGiertz
d9ab599466
fix(deploy): correct service name and app path for Hetzner
...
Service is rss-news-api (not rss-app), app lives at /opt/rss-news.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 09:43:55 +00:00
OliverGiertz
0a9c0b10d6
test(ingestion): update test for removed Ampel risk-level check
...
Ampel system removed – all enabled feeds are now processed regardless
of risk_level. Updated test to verify feeds with any risk_level are
processed instead of blocked.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 09:41:34 +00:00
OliverGiertz
6192f8e527
feat(automation): autonomous pipeline with Telegram bot and N8N integration
...
- Add full auto pipeline: RSS ingest → GPT relevance score → AI rewrite → WP draft
- Add Telegram bot with inline buttons (rewrite/discard/override) and commands (/run, /rejected, /status)
- Add smart publish scheduler: max 2 drafts/day, spread over week (09:00 & 14:00 CET)
- Add N8N API endpoints (/api/n8n/pipeline, /api/n8n/ingest) with X-API-Key auth
- Add GPT-based relevance scoring (0-100) for VanLife/Camping/Outdoor topics
- Remove Ampel risk-level policy check from ingestion (all enabled feeds are used)
- Add Telegram webhook endpoint and setup endpoint
- Add delete_wp_post() for Telegram discard action
- Add DB migrations for relevance_score and scheduled_publish_at columns
- Update .env.example with all new configuration variables
- Add docs/AUTOMATION.md with full setup and usage documentation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 09:40:15 +00:00
6332a9a399
feat(wordpress): publish true Gutenberg blocks and remove auto summary/details sections
2026-02-21 14:55:20 +01:00
93f52f72b9
fix(ingestion): preserve article workflow data and skip closed items on re-import
2026-02-21 14:51:36 +01:00
b0f995d5c9
feat(rewrite): add batch rewrite run, AI tags for WP, and agentur contact detection
2026-02-21 14:39:47 +01:00
da269d08f1
chore(admin): remove legal approval step from UI workflow
2026-02-21 14:11:03 +01:00
88b2ee1d01
feat(admin): add feed/source management, rewrite editor, reopen flow, and WP block output
2026-02-21 14:03:49 +01:00
50f737f434
feat(admin): add connectivity diagnostics page for domains and endpoints
2026-02-21 13:58:40 +01:00
35ccceb260
feat(workflow): simplify article flow and add automated rewrite step
2026-02-21 13:43:22 +01:00
8d7375c99f
feat(ui): classify publisher errors with actionable hints
2026-02-21 13:11:43 +01:00
24d8e5ad0f
feat(wordpress): improve post html structure and excerpt generation
2026-02-21 13:09:00 +01:00
e68b6a41fd
feat(wordpress): upload selected image and set featured_media on draft publish
2026-02-21 13:07:08 +01:00
ba83b24510
chore: finalize current state and prepare next wordpress-focused roadmap
2026-02-18 11:11:49 +01:00
fee5e76842
feat(ui): add publish readiness indicators and WP env key aliases
2026-02-18 11:03:53 +01:00
592d699166
chore(config): load shared rss-news .env for wordpress and keys
2026-02-18 11:00:57 +01:00
1cee56205e
feat(publisher): add wordpress draft queue with retry and admin controls
2026-02-18 10:49:43 +01:00
dcdf4d954a
feat(ui): show auto image ranking reasons in article detail
2026-02-18 10:43:17 +01:00
26e3d26b93
feat(images): auto-select relevant article images and tidy detail header
2026-02-18 10:40:39 +01:00
fb3465fb10
fix(images): add proxy fallback to direct source url rendering
2026-02-18 10:20:47 +01:00
910ca72c81
fix(ui): render article images via authenticated proxy thumbnails
2026-02-18 10:16:30 +01:00
efaf132936
feat(images): add thumbnail gallery with select/exclude workflow
2026-02-18 10:11:22 +01:00
6691db8051
feat(export): add csv/json article export with date relevance scoring
2026-02-18 10:04:38 +01:00
5159a6e3b4
feat(legal): add structured attribution fields and publish legal gate
2026-02-18 10:02:19 +01:00
c52363f1a7
feat(admin): add article detail page with legal checklist
2026-02-18 09:52:36 +01:00
2c331d683b
feat: rebuild rss-news backend, admin ui, and legal extraction pipeline
2026-02-18 09:52:36 +01:00
d65c55d315
Bump version to v1.7.1
2025-08-28 11:18:30 +02:00
a46d919118
Bump version to v1.7.0
2025-08-24 14:59:32 +02:00
46e0b98928
Update CHANGELOG.md
2025-08-18 10:37:27 +02:00
0bb7d246c1
Bump version to v1.6.3
2025-08-18 10:33:27 +02:00
a02f825274
Image Dublettenprüfung
2025-08-18 07:37:32 +02:00
0cfbb6c37f
Image Dublettenprüfung
2025-08-18 07:36:48 +02:00
777c770142
Update .gitignore
2025-08-17 18:01:33 +02:00
beac96095e
Update requirements.txt
...
Erweiterung der Abhängikeiten
2025-08-17 17:58:18 +02:00
ed91864eda
Create image_deduper.py
...
Funktionen:
- Scan: Verzeichnisse rekursiv scannen, sha256 + pHash berechnen
- Report: CSV + menschenlesbare Zusammenfassung mit Gruppen
- Apply: Duplikate auf kanonische Datei umbiegen (Hardlink/Löschen)
- Optional: DB-Referenzen aktualisieren (SQLite/SQLModel kompatibel)
2025-08-17 17:56:04 +02:00
759a313f31
Create roadmap-image-dedup.md
2025-08-17 17:54:09 +02:00
d6ab09226a
Bump version to v1.6.2
2025-08-16 13:39:10 +02:00
808a39dfc9
Bump version to v1.6.2
2025-08-16 13:33:02 +02:00
1c63163f22
Merge pull request #12 from OliverGiertz/feature/WP_API
...
Feature/wp api
2025-08-16 13:26:50 +02:00
56a766596b
Wordpress API Anbindung imprementiert
2025-08-16 13:01:10 +02:00
0c84dd1a1a
Grundfunktionen optimiert
2025-08-16 11:13:10 +02:00
050e08859c
🔁 Trigger Deploy
2025-07-14 10:43:47 +02:00
9898964f00
🔁 Trigger Deploy
2025-07-14 10:43:41 +02:00
79bdb57e98
Create deploy.yml
...
🚀 Add GitHub Action for auto-deploy to Hetzner
2025-07-14 10:31:45 +02:00
1797f687cd
Update README.md
2025-07-11 19:17:27 +02:00
56c379cbed
Merge branch 'main' of github.com:OliverGiertz/rss-news
2025-07-11 09:47:22 +02:00
4eaef89be8
Bump version to v1.5.3
2025-07-11 09:44:31 +02:00
b41901b1c1
Update README.md
2025-07-10 10:57:35 +02:00
c49864c4aa
🔐 Korrektur Changelog.md
2025-07-09 20:36:58 +02:00
3862879a03
🔐 Update versioning.py mit Warten auf CHANGELOG.md anpassung
2025-07-09 20:36:24 +02:00