Remove immich-sync ansible role #65

Merged
eblume merged 1 commit from feature/remove-immich-sync into main 2026-01-28 08:49:23 -08:00
Owner

Summary

  • Remove immich_sync ansible role (server-side photo sync via osxphotos)
  • The Immich iOS app has built-in automatic backup that replaces this functionality
  • iOS app supports foreground/background backup and can sync iCloud photos directly

Deployment and Testing

  • Clean up files on indri (see manual cleanup commands below)
  • Configure Immich iOS app for automatic backup

Manual cleanup on indri:

# Unload and remove LaunchAgent
launchctl unload ~/Library/LaunchAgents/mcquack.eblume.immich-sync.plist
rm ~/Library/LaunchAgents/mcquack.eblume.immich-sync.plist

# Remove script and credentials
rm ~/bin/immich-sync.sh
rm ~/.immich-api-key

# Remove logs
rm ~/Library/Logs/mcquack.immich-sync.*.log

# Optionally remove export directory (check if empty first)
ls ~/Pictures/immich-export
# rm -r ~/Pictures/immich-export

🤖 Generated with Claude Code

## Summary - Remove immich_sync ansible role (server-side photo sync via osxphotos) - The Immich iOS app has built-in automatic backup that replaces this functionality - iOS app supports foreground/background backup and can sync iCloud photos directly ## Deployment and Testing - [ ] Clean up files on indri (see manual cleanup commands below) - [ ] Configure Immich iOS app for automatic backup ### Manual cleanup on indri: ```bash # Unload and remove LaunchAgent launchctl unload ~/Library/LaunchAgents/mcquack.eblume.immich-sync.plist rm ~/Library/LaunchAgents/mcquack.eblume.immich-sync.plist # Remove script and credentials rm ~/bin/immich-sync.sh rm ~/.immich-api-key # Remove logs rm ~/Library/Logs/mcquack.immich-sync.*.log # Optionally remove export directory (check if empty first) ls ~/Pictures/immich-export # rm -r ~/Pictures/immich-export ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The Immich iOS app has built-in automatic backup functionality that
replaces the need for server-side photo sync via osxphotos. The iOS
app supports foreground/background backup and can sync iCloud photos
directly to the Immich server.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
eblume merged commit 3971670832 into main 2026-01-28 08:49:23 -08:00
eblume referenced this pull request from a commit 2026-01-28 08:49:23 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eblume/blumeops!65
No description provided.