https://github.com/marcusb333/delerium-paste
Privacy-focused paste sharing with client-side encryption
https://github.com/marcusb333/delerium-paste
privacy
Last synced: 4 months ago
JSON representation
Privacy-focused paste sharing with client-side encryption
- Host: GitHub
- URL: https://github.com/marcusb333/delerium-paste
- Owner: marcusb333
- License: mit
- Created: 2025-10-31T16:26:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T00:44:06.000Z (4 months ago)
- Last Synced: 2026-03-06T05:00:29.015Z (4 months ago)
- Topics: privacy
- Language: TypeScript
- Homepage: https://delerium.cc
- Size: 8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: docs/security/CHECKLIST.md
Awesome Lists containing this project
README
# Delirium
Zero-knowledge encrypted paste system. All encryption happens client-side; the server never sees plaintext or keys.
## Quick Deploy
```bash
./deploy.sh local # Local (http://localhost:8080)
./deploy.sh vps-setup example.com admin@example.com # VPS + SSL
./deploy.sh production # Production
```
## Documentation
- [Setup](docs/getting-started/SETUP.md) - Configure secrets
- [Deployment](docs/deployment/DEPLOYMENT.md) - Full deployment guide
- [Architecture](docs/architecture/C4-DIAGRAMS.md) - System diagrams
- [Contributing](docs/prs/README.md) - PR workflow
- [Docs Index](docs/README.md) - Full documentation