====== PrivateBin ===== **Domain:** paste.folk.zone\\ **Image:** privatebin/nginx-fpm-alpine:latest ===== What It Does ===== PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256-bit AES encryption. ===== Features ===== * Zero-knowledge encryption - server cannot read pastes * Self-destruct after reading or time-based expiration * Disk-based storage for persistence * Discussion threads for collaborative pastes * Password protection for additional security ===== Configuration ===== Uses nginx-fpm-alpine image with data persistence via Docker volume. No database required - stores encrypted pastes directly on disk. ===== See Also ===== * [[folkzone:services:start|folk.zone Services]] * [[https://privatebin.info/|PrivateBin Website]] * [[https://github.com/PrivateBin/PrivateBin|PrivateBin GitHub]] * [[https://github.com/PrivateBin/PrivateBin/wiki/FAQ|PrivateBin FAQ]] * [[folkzone:start|Return to folkzone]]