015

Self-Hosted

Minimalist self-hosted single-click file upload service

Visit Website

Overview

015 is a lightweight self-hosted tool for quick file transfers. It supports single-click and drag-n-drop uploads, generating instant shareable direct links. Features include custom storage paths, configurable upload limits, and lightweight resource usage. Deployment is straightforward via Docker (a single command) or Node.js, with setup controlled through environment variables. Ideal for personal or small teams needing private, no-fuss file sharing without relying on third-party cloud services.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  015:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: 015
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • Single-click & drag-n-drop file uploads
  • Instant shareable direct download links
  • Custom storage path configuration
  • Docker & Node.js deployment options

Frequently Asked Questions

? Is 015 hard to install?

No—015 is easy to set up. You can deploy it with a single Docker command or via Node.js. Configuration uses environment variables (e.g., storage path, port), so no complex setup steps are needed even for beginners.

? Is it a good alternative to WeTransfer?

Yes—015 is a great self-hosted alternative. Unlike WeTransfer (proprietary cloud-based), it lets you keep files on your server for full privacy, while offering similar simple upload/share functionality.

? Is it completely free?

Yes—015 is open-source under the MIT License. There are no paid tiers or hidden costs; you only cover server hosting expenses if using a remote server.

Top Alternatives

WeTransfer Search Google
Dropbox Transfer Search Google

People Also Ask about 015

015 vs WeTransfer015 vs Dropbox Transfer 015 2025 review 015 docker-compose example

Tool Info

Pricing Open Source
Platform Self-Hosted

Pros

  • Extremely simple and intuitive interface
  • Lightweight (low CPU/memory footprint)
  • Full privacy control via self-hosting

Cons

  • No built-in password protection for links
  • Basic UI (lacks advanced file management)
  • Requires server access for hosting

More File Transfer - Single-click & Drag-n-drop Upload Tools