- Moved into docs/:
docs/postman/collection.json ← authelia-api.postman_collection.json
docs/postman/environment.json ← authelia-api.postman_environment.json
docs/postman-guide.md ← POSTMAN_GUIDE.md
docs/openapi.yml ← openapi.yml
docs/examples/bulk-request.json ← example_bulk_request.json
- Updated README.md with new paths and docs/ structure
- Updated .dockerignore to reflect new layout
- Removed stale pre-built binary from working tree
- Multi-stage Dockerfile (Authelia v4.39.20 + authelia-api binary)
- Entrypoint script with bootstrap, health monitoring, graceful shutdown
- docker-compose.yml for volume-based deployment
- Example config and user DB placeholder
- README updated with Docker deployment docs