boredazfcuk / docker-icloudpd

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

Gotify URL HTTP/HTTPS Syntax #492

Closed undaunt closed 5 months ago

undaunt commented 5 months ago

The Gotify URL appears to be hardcoded as https here. I have a forward auth in front of my entire Gotify container and would like to allow access to the backend at http://gotify instead of requiring the FQDN.

Currently as written I get a curl error 6 and http code 000 as it's trying to talk to an HTTP endpoint over HTTPS, or I get an auth error when I use the FQDN.

Would it be possible to update this to not require https and require the protocol as part of the URL, or enable an HTTP/HTTPS flag for gotify (or any notification URL?)

Thanks.

rmlanghopto commented 5 months ago

Just submitted #494 to address this, for Gotify at least. Thanks!

boredazfcuk commented 5 months ago

Is this confirmed working now? Can this be closed off?

undaunt commented 5 months ago

Works great, thanks everyone!