https://github.com/netbox-community/netbox-demo
A plugin for NetBox demo instances
https://github.com/netbox-community/netbox-demo
netbox-plugin
Last synced: 17 days ago
JSON representation
A plugin for NetBox demo instances
- Host: GitHub
- URL: https://github.com/netbox-community/netbox-demo
- Owner: netbox-community
- License: apache-2.0
- Created: 2021-12-07T19:12:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T19:59:43.000Z (12 months ago)
- Last Synced: 2025-03-21T08:05:34.232Z (about 1 month ago)
- Topics: netbox-plugin
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NetBox Demo Plugin
**WARNING:** This plugin is purposefully insecure. Do not install it.
This plugin serves to ease the administration of the public NetBox demo instance at . It performs the following tasks:
* Facilitate the automatic creation of new superuser accounts
* Prevent manipulation or deletion of the default admin user## Change Log
### v0.4
* Implement the automatic creation of unique user accounts
### v0.3
* Protect against changes to the admin user's name, password, or status
### v0.2
* Separate `pre_save` and `pre_delete` signal handlers
### v0.1
* Initial release