fix gitea oauth

This commit is contained in:
2026-07-28 18:49:30 -05:00
parent 48f7dad599
commit 7f24b64906
10 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ func (s *Server) handlePackageDownload(w http.ResponseWriter, r *http.Request) {
}
registryURL := joinURL(
s.cfg.GiteaURL,
s.cfg.GiteaInternalURL,
fmt.Sprintf(
"/api/packages/%s/generic/%s/%s/%s",
url.PathEscape(s.cfg.GiteaPackageOwner),