Files

1.6 KiB

Ready2Blob

A pure-frontend wizard that generates rclone config files and PowerShell deployment scripts for pushing cloud storage remotes onto Windows endpoints via Intune or any RMM tool. Supports 18 backends (Azure Blob, S3, S3-compatible, OneDrive, SFTP, GCS, Backblaze B2, Google Drive, Dropbox, Box, pCloud, FTP, WebDAV, SMB, HTTP, Seafile, Yandex Disk, Koofr). Everything runs client-side — no backend, no data leaves the browser.

Run with Docker Compose

services:
  ready2blob:
    image: git.azuze.fr/kawa/ready2blob:latest
    container_name: ready2blob
    ports:
      - "8080:80"
    environment:
      # "/" for a dedicated (sub)domain; "/ready2blob/" to mount under a path.
      BASE_URL: "/"
    restart: unless-stopped
docker compose up -d

Then open http://localhost:8080.

Environment Variables

Variable Default Description
BASE_URL / Path the app is served from. Use / for a dedicated (sub)domain, or /ready2blob/ to mount under a path on a shared host.

Dependencies