Open
Description
Currently if you have for example image: browserless/chrome
in your compose.yaml it will be Ctrl+Clickable directing to https://hub.docker.com/r/browserless/chrome
Would be nice if it could also offer the same for other container registries, like image: ghcr.io/browserless/chrome
. I think it doesn't need much work, because http://ghcr.io/browserless/chrome will redirects you to https://github.com/browserless/browserless/pkgs/container/chrome, but other registries might not provide redirect to human readable websites, would need to test what else is out there.