this post was submitted on 27 Jun 2024
49 points (87.7% liked)

Selfhosted

37811 readers
489 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
you are viewing a single comment's thread
view the rest of the comments
[–] ralfrandom@discuss.tchncs.de 1 points 1 week ago (1 children)

Yes :)

In theory it should be as easy as copy and pasting, but I don't know if that wouldn't fail because of a timeout. Though, I have managed to wget a Google photos backup directly into JuiceFS and extract + process it there, just took like a day of time.

Mounting your Immich dirs there is all it should take. I would be careful with database directories/sqlite, they seem to bug out when mounted in JuiceFS

[–] palitu@aussie.zone 1 points 1 week ago

Yeah. I would keep the db local, and probably the thumbs and intermediary photos too. But the full resolution would probably be in S3.

dB's are not good on object store, and not good running over the internet. I wish they had native S3 storage, as that would allow for high speed access, where as this will download to the server, then upload to the client which will add latency.

Cheers