This container image contains a FastAPI application, which is the backend of netbox-plugin project.
10K+
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.
docker pull emersonfelipesp/proxbox-api:latest
docker run -d -p 8000:8000 --name proxbox-api emersonfelipesp/proxbox-api:latest
Content type
Image
Digest
sha256:5dc04914e…
Size
80.3 MB
Last updated
about 14 hours ago
docker pull emersonfelipesp/proxbox-api