mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Updated Plugins (markdown)
parent
b76def2beb
commit
3d40870994
21
Plugins.md
21
Plugins.md
@ -2,29 +2,14 @@
|
||||
|
||||
[Plugins](https://netbox.readthedocs.io/en/stable/plugins/#plugins) are packaged Django apps that can be installed alongside NetBox to provide custom functionality not present in the core application. Plugins can introduce their own models and views, but cannot interfere with existing components. A NetBox user may opt to install plugins provided by the community or build his or her own.
|
||||
|
||||
Plugins are supported on NetBox v2.8 and later. As of v2.8, plugins are considered a beta feature.
|
||||
Plugins are supported on NetBox v2.8 and later.
|
||||
|
||||
* [Plugins Documentation](https://netbox.readthedocs.io/en/stable/plugins/#plugins)
|
||||
* [netbox-animal-sounds](https://github.com/netbox-community/netbox-animal-sounds) a reference plugin for developers to learn from
|
||||
|
||||
# Getting Featured
|
||||
# Publishing Plugins
|
||||
|
||||
If you want you plugin listed on this page, add the topic [netbox-plugin](https://github.com/topics/netbox-plugin) to your repository. For plugins to be listed here, they should be at least in working form. That will highlight the plugin to the NetBox maintainers, and we will get around to adding your plugin to this page.
|
||||
NetBox plugins published on GitHub should apply the [netbox-plugin](https://github.com/topics/netbox-plugin) topic. This will help interested users find new plugins.
|
||||
|
||||
# Plugin Support
|
||||
|
||||
Each plugin is not maintained by the NetBox core and are in varying states. Please open feature requests and other issues with the plugin project directly. If a developer needs to request a feature or bug fix for the plugins function within the core NetBox repository, they can do so as normally.
|
||||
|
||||
# Plugin Repositories
|
||||
|
||||
* [Dynamic DNS Connector for NetBox](https://github.com/sjm-steffann/netbox-ddns) - Dynamic DNS manager
|
||||
* [Interface Reordering](https://github.com/sjm-steffann/netbox-reorder) - Changes the interface ordering algorithm
|
||||
* [NetBox Onboarding Plugin](https://github.com/networktocode/ntc-netbox-plugin-onboarding) - Easily onboard new devices
|
||||
* [NetBox QR Code](https://github.com/k01ek/netbox-qrcode) - Generate QR codes for NetBox objects
|
||||
* [NetBox PDU Plugin](https://github.com/minitriga/axians-netbox-plugin-pdu) - Enables real-time PDU power polling in NetBox
|
||||
* [NetBox Plugin for SSO using SAML2](https://github.com/jeremyschulman/netbox-plugin-auth-saml2) - Supports integration with a SAML single sign-on (SSO) authentication system, such as Okta
|
||||
* [NetBox Topology Views Plugin](https://github.com/mattieserver/netbox-topology-views) - Draws topology views
|
||||
* [NetBox Virtual Circuit Plugin](https://github.com/vapor-ware/netbox-virtual-circuit-plugin) - Support for virtual circuit management
|
||||
* [NextBox UI Plugin](https://github.com/iDebugAll/nextbox-ui-plugin) - A topology visualization plugin powered by NextUI Toolkit
|
||||
* [Palo Alto Networks firewall/Panorama NetBox plugin](https://github.com/rodvand/netbox-paloalto) - List firewall rules (from a Palo Alto Networks firewall/Panorama) associated with a NetBox object
|
||||
* [vCenter integration plugin for NetBox](https://github.com/sjm-steffann/netbox-vcenter) - Shows live data from vCenter clusters in NetBox, making it easier for administrators to make sure that reality reflects what is documented in NetBox
|
||||
|
Loading…
Reference in New Issue
Block a user