App to deploy new image versions to Docker containers managed through NetBox.
docker run -d -v netbox-docker-image-upgrade:/data \
-p 1880:1880 --name netbox-docker-image-upgrade \
saashup/netbox-docker-image-upgradeSet PUBLIC_IMAGE=true or PUBLIC_IMAGE=1 to allow any signed-in user to order or enroll images. When PUBLIC_IMAGE is unset, false, or 0, only emails listed in ADMIN_ALLOWED_EMAILS can order or enroll images.
- Authentication
- Config profiles
- Public website APIs
- Registry webhooks
- Operations
- Testing
- Contributing
npm ci
npm run devnpm test