I've been working for some time on RelicBin, a modern self-hosted pastebin with the following features:
- Deployable via docker compose.
- Support for text, images, binaries, documents, logs, terminal ansi logs and archives.
- Public / Private relics
- Bookmarks
- Built-in rich rendering:
- syntax highlighting
- ANSI log viewer mode
- Static HTML rendering
- PDF/CSV viewing
- archive browsing
- excalidraw files
- markdown files
- Collections via .rix relic index files
- CLI for uploading straight from your terminal
- S3 as storage backend
- DB backups in S3
- S3 sync service to sync storage to an other S3 bucket as backupWhy I built it:
I wanted a self hosted pastebin that is scalable, flexible and developer / devops focused
Made with AI ( Claude / Gemini / GLM )
Feedback, criticism are very welcome.