Skip to content
Discussion options

You must be logged in to vote

The container creates the user specified in icloudpd.conf when it launches (it writes a minimal /etc/passwd) and then sets permissions for that account on the download directory (plus others).

Personally, I match the users/ids inside the containers to the users/ids on the host so that people logging into the host don't get permission problems.

So
user=boredazfcuk
user_id=1000
group=boredazfcuk
group_id=1000
download_path=/home/boredazfcuk/iCloud

As all match the host, people logging onto the server just see their photos in their home directory's iCloud directory and can access them without issue.

If you are wanting to set the nobody account so that permissions are super restrictive, you j…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@faraguti
Comment options

@boredazfcuk
Comment options

Answer selected by faraguti
@faraguti
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants