Favicon of MicroBin

MicroBin

Share, transfer, and protect your files with a self-hosted web application. Enjoy URL redirection, automatic file expiry, and strong encryption levels.

Set up a feature-rich, performant, and secure text and file-sharing web application on your own server in just five minutes. This self-hosted solution acts as a versatile pastebin and cloud storage alternative, giving you complete control over your data without relying on third-party accounts or apps. It is designed to upgrade your communication systems with advanced file protection and sharing mechanisms.

Key benefits include:

  • Complete Privacy: Choose from three levels of encryption to ensure only you and your intended recipients can access or decrypt your uploads.
  • Advanced File Management: Take advantage of automatic file expiration, raw file serving, editing, unsending, and easy re-sharing capabilities.
  • Cross-Device Compatibility: Instantly share text or files across any device using simple links and single-click QR codes.
  • URL Redirection: Easily manage and redirect links alongside your secure file storage.

Directory Structure

microbin
microbin-data
.env
docker-compose.yml

docker-compose.yml

services:
  microbin:
    image: danielszabo99/microbin:latest
    container_name: microbin
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./microbin-data:/app/microbin_data
    environment:
      - MICROBIN_ADMIN_USERNAME=${MICROBIN_ADMIN_USERNAME}
      - MICROBIN_ADMIN_PASSWORD=${MICROBIN_ADMIN_PASSWORD}
      - MICROBIN_PORT=8080
      - MICROBIN_EDITABLE=true
      - MICROBIN_HIGHLIGHTSYNTAX=true
      - MICROBIN_HIDE_FOOTER=false
      - MICROBIN_HIDE_HEADER=false
      - MICROBIN_HIDE_LOGO=false
      - MICROBIN_NO_LISTING=true
      - MICROBIN_QR=true
      - MICROBIN_READONLY=false
      - MICROBIN_SHOW_READ_STATS=true
      - MICROBIN_TITLE=MicroBin
      - MICROBIN_ENABLE_BURN_AFTER=true
      - MICROBIN_DEFAULT_BURN_AFTER=0
      - MICROBIN_WIDE=true
      - TZ=UTC

.env

MICROBIN_ADMIN_USERNAME=admin
MICROBIN_ADMIN_PASSWORD=your_secure_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to MicroBin

Favicon

 

  
  
Favicon

 

  
  
Favicon