Initial: Homelab Butler API proxy

This commit is contained in:
sascha 2026-04-18 10:03:05 +02:00
commit b1aa6671e2
6 changed files with 259 additions and 0 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
httpx
fastapi
uvicorn[standard]