From ee1f173355c8563f32688c2ff32f4874f671d3af Mon Sep 17 00:00:00 2001 From: Joxit Date: Fri, 21 Oct 2022 21:41:12 +0200 Subject: [PATCH] docs(FAQ): new section for how to fix CORS issue on s3 bucket (#193) fixes #193 --- CONTRIBUTORS.md | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aa2d5ac..e5de7f0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -40,4 +40,5 @@ - Maxime LoliƩe [@loliee](https://github.com/loliee) - Enrico [@Enrico204](https://github.com/Enrico204) - [@clyvari](https://github.com/clyvari) -- Laszlo Boros [@Semmu](https://github.com/Semmu) \ No newline at end of file +- Laszlo Boros [@Semmu](https://github.com/Semmu) +- [@JKDingwall](https://github.com/JKDingwall) \ No newline at end of file diff --git a/README.md b/README.md index b402655..ea8125c 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ If you like my work and want to support it, don't hesitate to [sponsor me](https - Yes you can run the container with the `nginx` user, (see [#224](https://github.com/Joxit/docker-registry-ui/issues/224)). - Can I use the UI with a docker hub mirror and show `library/*` images ? - Yes but it is at your own risk using two regstry servers, check the comment [#155](https://github.com/Joxit/docker-registry-ui/issues/155#issuecomment-1286052124). +- How to fix CORS issue on s3 bucket ? + - You should add a CORS Policy on your bucket, check the issue [#193](https://github.com/Joxit/docker-registry-ui/issues/193). Need more informations ? Try my [examples](https://github.com/Joxit/docker-registry-ui/tree/main/examples) or open an issue.