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

This plugin is not displayed in ui #48

Open
nikolasj opened this issue Sep 5, 2022 · 0 comments
Open

This plugin is not displayed in ui #48

nikolasj opened this issue Sep 5, 2022 · 0 comments

Comments

@nikolasj
Copy link

nikolasj commented Sep 5, 2022

I added this plugin to netbox. I added config

In configuration.py

PLUGINS = ["netbox_dns", "netbox_bgp", "netbox_vault_secrets"]

PLUGINS_CONFIG = {
  "netbox_vault_secrets": {
    "api_url": "https://my.ru",
  }
}
COPY configuration/configuration.py /etc/netbox/config/configuration.py
RUN /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input

But in netbox I can't see this plugin. netbox v3.2.5
There are no errors in the logs. How can I check or understand what is wrong?

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

1 participant