Reorganize installation, dependencies, and usage sections. Collapse implementation details
into collapsible sections (How the data is moved, Safety, Migration package, Development).
Consolidate target host requirements earlier. Clarify emphasis on key features ("and their data",
the ssh-direct behavior, what is and is not preserved).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Remove --token=auto flag from docker-compose
- Default token flag to $DOCKMV_TOKEN environment variable instead of empty string
- Update help text to document environment variable default
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
docker-compose.yml now pulls git.azuze.fr/kawa/dockmv instead of
building locally. publish.ps1 flips -PublishRelease to on-by-default
(-NoPublishRelease to opt out), since skipping the upload was the
unusual case.
Container/image/service name, Go module path, CLI binary name, and
DOCKER_MIGRATE_* env vars still used the old working name; the project
is branded DockMV everywhere else (README, logo, Gitea repo).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Replace text-based branding with logo icon in header
- Update README.md with full DockMV logo image
- Add favicon and logo-icon assets
- Add dockmv-icon to assets directory
- Update styles for logo display
- Rebuild web UI distribution
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Add publish.ps1 and build-release.ps1 for publishing to Gitea
- Add dockmv logo assets (full, small, very small variants)
- Update Makefile with publish and publish-binaries targets
- Support PowerShell-based release pipeline with Gitea integration
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>