pacebin
Minimal filesystem-backed pastebin and file host
Activity unknown
No repository statistics available for this project.

pacebin is a minimalist pastebin and basic file hosting service designed to be extremely lightweight and easy to run. It provides simple HTTP endpoints to create and retrieve pastes, storing content directly on the filesystem without requiring a database.
Key Features
- Very small native executable with minimal runtime requirements
- Filesystem-backed storage for easy manual management and backups
- Simple HTTP interface centered on basic POST and GET operations
- Paste deletion support using generated deletion keys
- Optional custom short links for pastes
- Includes an administrative utility (pacectl) for managing stored pastes
- Designed to sit behind a reverse proxy rather than a full web application
Use Cases
- Hosting a private pastebin for sharing snippets and small files within a team
- Providing a simple upload endpoint for scripts, logs, or temporary artifacts
- Running a low-resource paste service on small servers or homelab systems
Limitations and Considerations
- Intentionally minimal feature set (no syntax highlighting, encryption, or password protection)
- HTTPS is typically handled via a reverse proxy rather than the application itself
- Primarily tested on Linux environments; Windows support is unlikely
pacebin is a good fit when you want a fast, dependency-light paste service with straightforward management and no database overhead. It prioritizes simplicity, low resource usage, and easy deployment behind a standard reverse proxy.
Categories:
Tags:
Tech Stack:
Similar to pacebin
PictShare
Self-hosted media and paste hosting with a simple upload API
Self-hosted image, GIF, MP4, and text paste hosting with a simple API, on-the-fly resizing, and URL-based transformations. File-based storage; no database required.

MicroBin
Secure pastebin for text and file sharing with URL shortening
MicroBin is a lightweight, secure pastebin for sharing text, files, and short URLs with optional encryption, expiration controls, and raw file serving.

Enclosed
Minimal app for sharing end-to-end encrypted notes and files
Self-hostable, end-to-end encrypted note and file sharing with zero-knowledge storage, optional passwords, expiration (TTL), and delete-after-reading links.


Uguu
Lightweight temporary file hosting with web UI and upload API
Self-hosted lightweight temporary file host with drag-and-drop, paste and one-click uploads, plus an API for automated uploads and ShareX support.

Gossa
Fast, dependency-free web file and media server
Gossa is a lightweight Go web server for browsing, uploading, and streaming files from a directory with a simple, fast UI and optional PWA support.


FileBrowser Quantum
Web-based file manager with sharing, access control, and search
Self-hosted web file browser to manage files, users, access control, sharing links, previews, and fast indexed search with real-time UI updates.




