mirror of
https://github.com/git-pkgs/proxy.git
synced 2026-06-02 16:48:16 -04:00
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 |
||
|---|---|---|
| .. | ||
| browse_source.html | ||
| compare_versions.html | ||
| dashboard.html | ||
| install.html | ||
| package_show.html | ||
| packages_list.html | ||
| search.html | ||
| version_show.html | ||