{"id":24639412,"url":"https://github.com/netboxlabs/netbox-proxmox-automation","last_synced_at":"2026-01-24T22:01:37.386Z","repository":{"id":269481699,"uuid":"812035426","full_name":"netboxlabs/netbox-proxmox-automation","owner":"netboxlabs","description":"NetBox event driven automation for Proxmox","archived":false,"fork":false,"pushed_at":"2026-01-17T16:52:53.000Z","size":11363,"stargazers_count":86,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-18T15:14:41.841Z","etag":null,"topics":["automation","awx","awx-ansible","flask-application","netbox","network","proxmox"],"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/netboxlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-07T20:21:50.000Z","updated_at":"2026-01-17T16:49:05.000Z","dependencies_parsed_at":"2025-02-08T19:29:06.986Z","dependency_job_id":"7c0e60a0-6ed7-4cad-9a19-e93bddbe2779","html_url":"https://github.com/netboxlabs/netbox-proxmox-automation","commit_stats":null,"previous_names":["netboxlabs/netbox-proxmox-automation"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/netboxlabs/netbox-proxmox-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netboxlabs%2Fnetbox-proxmox-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netboxlabs%2Fnetbox-proxmox-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netboxlabs%2Fnetbox-proxmox-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netboxlabs%2Fnetbox-proxmox-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netboxlabs","download_url":"https://codeload.github.com/netboxlabs/netbox-proxmox-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netboxlabs%2Fnetbox-proxmox-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","awx","awx-ansible","flask-application","netbox","network","proxmox"],"created_at":"2025-01-25T11:11:29.004Z","updated_at":"2026-01-24T22:01:37.113Z","avatar_url":"https://github.com/netboxlabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netbox-proxmox-automation\n\n## Clone and step into the repo\n\n```\n# git clone https://github.com/netboxlabs/netbox-proxmox-automation/\n# cd netbox-proxmox-automation\n```\n\n## Install required python packages\n\n```\n# python3 -m venv venv\n# source venv/bin/activate\n(venv) # pip install -r requirements.txt\n```\n\n## Run mkdocs\n\n```\n(venv) # mkdocs serve\nINFO    -  Building documentation...\nINFO    -  Cleaning site directory\nINFO    -  The following pages exist in the docs directory, but are not included in the \"nav\" configuration:\n             - Administration Console/console-overview.md\n             - NetBox Cloud/getting-started-with-nbc.md\nINFO    -  Documentation built in 0.75 seconds\nINFO    -  [13:37:39] Watching paths for changes: 'docs', 'mkdocs.yml'\nINFO    -  [13:37:39] Serving on http://127.0.0.1:8000/\n```\n\n## :warning:\n\nIf you see errors like this...\n\n\u003e ERROR   -  Config value 'theme': Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs\n\u003e ERROR   -  Config value 'markdown_extensions': Failed to load extension 'pymdownx.tabbed'.\n\u003e            ModuleNotFoundError: No module named 'pymdownx'\n\n Try uninstalling `mkdocs` from your package manager, (e.g. `brew uninstall mkdocs`) and just using the version installed by `pip`. It seems that `mkdocs` doesn't like it when you've installed it using different methods.\n\n# What's New in 2025.11.X\n  - Switches to calendar (as opposed to semantic) versioning\n  - Adds Proxmox cluster and node(s) discovery through a new convenience script\n  - Adds Proxmox VM migration to alternate Proxmox node(s) through events\n  - Adds [NetBox Branching](https://netboxlabs.com/docs/extensions/branching/) support for Proxmox node and VM discovery\n  - Refactors how branching and SSL options are handled\n  - Adds --debug option to convenience scripts\n\n# System Requirements\n  - NetBox 4.2 or newer.  This is because of a change to mac address modeling, which is imcompatible with previous versions of the NetBox API.\n  - Proxmox 8.x.  Proxmox 9.x has not yet been tested (YMWV).\n  - Python 3.12 or newer on the system where you are running NetBox (this is effectively also a dependency with NetBox 4.4 and certain plugins).\n\n# Developers\n- Nate Patwardhan \u0026lt;npatwardhan@netboxlabs.com\u0026gt;\n\n# Known Issues / Roadmap\n\n## Known Issues\n- Might not support Proxmox v9 as of yet\n- Can't map all interface types/speeds to NetBox interface objects, so defaults to 'other' if not able to be mapped\n- *Only* supports SCSI disk types (this is possibly fine as Proxmox predomininantly provisions disks as SCSI)\n- LXC migration is not supported for myriad reasons\n- Proxmox \"tags\" are not supported (seeking community feedback around use cases)\n\n## Roadmap -- Delivery\n- Use of NetBox Custom Objects for NetBox \u003e 4.4\n- DNS update support via gss-tsig (requires NetBox `netbox-dns` plugin)\n- Integration with NetBox Discovery/Assurance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetboxlabs%2Fnetbox-proxmox-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetboxlabs%2Fnetbox-proxmox-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetboxlabs%2Fnetbox-proxmox-automation/lists"}