Skip to content

Commit

Permalink
document new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Baudon committed Nov 25, 2024
1 parent 24d1429 commit 8df6dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Check and, if you would like, change the following environment variables for the
| NEXUS_PORT | Port of Nexus OSS |
| NEXUS_PATH | [Context path](https://help.sonatype.com/en/configuring-the-runtime-environment.html#changing-the-context-path) of Nexus OSS. Only used if the Nexus is hosted behind a reverse proxy with a URL like `https://your_url.domain/nexus/`. If not defined, the base URI remains `/`. |
| ENTR_FALLBACK | If defined, don't use `entr` to check for allowlist updates (this will be less reactive but we have found `entr` to not work in some situations) |
| PYPI_REMOTE_URL | URL of the PYPI Remote repository (`https://pypi.org/` by default) |
| CRAN_REMOTE_URL | URL of the CRAN Remote repository (`https://cran.r-project.org/` by default) |
| APT_REMOTE_URL | URL of the APT Remote repository (`http://deb.debian.org/debian` by default) |
| APT_DISTRO | Name of the APT distribution (`bookworm` by default) |

Example allowlist files are included in the repository for [PyPI](allowlists/pypi.allowlist), [CRAN](allowlists/cran.allowlist) and [APT](allowlists/apt.allowlist).
The PyPI allowlist includes numpy, pandas, matplotlib and their dependencies.
Expand Down

0 comments on commit 8df6dc0

Please sign in to comment.