Set up a simple, self-hosted file sharing environment designed to make transferring data between devices effortless. Whether you are working on Linux, Mac, or Windows, this solution provides a seamless experience for managing files and folders directly from your browser or operating system. Enjoy quick, resumable uploading and downloading, even when handling hundreds of files at once or using streaming uploads. Sharing is highly accessible; simply scan a QR code to visit shared folders or open directories to others, including anonymous users.\n\nKey benefits include:\n* Cross-platform compatibility for Linux, Mac, and Windows systems.\n* Advanced upload capabilities featuring resumable and streaming uploads.\n* Flexible file management directly through your web browser or native OS.\n* Instant mobile access by scanning QR codes to visit shared folders.\n* Open sharing options that allow directory access for anonymous users.
services:
quickshare:
image: hexxa/quickshare:latest
container_name: quickshare
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./data:/app/data# No sensitive environment variables are required for the default configuration.
# If the application supports specific secrets in the future, define them here.Auto-fetched 5 minutes ago
Auto-fetched about 24 hours ago