Local Content Share logo

Local Content Share

Local web app for sharing snippets, files, links, and a Markdown notepad

491 stars 18 forks last commit first released MIT

Slowing down

No commits since 28 Jan 2026. Check the issue tracker before you rely on it.

Local Content Share is a lightweight self-hosted web application written in Go that provides a browser frontend and PWA for sharing and storing text snippets, files, and links on a local network. It uses a simple filesystem-backed data store and Server-Sent Events to keep clients synchronized in real time.

Key Features

  • Store and share plain text snippets with view, edit, rename, and delete operations
  • Upload and download files with multi-file drag-and-drop and clipboard paste support
  • Built-in Notepad with Markdown edit and preview, auto-save, and cross-device persistence
  • Link section for storing and sharing URLs in most-recent-first order
  • Configurable per-item expiration (Never, 1 hour, 4 hours, 1 day, or custom TTL)
  • Real-time client updates via Server-Sent Events (SSE)
  • PWA support and fully local assets so the app works without external dependencies
  • Files and metadata persisted to a local data directory (files/, text/, links.file, expiration.json)
  • Distributed as multi-arch Docker images and standalone Go binaries for easy homelab deployment

Use Cases

  • Quickly transfer screenshots, documents, or small files between devices on the same network
  • Temporary pastebin for sharing code snippets, notes, or short text with configurable expiry
  • Cross-device Markdown scratchpad for writing notes or drafts accessible from phone and desktop

Limitations and Considerations

  • No built-in authentication or access controls; intended for trusted local networks or behind an auth-enabled reverse proxy
  • Reverse proxies may interfere with upload progress visibility and can impose file size limits unless adjusted
  • Data is stored on the filesystem in plain form; no built-in encryption, multi-user separation, or audit logs
  • Not designed for public exposure or multi-tenant usage without added access control layers

Local Content Share is a pragmatic tool for easy, ephemeral content exchange within private networks and homelabs. It prioritizes simplicity, local-first operation, and minimal dependencies for quick deployment and use.

Categories:

Tags:

Tech Stack:

Share:

Similar to Local Content Share

PictShare logo

PictShare

Self-hosted media and paste hosting with a simple upload API

945
137
Last commit

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.

Actively maintained
Alternative to:
Imgur logo
Imgur
+19
PrivateBin logo

PrivateBin

Zero-knowledge encrypted pastebin with browser-side AES encryption

8.6k
1k
Last commit

PrivateBin is a minimalist zero-knowledge pastebin that encrypts and decrypts pastes in the browser, with optional passwords, expiration, discussions, and file uploads.

Actively maintained
Alternative to:
Pastebin logo
Pastebin
+5

myDrive

Self-hosted cloud file storage and sharing server

4.2k
487
Last commit

Open source Google Drive-like cloud storage with uploads, sharing, media gallery, and optional AES-256 encryption, backed by MongoDB and pluggable storage.

GPL-3.0Slowing down
Alternative to:
Google Drive logo
Google Drive
+16
DailyTxT logo

DailyTxT

Encrypted diary and journal web application

497
41
Last commit

Encrypted diary and journal web app with client-side encryption, markdown editor, file uploads, searchable entries, multi-user accounts and PWA support.

MITActively maintained
Alternative to:
Day One logo
Day One
+11
Gossa logo

Gossa

Fast, dependency-free web file and media server

1.1k
82
Last commit

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.

MITSlowing down
Alternative to:
FileBrowser logo
FileBrowser
+10
FileRise logo

FileRise

Self-hosted web file manager with ACLs, WebDAV, sharing, and SSO

1k
52
Last commit

Lightweight self-hosted file manager with per-folder ACLs, WebDAV drive mounts, sharing, resumable uploads, optional encryption at rest, and OIDC SSO.

MITActively maintained
Alternative to:
Dropbox logo
Dropbox
+19