Commit Graph
12 Commits
Author SHA1 Message Date
kawa 17a83e737f Merge branch 'main' of https://git.azuze.fr/kawa/DockMV
Sync Gitea releases to GitHub / sync-releases (push) Canceled after 0s
v1.0.2
2026-08-13 10:20:45 +02:00
kawaandClaude Haiku 4.5 9b354636bb Add SSH source support with dialstdio and UI components
- Implement SSH dial via stdio for remote connections
- Add sources API and storage layer for managing connection sources
- Add SourcePanel and SshFields web components for SSH configuration
- Update app structure to support source-based connections
- Update handlers and server for new sources endpoint

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-13 10:19:47 +02:00
kawa 0a97b78d63 Added the git wkflow
Sync Gitea releases to GitHub / sync-releases (push) Canceled after 0s
2026-08-13 09:05:56 +02:00
kawaandClaude Haiku 4.5 05db8bfeb9 Restructure README for clarity and navigation
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>
2026-08-12 16:31:49 +02:00
kawaandClaude Haiku 4.5 dccb98ce18 Use DOCKMV_TOKEN environment variable for authentication token
- 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>
v1.0.1
2026-08-11 15:39:44 +02:00
kawa 895858197e Use published image in docker-compose, publish release by default
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.
2026-08-11 14:36:35 +02:00
kawa 39c9cfb65e Updated the repo url v1.0 2026-08-11 14:00:13 +02:00
kawaandClaude Sonnet 5 34e18987a0 Rename product to dockmv (container, image, module, env vars)
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>
2026-08-11 13:56:26 +02:00
kawaandClaude Haiku 4.5 832af4aaae Update branding with DockMV logo and assets
- 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>
2026-08-11 13:33:27 +02:00
kawaandClaude Haiku 4.5 7a1c5433a2 Add publishing scripts and release assets
- 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>
2026-08-11 12:25:26 +02:00
kawa 537e345d89 Update README.md
Renamed app
2026-08-11 09:01:37 +02:00
kawa fe8b354adc Initial push 2026-08-11 09:00:01 +02:00