Local Content Share
Self-HostedOpen-source local pastebin for sharing content across devices on your network
Overview
Local Content Share is an open-source, self-hosted pastebin tool designed for sharing content across devices on your local network. It eliminates external service dependency, keeping data private and offline. Features include syntax highlighting for code, QR code generation for mobile access, temporary/permanent shares, and small file support. Deploy via Docker (single command) or precompiled binaries with minimal config (port, storage path). Ideal for teams/individuals wanting secure, fast sharing without internet.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
local_content_share:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: local-content-share
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Local network-only sharing (no internet required)
- Syntax highlighting for code snippets and text
- QR code generation for quick mobile device access
- Lightweight deployment via Docker or precompiled binaries
Frequently Asked Questions
? Is Local Content Share hard to install?
No—you can deploy it via Docker with a single command, or use precompiled binaries for Windows, macOS, or Linux. It requires only basic config (like setting the port and storage directory) to get started.
? Is it a good alternative to Pastebin.com?
Yes, if you prioritize local network privacy over public sharing. It lacks Pastebin’s global access features but offers offline use and zero external data transmission, making it better for sensitive content.
? Is it completely free?
Yes—Local Content Share is open-source under the MIT License. You can self-host, modify, and use it for free with no restrictions or hidden costs.
Top Alternatives
People Also Ask about Local Content Share
Tool Info
Pros
- ⊕ Privacy-focused (no external data leaks)
- ⊕ No subscription or hidden fees
- ⊕ Easy to set up with minimal configuration
- ⊕ Works offline without internet connectivity
Cons
- ⊖ Limited to local network (remote access needs VPN)
- ⊖ Small default file size limits
- ⊖ Minimal user management or authentication features