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

Recommended way to install plugins #135

Closed
redzioch opened this issue Jan 20, 2023 · 4 comments
Closed

Recommended way to install plugins #135

redzioch opened this issue Jan 20, 2023 · 4 comments

Comments

@redzioch
Copy link

Is there any recommended way to install plugins?

Browsing through docs I found values for plugin config, but I understand, that I still need to deploy plugin code itself.

Should I create custom docker image like documented in Netbox docs or maybe there is better way? https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins#custom-docker-file

@remram44
Copy link

That's the way I use, instructions for the Docker image apply to Helm.

@bootc bootc pinned this issue Feb 12, 2023
@bootc
Copy link
Member

bootc commented Feb 12, 2023

The recommended way to deploy plugins in NetBox with this Helm chart, and with the upstream Docker image that it uses, is to build your own image that includes the plugin(s) and all their dependencies.

@bootc bootc closed this as completed Feb 12, 2023
@ybizeul
Copy link

ybizeul commented Jul 30, 2023

Sorry for reviving an old issue, what about having a way to do it in a unit container ? Maybe already possible ?

@remram44
Copy link

That's not the container way. Code should be in the image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants