docker-registry-ui/examples/issue-20
2020-06-21 23:39:05 +02:00
..
nginx Add quick example for issue #20 2019-04-16 12:21:39 +02:00
docker-compose.yml build: release 1.5.0 supports for multi-arch images 2020-06-21 23:39:05 +02:00
README.md Add quick example for issue #20 2019-04-16 12:21:39 +02:00

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 our value).

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