Local API Gateway
Project info
A minimal API gateway running on a Pi that forwards requests to different local services (e.g. dashboard, scripts) and adds simple API key or basic auth so they can be accessed safely from one entry point.
What I contributed
Gateway design, routing rules, auth middleware, and deployment on Linux.