We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I added this plugin to netbox. I added config
In configuration.py
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?
The text was updated successfully, but these errors were encountered: