software/metabase: version up 0.47.0
because this metabase now needs SNI properly configured, which means that the backend must know the frontend domain name and can not be accessed by its IP address, we stop serving https on IPv6 directly from metabase's embedded jetty and reconfigure it to serve http on IPv4 and add an haproxy instance to serve https on IPv6. This is just an "internal" change because the external IP will be same and the certificate is still a self-signed one for now. references: - https://github.com/metabase/metabase/issues/29660 - https://discourse.metabase.com/t/http-error-400-invalid-sni-when-upgrading-from-0-45-3-to-0-46-0/24599/8
Showing
Please register or sign in to comment