File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
secure-registry/verdaccio Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,10 @@ storage: ./storage
33uplinks :
44 npmjs :
55 url : https://registry.npmjs.org/
6- malware :
7- url : ${VERDACCIO_MALWARE_UPLINK_URL:-http://verdaccio-malware:4875/}
6+ # No malware uplink in Docker/Kubernetes; malware registry is only used
7+ # in dedicated local dev/test setups.
88
99packages :
10- ' @malware/* ' :
11- access : $authenticated
12- publish : $authenticated
13- proxy : malware
1410 ' @*/* ' :
1511 access : $authenticated
1612 publish : $authenticated
Original file line number Diff line number Diff line change @@ -3,16 +3,10 @@ storage: ./storage
33uplinks :
44 npmjs :
55 url : https://registry.npmjs.org/
6- malware :
7- # Malware Verdaccio instance runs as a separate service on the same
8- # Docker/Kubernetes network. Use env VAR to allow overriding.
9- url : ${VERDACCIO_MALWARE_UPLINK_URL:-http://verdaccio-malware:4875/}
6+ # No malware uplink in Docker/Kubernetes; malware registry is only used
7+ # in dedicated local dev/test setups.
108
119packages :
12- ' @malware/* ' :
13- access : $authenticated
14- publish : $authenticated
15- proxy : malware
1610 ' @*/* ' :
1711 access : $authenticated
1812 publish : $authenticated
You can’t perform that action at this time.
0 commit comments