ffddorf / ffddorf/netbox-vault-secrets
This plugin is not displayed in ui
Open
- Dominant language
- TypeScript
- Stars
- 75
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.