Sign inSign up

emersonfelipesp/proxbox-api

By emersonfelipesp

Updated about 14 hours ago

This container image contains a FastAPI application, which is the backend of netbox-plugin project.

Image
0

10K+

emersonfelipesp/proxbox-api repository overview

proxbox-api

proxbox-api is the FastAPI backend service for NetBox Proxbox.

It provides the API layer used by Proxbox to connect NetBox with Proxmox, enabling the plugin to exchange data with external services through a dedicated backend instead of embedding all integration logic directly inside NetBox.

This image is intended for self-hosted Proxbox deployments where you want to run the backend as a separate service.

What it does

  • Runs the Proxbox backend as a containerized FastAPI application
  • Acts as the service endpoint used by the NetBox Proxbox plugin
  • Supports integration workflows between NetBox and Proxmox
  • Can be deployed over HTTP or with the HTTPS mkcert image variant
  • Fits cleanly into Docker-based NetBox and Proxmox environments

Run the image

docker pull emersonfelipesp/proxbox-api:latest
docker run -d -p 8000:8000 --name proxbox-api emersonfelipesp/proxbox-api:latest

Tag summary

Content type

Image

Digest

sha256:5dc04914e

Size

80.3 MB

Last updated

about 14 hours ago

docker pull emersonfelipesp/proxbox-api