elmerfds / rebuild-dndc

Re-create containers that use another container's network stack (i.e. routing container traffic through a VPN container)
GNU General Public License v3.0
22 stars 9 forks source link

Allow adding --insecure to curl on gotify notifications. #64

Open iarp opened 1 year ago

iarp commented 1 year ago

I use a self-signed cert internally. curl gives errors due to self-signed certs.

I would do a pr but I'm unsure how to modify commands based on an if statement without repeating things too much.