All notable changes to this project will be documented in this file.
ROOT_PATHenvironment variable for reverse proxy deployments (e.g., nginx proxy manager). Enables correct OpenAPI/Swagger URL generation when deployed at a path like/bfd9020.ENABLE_DOCSenvironment variable to control visibility of OpenAPI/Swagger documentation endpoints (/docs,/redoc,/openapi.json). Defaults tofalsefor security.- LICENSE file.
- Updated FastAPI initialization to support dynamic docs and OpenAPI URL configuration based on
ENABLE_DOCSenvironment variable. - Removed files from docker image (README)
- Updated documentation with reverse proxy configuration examples and environment variable reference.
- FastAPI service with X-ray classification endpoints (
/xray-info,/xray-class,/lateral-fliprot,/frontal-fliprot). - Browser-based endpoint tester (
BFD9020.html). - Dockerfile and docker-compose configuration for containerized deployment.
- GitHub Actions workflow to publish Docker images to GHCR on pushes to
mainand version tags.