01:28

Crumbs — Self-Hosted, Privacy-First Google Keep Alternative (SvelteKit)

Lightweight self-hosted notes app with a clean card-based UI similar to Google Keep. Features local-first sync (LWW CRDTs), offline support via IndexedDB, dark mode, note sharing with email notifications, OAuth/SSO auth (Authentik, Keycloak), and note search. Built with SvelteKit 2 (Svelte 5 runes), TypeScript, Tailwind CSS 4, SQLite + Drizzle ORM. Docker-ready, 51 stars, MIT.
01:27

Optimal Plex Settings for Privacy-Conscious Users — Opt-Out Guide

Step-by-step guide to hardening Plex privacy: opt out of marketing emails, disable sale of personal data to ad partners, stop targeted advertising, turn off playback data collection, hide watch state/ratings sync, disable online media sources, and manage friend visibility. Covers every privacy-related toggle in Plex’s account settings with direct links. By Ethan Sholly on selfh.st, updated March 2025.
01:17

ExoServe — E2EE Self-Hosted File Storage with Client-Side Encryption

Self-hosted end-to-end encrypted file storage designed for local hardware. All encryption (AES-256-GCM) is client-side — file contents, names, and directory topology are encrypted before upload. Uses a Merkle tree for obfuscated directory structure, hash sharding for blob storage, and concurrent multi-device sync with race condition handling. Vanilla JS WebUI, Python/FastAPI backend, Docker Compose ready. BSL license, 2 stars.