# Nexus Bundler for Hoppr
The Nexus Bundler is a plug-in for [Hoppr](https://gitlab.com/lmco/hoppr/hoppr) to package the collected artifacts into an existing Nexus instance.
## Configuration
The following fields are supported values for configuring this plugin (in the Hoppr transfer configuration file):
| Option | Description | Default |
| ------ | ------ |------|
|url| The URL for the Nexus API | Port 8081 on the server specified by the NEXUS_IP environment variable, using an `http://` schema |
|username| User name to be used to access the Nexus instance | `admin` |
|password_env| Envirionment variable containing the password to access the Nexus instance with the above username | `NEXUS_PW`|
|docker_url| URL to be used to access the docker repository on the Nexus instance. | Port 5000 on the server specified by the NEXUS_IP environment variable, using an `http://` schema |
|docker_port| Port on which the Nexus instance should listen for docker requests | `5000` |
|force_http| Indicates whether docker requests should be accessed using the `http://` or `https://` url schema. |`False` (docker requests must be made using `https://`) |
**Note**: At this time, the Nexus Bundler only supports a single Docker repository per Nexus instance
**Note**: The port of the `docker_url` may differ from that specified by `docker_port` because of port forwarding (for example, if Nexus is run as a docker image). `docker_port` is the port used internally by Nexus.
For example, if Nexus is run as a docker image via `docker run -p 1701:5000 sonatype/nexus3:3.40.1` then the `docker_port` would be `5000`, and the `docker_url` would be something like `https://myserver.com:1701/`.
Raw data
{
"_id": null,
"home_page": "https://hoppr.dev/",
"name": "hoppr-nexus-bundler",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "hoppr,plugin,nexus",
"author": "LMCO Open Source",
"author_email": "open.source@lmco.com",
"download_url": "https://files.pythonhosted.org/packages/40/a7/ec6fce2e453b7be831c9d0925e020255a90a57ea214dc4c2fa4b64ce9345/hoppr_nexus_bundler-0.5.2.tar.gz",
"platform": null,
"description": "# Nexus Bundler for Hoppr\n\nThe Nexus Bundler is a plug-in for [Hoppr](https://gitlab.com/lmco/hoppr/hoppr) to package the collected artifacts into an existing Nexus instance.\n\n## Configuration\n\nThe following fields are supported values for configuring this plugin (in the Hoppr transfer configuration file):\n\n\n| Option | Description | Default |\n| ------ | ------ |------|\n|url| The URL for the Nexus API | Port 8081 on the server specified by the NEXUS_IP environment variable, using an `http://` schema |\n|username| User name to be used to access the Nexus instance | `admin` |\n|password_env| Envirionment variable containing the password to access the Nexus instance with the above username | `NEXUS_PW`|\n|docker_url| URL to be used to access the docker repository on the Nexus instance. | Port 5000 on the server specified by the NEXUS_IP environment variable, using an `http://` schema |\n|docker_port| Port on which the Nexus instance should listen for docker requests | `5000` |\n|force_http| Indicates whether docker requests should be accessed using the `http://` or `https://` url schema. |`False` (docker requests must be made using `https://`) |\n\n**Note**: At this time, the Nexus Bundler only supports a single Docker repository per Nexus instance\n\n**Note**: The port of the `docker_url` may differ from that specified by `docker_port` because of port forwarding (for example, if Nexus is run as a docker image). `docker_port` is the port used internally by Nexus.\n\nFor example, if Nexus is run as a docker image via `docker run -p 1701:5000 sonatype/nexus3:3.40.1` then the `docker_port` would be `5000`, and the `docker_url` would be something like `https://myserver.com:1701/`.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Plug-in for Hoppr to bundle artifacts into a Nexus Repository",
"version": "0.5.2",
"project_urls": {
"Homepage": "https://hoppr.dev/",
"Repository": "https://gitlab.com/-/ide/project/lmco/hoppr/plugins/hoppr-nexus-bundler"
},
"split_keywords": [
"hoppr",
"plugin",
"nexus"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2ba4242ad7d5530a681e5406003890c4f36f441a373750f35a77febcc06411af",
"md5": "aef4808c1d98475f6076a3554dd25e8a",
"sha256": "8294d89a74ce810d021c67c981a5cb275e9390d1453800de7e24c59b5a9dbbf5"
},
"downloads": -1,
"filename": "hoppr_nexus_bundler-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aef4808c1d98475f6076a3554dd25e8a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 20509,
"upload_time": "2023-08-01T22:06:50",
"upload_time_iso_8601": "2023-08-01T22:06:50.555148Z",
"url": "https://files.pythonhosted.org/packages/2b/a4/242ad7d5530a681e5406003890c4f36f441a373750f35a77febcc06411af/hoppr_nexus_bundler-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40a7ec6fce2e453b7be831c9d0925e020255a90a57ea214dc4c2fa4b64ce9345",
"md5": "bea9294327dd69f3464b641fe630ecbd",
"sha256": "e2dea1b94f8a98e2f642adbaf0b98adfa9b1ccd2594c295a81075c4648a385cc"
},
"downloads": -1,
"filename": "hoppr_nexus_bundler-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "bea9294327dd69f3464b641fe630ecbd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 12440,
"upload_time": "2023-08-01T22:06:52",
"upload_time_iso_8601": "2023-08-01T22:06:52.032108Z",
"url": "https://files.pythonhosted.org/packages/40/a7/ec6fce2e453b7be831c9d0925e020255a90a57ea214dc4c2fa4b64ce9345/hoppr_nexus_bundler-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-01 22:06:52",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "-",
"gitlab_project": "ide",
"lcname": "hoppr-nexus-bundler"
}