docker-registry-ui/examples/read-only-auth
2021-04-28 23:54:03 +02:00
..
docker-compose.yml build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
nginx.conf docs: add new example ui as proxy with read-only right 2020-11-01 23:02:16 +01:00
read-only.htpasswd docs: add new example ui as proxy with read-only right 2020-11-01 23:02:16 +01:00
read-write.htpasswd docs: add new example ui as proxy with read-only right 2020-11-01 23:02:16 +01:00
README.md docs: fix read-only-auth example 2021-03-05 18:21:54 +01:00
registry.yml docs: add new example ui as proxy with read-only right 2020-11-01 23:02:16 +01:00

Docker registry with read only access

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

There are two htpasswd files. read-write.htpasswd a read and write access to the registry and read-only.htpasswd for a read only access.

All users in read-only.htpasswd should be in read-write.htpasswd.

Read only user: login: read password: regisrty. Read and write user: login: write password: regisrty.