[gemini] feat: add proxy server to fix CORS issue (#512) #513

Merged
gemini merged 1 commits from gemini/issue-512 into main 2026-03-25 15:36:48 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
d41b5b30ed feat: add proxy server to fix CORS issue
Some checks failed
CI / validate (pull_request) Failing after 5s
Adds a simple Node.js express server to proxy requests to the Gitea API.
This avoids the CORS error that was happening in the frontend.

The following changes were made:
- Added a  file with the proxy server.
- Updated  with  and .
- Updated  to use the proxy.
- Created a  file to proxy API requests.
- Updated the  to a multi-stage build.
- Updated  to run the new container.

Fixes #512
2026-03-25 11:36:11 -04:00