Skip to content

Commit

Permalink
docs: more issues for DELETE and CORS
Browse files Browse the repository at this point in the history
fixes #207
fixes #214
  • Loading branch information
Joxit committed Oct 30, 2021
1 parent 4075e00 commit 22e3f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This web user interface uses [Riot](/~https://github.com/Riot/riot) the react-like
- Why the default nginx `Host` is set to `$http_host` ?
- This fixes the issue [#88](/~https://github.com/Joxit/docker-registry-ui/issues/88). More about this in [#113](/~https://github.com/Joxit/docker-registry-ui/issues/113).
- Why DELETE fails with 401 status code (using Basic Auth) ?
- This is caused by a bug in docker registry, I suggest to have your UI on the same domain than your registry e.g. registry.example.com/ui/. (see [#104](/~https://github.com/Joxit/docker-registry-ui/issues/104)).
- This is caused by a bug in docker registry, I suggest to have your UI on the same domain than your registry and use `NGINX_PROXY_PASS_URL` e.g. registry.example.com/ui/. (see [#104](/~https://github.com/Joxit/docker-registry-ui/issues/104), [#204](/~https://github.com/Joxit/docker-registry-ui/issues/204), [#207](/~https://github.com/Joxit/docker-registry-ui/issues/207), [#214](/~https://github.com/Joxit/docker-registry-ui/issues/214)).
- Can I use the docker registry ui as a standalone application (with Electron) ?
- Yes, check out the example [here](/~https://github.com/Joxit/docker-registry-ui/tree/main/examples/electron). (see [#129](/~https://github.com/Joxit/docker-registry-ui/pull/129))
- I deleted images through the UI, but they are still present on the server. How can I delete them?
Expand Down

0 comments on commit 22e3f22

Please sign in to comment.