1
0
Fork 1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-06-02 08:38:17 -04:00
pkg-proxy/internal
Andrew Nesbitt 4ea4d47b13
Mount web UI under /ui (closes #123)
The UI now lives under /ui so reverse proxies can apply different
access rules to it (e.g. require auth) while leaving the package
endpoints (/npm, /pypi, /v2, ...) open to build machines.

- GET / redirects to /ui/
- /api/browse and /api/compare move to /ui/api/browse and
  /ui/api/compare since only the browser JS calls them
- /health, /stats, /metrics, /openapi.json and /api/* stay at root
2026-05-23 18:16:28 +01:00
..
config Update Gradle cache with the configurable plugin support (#114) 2026-05-22 17:05:20 +01:00
database Add .golangci.yml and clear gocognit/goconst findings (#113) 2026-05-05 10:25:17 +01:00
enrichment Use shared github.com/git-pkgs/enrichment module 2026-02-06 10:37:00 +00:00
handler Update Gradle cache with the configurable plugin support (#114) 2026-05-22 17:05:20 +01:00
metrics Add storage backend probe to /health (closes #73) (#119) 2026-05-22 12:14:01 +01:00
mirror Apply 'go fmt' as suggested in CONTRIBUTING.md. 2026-04-18 07:43:22 -04:00
server Mount web UI under /ui (closes #123) 2026-05-23 18:16:28 +01:00
storage add Gradle Build Cache support with handler and tests (#87) 2026-05-04 11:15:16 +01:00