summaryrefslogtreecommitdiff
path: root/scripts/immich-upload
AgeCommit message (Collapse)Author
2026-07-18immich-upload: drop deviceAssetId/deviceId fields for Immich 3.xPaul Buetow
Immich 3.x removed the deviceAssetId/deviceId columns (migration DropDeviceIdAndDeviceAssetId). The /api/assets endpoint still tolerates but ignores them; removed for correctness/future-proofing. Duplicate detection continues via the x-immich-checksum header and the bulk-upload-check pre-pass (verified end-to-end against the live v3.0.3 server: 201 created, 200 duplicate). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17immich-upload: auto-detect LAN vs public ingressPaul Buetow
Probe the LAN /api/server/ping endpoint with a short timeout and use it when reachable, otherwise fall back to the public HTTPS URL. Fixes the indefinite hang when running off the home LAN. Amp-Thread-ID: https://ampcode.com/threads/T-019ed713-5af1-72a2-8a4e-27ee32c1d6d5 Co-authored-by: Amp <amp@ampcode.com>
2026-06-15UpdatePaul Buetow
2026-05-30newPaul Buetow