Phase 4-5: build pipeline + device enrollment

Builder service (Mac mini):
- Build worker: xcodebuild archive + export + fastlane signing + upload to unraid
- /api/build/upload (source archive) and /api/build/git (clone) ingest paths
- SSE-streamed build logs, builds list UI, live status updates
- /api/devices/from-enrollment bridge endpoint (shared-secret auth)

Storefront (unraid):
- /enroll/ public flow: landing page, mobileconfig generator, callback parser
- Forwards extracted UDIDs to the Mac mini builder for ASC registration
- docker-compose.yml now passes BUILDER_URL and BUILDER_SHARED_SECRET

Updated CLAUDE.md with full architecture, deploy flow, and gotchas.
This commit is contained in:
trey
2026-04-11 14:04:32 -05:00
parent e9b6936904
commit 8dbe87da2e
14 changed files with 1203 additions and 44 deletions

View File

@@ -11,5 +11,7 @@ services:
- SESSION_SECRET=${SESSION_SECRET}
- BASE_URL=https://appstore.treytartt.com
- DATA_DIR=/data
- BUILDER_URL=${BUILDER_URL}
- BUILDER_SHARED_SECRET=${BUILDER_SHARED_SECRET}
volumes:
- /mnt/user/downloads/ios-appstore:/data