boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.58k stars 149 forks source link

Update CONFIGURATION.md #540

Closed paulzhn closed 2 months ago

paulzhn commented 2 months ago

Fix the wrong description for bark config.

Currently the script accesses bark server with the fixed http:// prefix, so the user should not include the prefix. Also, including port is useless and if user specified 443, the request is invalid, because it sends a http request to a https server.

paulzhn commented 2 months ago

https://github.com/boredazfcuk/docker-icloudpd/blob/83ea26c8b6fe40ed132cf93f3364bb4783cc7c6b/sync-icloud.sh#L1881-L1884