From ae41c4e2eaf8e059d82dda0813bd1089a4ea95ab Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Wed, 16 Jul 2025 13:43:07 +0530 Subject: [PATCH] Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 335f0a5..7a972d2 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,12 @@ bun run dev - Override individual repository destinations in the table view - Starred repositories automatically go to a dedicated organization +## Troubleshooting + +### Reverse Proxy Configuration + +If using a reverse proxy (e.g., nginx proxy manager) and experiencing issues with JavaScript files not loading properly, try enabling HTTP/2 support in your proxy configuration. While not required by the application, some proxy configurations may have better compatibility with HTTP/2 enabled. See [issue #43](https://github.com/RayLabsHQ/gitea-mirror/issues/43) for reference. + ## Development ```bash