glance
glance copied to clipboard
custom-api allow-insecure
Description
Some self-hosted services defaults to HTTPS self signed, I had to modify the Glance's entrypoint to install and run ca-certificates (which installs them every restart). One of which is Proxmox.
You can make it something like
allow-potentially-dangerous-api-tls: true
or something since this can be one
Hey, I'll add a allow-insecure property to keep it consistent with the rest of the widgets that also have this functionality.