docker-registry-ui/examples/issue-20
Joxit 1c88ad57f8
build: release 2.0.0 🚀
2021-04-28 23:54:03 +02:00
..
nginx build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
README.md chore: fix issue 20 example typo and remove refs to master branch 2021-02-28 22:19:16 +01:00
docker-compose.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00

README.md

Example for issue #20 (HTTPS supports)

This example will override the original nginx conf with one supporting HTTPS. You will need to rewrite all the project configuration (replaces proxy_pass with your own value, in this example http://registry:5000 is fine).

Generating a self signed certificate:

openssl req -newkey rsa:2048 -nodes -keyout nginx/privkey.pem -x509 -days 3650 -out nginx/fullchain.pem

The UI will be available here : https://localhost