Add subspace-tv FastAPI service with Unraid deployment

Includes FastAPI application with device authentication, Docker configuration,
Bruno API tests, and git-based deployment scripts for Unraid.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michael Simard
2026-01-22 09:22:32 -06:00
parent 171d55bd4e
commit 57ad4b0f33
21 changed files with 904 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
vars {
baseUrl: http://localhost:8000
}

View File

@@ -0,0 +1,3 @@
vars {
baseUrl: https://your-production-server.com:8000
}