mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Access Web App via HTTPS #81

Open MichalBliznak opened 7 years ago

MichalBliznak commented 7 years ago

Hello, I'd like to know if also HTTPS can be used for accessing the web management UI. As far as I saw in the examples, only HTTP over port 8080 was used. If it is really possible, could you provide me with some example settings?

avluis commented 7 years ago

Look in here: https://github.com/mkuchin/docker-registry-web/tree/master/examples/nginx-auth-enabled

I'm not certain if you are running with auth or not, but you can still follow most of the steps in there to enable an nginx front-end which can then serve your registry web-ui over https (or even the registry itself over https)