1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 06:14:53 +01:00
gitea/routers
KN4CK3R 0c8ce71188
Make NuGet service index publicly accessible (#21242)
Addition to #20734, Fixes #20717

The `/index.json` endpoint needs to be accessible even if the registry
is private. The NuGet client uses this endpoint without
authentification.

The old fix only works if the NuGet cli is used with `--source <name>`
but not with `--source <url>/index.json`.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2022-09-24 23:17:08 +08:00
..
api Make NuGet service index publicly accessible (#21242) 2022-09-24 23:17:08 +08:00
common
install
private
utils
web
init.go