Docker

Recommended

The easiest way to get started. No installation required, works everywhere Docker runs.

Pull Latest Image
docker pull hndrwn/s3-migration-scheduler:latest
Run Container
docker run -d \
  --name s3-migration-scheduler \
  -p 5000:5000 \
  -e NODE_ENV=production \
  -v s3-migration-data:/app/data \
  -v s3-migration-logs:/app/logs \
  hndrwn/s3-migration-scheduler:latest

# Access web interface
open http://localhost:5000
Docker Compose
git clone https://github.com/hndrwn-dk/s3-migration-scheduler.git
cd s3-migration-scheduler
docker-compose up -d
💻

Desktop Applications

Version -

Native desktop applications with GUI interface for easy migration management.

Source Code

Open Source

Build from source or contribute to the project. Released under MIT License.

Clone Repository
git clone https://github.com/hndrwn-dk/s3-migration-scheduler.git