Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow upstream registry to be on HTTPS #1

Merged
merged 11 commits into from
Sep 22, 2023
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
hardillb committed Sep 22, 2023
commit ab18cf3dd4944f8c2637af845443f2dbfe76c3e0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The container takes the following Environment variables:

- PORT - Which port to listen on (defaults to `3000`)
- HOST - Which local IP Address to bind to (defaults to `0.0.0.0`)
- REGISTRY - A host and optional port number to connect to the NPM registry (defaults to `registry:4873`)
- REGISTRY - A host and optional port number to connect to the NPM registry (defaults to `http:https://registry:4873`)
- KEYWORD - The npm keyword to filter on (defaults to `node-red`)

It presents 2 HTTP endpoints
Expand Down Expand Up @@ -68,4 +68,4 @@ $ docker push private.example.com/catalogue
env:
- name: REGISTRY
value: 'registry:4873'
```
```