this post was submitted on 30 Apr 2024
32 points (94.4% liked)

Selfhosted

39151 readers
906 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I would like new images to be uploaded to Immich from my phone and deleted after 30 days automatically, so I was thinking about this flow:

  1. I will Sync files to the server using Syncthing

  2. I will Copy files from the Synced folder to an Immich Consume folder, (not sure how to copy only new files (maybe use created date)). Then delete images that are older than 30 days which will remove them from my phone.

  3. I will upload to Immich using Immich CLI (?) which will use the delete after upload flag.

Basically:  

(1)

Camera, Screenshots, etc =Syncthing=> SyncthingImageConsume/{Folder}

(2)

{Script on SyncthingImageConsume}

SyncthingImageConsume/{Folder} =CopyNewFiles=> ImmichConsume/{Folder}

Then delete older than 30 days.

(3)

{Script on ImmichConsume}

Upload to immich and then delete

 

would this work? and is there a better way to do it? any tips?

you are viewing a single comment's thread
view the rest of the comments
[–] rambos@lemm.ee 1 points 4 months ago (4 children)

Feels like you want a regular Immich auto upload and a custom script that deletes old images from your phone. I can't help with that script, but maybe also I missunderstood what is your goal

[–] Mir@programming.dev 1 points 4 months ago (3 children)

More or less yes. Except that the auto upload is limited I can't figure out why most of albums aren't showing

[–] rambos@lemm.ee 1 points 4 months ago (2 children)

Don't expect albums in immich after upload. Immich will just put everything in timeline (by default) and you should make albums manually.

Also, make sure you have exactly the same app version as server

[–] Mir@programming.dev 1 points 4 months ago

I just noticed something else that is mildly annoying, after I move them to album I have to run the template migration job to move to the correct folder.

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)