chore(web-arm): migrate Nextcloud photos into Immich (immich-go) #179
Labels
No labels
bug
enhancement
in-progress
needs-info
needs-triage
p0
ready-for-agent
ready-for-human
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/nixos#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Bulk-import the existing Nextcloud photo library into Immich's managed library using
immich-go, copying originals into Immich (model B — Immich fully owns the files, so in-app delete/reorg works and Nextcloud can be retired cleanly afterward).Depends on #178 (Immich must be deployed and you must have logged in once).
Preconditions
Steps
immich-goon web-arm so it reads Nextcloud files straight off the already-mounted CIFS share (/var/lib/nextcloud/data/<user>/files/…) and uploads tohttp://127.0.0.1:2283— no re-download.nix run nixpkgs#immich-go -- upload --server http://127.0.0.1:2283 --api-key <KEY> --recursive /var/lib/nextcloud/data/<user>/files/<photos>(confirm exact flag names for the installed immich-go version).sub4share and Immich'ssub12library/. Ensure box headroom.Notes
immich-goneeds an interactive API key and judgement calls on album mapping / verification.