I want to use a private registry from https://registry.npmjs.org with an access_token. How do I need to configure this?
Posts made by falk.winkler_2111
-
how can use a feed from npmjs.com with access_token
-
RE: Licensing Violations on 6.0.2
hi,
I had in the proxy configuration both allowed, ssl and non ssl. The Web.BaseUrl must be make empty. All self connector using http://localhost as base url.
-
RE: Licensing Violations on 6.0.2
Hi,
this is with the same settings as the proget and traefik.
IP: 127.0.0.1
IP: fe80::64d1:bbf:13a4:93e7
IP: 172.24.56.32
RemoteAddr: 172.24.60.66:61093
GET / HTTP/1.1
Host: whoami.develop.plano
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate, br
Accept-Language: de-DE,de;q=0.9,en-US;q=0.8,en;q=0.7
Sec-Ch-Ua: " Not A;Brand";v="99", "Chromium";v="96", "Google Chrome";v="96"
Sec-Ch-Ua-Mobile: ?0
Sec-Ch-Ua-Platform: "Windows"
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
X-Forwarded-For: 10.128.5.241
X-Forwarded-Host: whoami.develop.plano
X-Forwarded-Port: 443
X-Forwarded-Proto: https
X-Forwarded-Server: bfc63359bdb4
X-Real-Ip: 10.128.5.241 -
RE: Licensing Violations on 6.0.2
All Connectors using now http://localhost. The Ip 10.128.9.4 it's the Address from the dockerhost.
-
Licensing Violations on 6.0.2
Hi,
we using Proget 6.0.2 Windows in a Windows Container based 'mcr.microsoft.com/dotnet/framework/aspnet:4.8-windowsservercore-ltsc2019' with Traefik as reverse proxy. We having many 'Licensing Violations' on the Self Connetor'. This is the same with the original Linux Docker Container with a Jwilder-nginx-proxy.
How we can fixing that?