-
v0.17.0
Stablereleased this
2026-05-03 05:16:25 +02:00 | 9 commits to main since this releasev0.17.0
Features
- Proxy headers middleware: When
TRUST_PROXY=true, the app now enablesProxyHeadersMiddlewareso that real client IPs are correctly resolved when behind a reverse proxy (nginx, Traefik, etc.). - robots.txt: Added a
/robots.txtendpoint that allows crawlers on public-facing pages only (/,/about,/terms,/privacy,/login,/signup,/forgot-password) and disallows everything else, keeping journal content and private routes out of search indexes.
Internal
- CI/CD: Split the single
docker.ymlworkflow into separateci.yml(tests/lint) andrelease.yml(build/push image) workflows for cleaner pipeline separation.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Proxy headers middleware: When