feat: index public search with FTS5

This commit is contained in:
2026-07-19 12:52:44 +08:00
parent 428ee50cd6
commit 82879a36cc
4 changed files with 24 additions and 3 deletions
+1
View File
@@ -9,6 +9,7 @@
- Hardened incoming RSS/Atom sources with public-HTTPS validation, redirect checks, response-size limits, and safe XML declaration rejection.
- Added production configuration validation for secrets, encryption keys, and the public HTTPS URL, plus an administrator-facing status check.
- Added Prometheus-compatible metrics and distinct liveness/readiness health probes.
- Added SQLite FTS5 indexing for public-content search, maintained automatically as posts change.
### Fixed