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/server/templates/layout
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
..
base.html Mount web UI under /ui (closes #123) 2026-05-23 18:16:28 +01:00
footer.html Mount web UI under /ui (closes #123) 2026-05-23 18:16:28 +01:00
header.html Mount web UI under /ui (closes #123) 2026-05-23 18:16:28 +01:00
styles.html Remove hard-coded ecosystems from templates 2026-03-11 17:25:47 +00:00