ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers off;
ssl_ciphers 'TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256';
ssl_ecdh_curve X25519:secp384r1;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 1h;
ssl_session_tickets off;
ssl_stapling on;
ssl_stapling_verify on;
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
# Enable ALPN for HTTP/2
listen 443 ssl http2;It's a been a while, but Karakeep 0.31 is here! This release brings synchronized reading progress, LLM-based OCR, a revamped import pipeline, drag-and-drop for lists, highlights on mobile, a lot of mobile polish, and fixes for some long standing bugs. Special thanks to <@745434287725346828> for the headline feature of this release (the reading progress!). Checkout the release discussion (https://github.com/karakeep-app/karakeep/discussions/2504) for the full changelog.
mohbassem · 5w ago
Happy new year everyone! Karakeep 0.30 is here. This release comes with "2025 wrapped" (a bit late), PDF archives, new reader settings, avatars, reddit crawling improvements, and more! Checkout the release discussion (https://github.com/karakeep-app/karakeep/discussions/2329) for the full changelog.
mohbassem · 3mo ago
Folks, there's a widespread react vulnerability (CVE-2025-66478) with criticality 10/10. Please upgrade karakeep to version 0.29.1 which contain the fix.
mohbassem · 4mo ago