Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
icloudpd can be run in a container or just your host machine. It's a little finnicky to get logins set up (and honestly I haven't done it in a few months), but once that is working you can automate a job to pull down a backup every day/week/month and delete files from icloud.
Thanks, I will take a look!
Am I right in thinking this will get you the photos but it is up to you to place them somewhere and put a service/app in front of that storage to make it usable? Usable as is; the family members can all access their own photos and view them as if it was on the Photos app from Apple?
Right, this is for the “hard” part of getting your content out of iCloud in an automated fashion. You’d then put the content in storage locally and use photoprism or immich or a similar self hosted gallery to be able to access them
Aha! I'm starting to get the picture. icloudpd to download to my server and Immich (or something like that) to use these downloaded images.
Oh boy, this is not going to be a 1-click whambalam fix is it? 😃
Ah well, gives me something to do and look into, it can be considered fun as well of course!
Correct but there are really only 2 parts (3 if you’re adding a front-facing proxy which it sounds like you know how to do). If you’re using something like truenas or proxmox there are prebuilt containers for both iCloudpd and immich/photoprosm/whatever and even if not both have generic Docker containers or can be run out of their own repo checkout. So you just need:
Good luck!
Exactly as I had it in my head atm!
This setup is very clear to me and doable. Thanks for all your help and suggestions!