incorporates and implements mobile build service functionality.

This commit is contained in:
2026-07-08 15:02:22 -07:00
parent 7869574fe2
commit 2c66a802c0
12 changed files with 491 additions and 23 deletions
+15
View File
@@ -27,3 +27,18 @@ API_UPSTREAM=http://api:8000
# "http://yourhost:8000" — direct mode: browser calls the API container directly (CORS required).
# Use direct mode when an external ingress layer (e.g., TrueNAS middleware) breaks the nginx proxy chain.
API_PUBLIC_URL=""
# ── Mobile Build (Android — Flutter build container) ────────────────
# The build container runs alongside api/frontend in the same docker-compose project.
# The api container SSHes directly into the build container over the Docker network.
# Default is "build" (the docker-compose service name) — usually no override needed.
# KMTN_FLUTTER_BUILD_HOST=build
# Git repository URL for the Flutter project (cloned inside the build container)
# KMTN_FLUTTER_PROJECT_REPO_URL=http://192.168.1.74:30008/kfj001/kryz-go-flutter.git
# Project directory inside the build container (tilde expands to /home/vscode)
# KMTN_FLUTTER_PROJECT_DIR=~/kryz-go-flutter
# Glob pattern to find the built APK inside the build container
# KMTN_FLUTTER_APK_GLOB=~/kryz-go-flutter/build/app/outputs/flutter-apk/app-*.apk