{"id":18307570,"url":"https://github.com/netbox-community/netbox-reorder-rack","last_synced_at":"2025-04-05T17:32:00.631Z","repository":{"id":227507591,"uuid":"771493889","full_name":"netbox-community/netbox-reorder-rack","owner":"netbox-community","description":"NetBox plugin to allow users to reorder devices within a rack using a drag and drop UI. ","archived":false,"fork":false,"pushed_at":"2024-05-28T14:52:03.000Z","size":1533,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-05-29T06:25:55.174Z","etag":null,"topics":["netbox","netbox-cloud","netbox-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netbox-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-13T12:00:11.000Z","updated_at":"2024-05-29T06:26:06.684Z","dependencies_parsed_at":null,"dependency_job_id":"913f973c-2e3a-4339-9abc-4bdbb8bad0bd","html_url":"https://github.com/netbox-community/netbox-reorder-rack","commit_stats":null,"previous_names":["minitriga/netbox-reorder-rack","netbox-community/netbox-reorder-rack"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-reorder-rack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-reorder-rack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-reorder-rack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netbox-community%2Fnetbox-reorder-rack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netbox-community","download_url":"https://codeload.github.com/netbox-community/netbox-reorder-rack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247374869,"owners_count":20928904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netbox","netbox-cloud","netbox-plugin"],"created_at":"2024-11-05T16:04:44.935Z","updated_at":"2025-04-05T17:32:00.625Z","avatar_url":"https://github.com/netbox-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"docs/img/reorder-rack.svg\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eNetbox Reorder Rack Plugin\u003c/h1\u003e\n\n![Version](https://img.shields.io/pypi/v/netbox-reorder-rack) ![Downloads](https://img.shields.io/pypi/dm/netbox-reorder-rack)\n\nAllow the ability to reorder rack units in NetBox using a drag and drop interface.\n\n![Reorder Rack](docs/img/netbox-reorder-rack.gif)\n\n\u003e If there are any issues feel free to create an [Issue](https://github.com/minitriga/netbox-reorder-rack/issues) or feel free to contact me directly on Slack in the [NetDev](https://netdev.chat/) community.\n\n## Installation\n\n**_NOTE:_** For docker please see: [Docker install](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins)\n\nThe plugin is available as a Python package and can be installed with pip.\n\nRun the following commands to install the required package after activating the virtual environment:\n\n```shell\nsource /opt/netbox/venv/bin/activate\npip install netbox-reorder-rack\n```\n\nTo ensure the plugin is automatically re-installed during future upgrades, create a file named `local_requirements.txt` (if it does not exist already) in the NetBox root directory (alongside `requirements.txt`) and list the `netbox-reorder-rack` package:\n\n```shell\necho netbox-reorder-rack \u003e\u003e local_requirements.txt\n```\n\nOnce installed, the plugin needs to be enabled in your `configuration.py`\n\n```python\n# In your configuration.py\nPLUGINS = [\"netbox_reorder_rack\"]\n```\n\nYou may need to collect static files and restart NetBox for the plugin to be properly installed.\n\n```shell\npython3 manage.py collectstatic --no-input\nsystemctl restart netbox\n```\n\n\n## Compatibility Matrix\n\n| netbox version | plugin version |\n| -------------- | ----------------------------- |\n| v4.1.x         | v1.1.3                      |\n| v4.0.x         | v1.1.3                      |\n| \u003c= 4.0.0       | v1.0.0                      |\n\n## Dependencies\nPython:\n  - None\n\nJavascript:\n  - Gridstack (Currently running same versions as Netbox)\n  - Bootstrap (Currently running same versions as Netbox)\n\n### Update\n\nTo update the plugin, you need to update the package and restart NetBox.\n\n```shell\nsource /opt/netbox/venv/bin/activate\npip install netbox-reorder-rack\npython3 manage.py collectstatic --no-input\nsystemctl restart netbox\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbox-community%2Fnetbox-reorder-rack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetbox-community%2Fnetbox-reorder-rack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetbox-community%2Fnetbox-reorder-rack/lists"}