boredazfcuk / docker-icloudpd

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

Add gotify_https variable to sync-icloud.sh for http/https Gotify servers #494

Closed rmlanghopto closed 5 months ago

rmlanghopto commented 5 months ago

Per issue #492 added a Docker env variable (gotify_https) similar to the webhook_https variable. This adds a gotify_scheme variable (http or https) to the beginning of a url request to the Gotify server. It defaults to false (http), but it can be set to true to enable https. This allows self-hosted Gotify instances without SSL or https to still function with the Gotify notifications by setting gotify_https to false.

boredazfcuk commented 5 months ago

Looks good. Any chance you can update the README.MD with a description of the new variables though?

rmlanghopto commented 5 months ago

Just updated the CONFIGURATION.md readme with a description of the variable. Thanks!

boredazfcuk commented 5 months ago

Thanks. New version pushed to Dockerhub.