Expand settings UI coverage and add TrunkRecorder channel sync - #3
Draft
Dadud wants to merge 13 commits into
Draft
Expand settings UI coverage and add TrunkRecorder channel sync#3Dadud wants to merge 13 commits into
Dadud wants to merge 13 commits into
Conversation
…(resolve conflicts favoring architecture modules) Co-authored-by: Kyle B <Dadud30@gmail.com>
…ttings UI Merge upstream architecture/runtime-settings-integration and port fork hardening overlays: API key fingerprint validation, geocode proxy, rate limits, unified polling, transcription queue facade, and WaveSurfer cleanup. Add Docker-first deployment with core/whisper/qwen/tone images, Compose profiles, GHCR publish workflow, and Unraid CA templates. Introduce pluggable local transcription backends (faster-whisper, Qwen3-ASR) with profile-based Python requirements. Expand /settings and /setup with terminal green console theme, extract shared settings CSS, and add npm run setup/doctor for native dev installs. Co-authored-by: Kyle B <Dadud30@gmail.com>
- Surface missing .env settings in /settings with source badges (env/sqlite/default) - Add two-tone dispatch, ports, session, Python, and admin password fields - Apply SQLite runtime settings to process.env on bot startup - Import TrunkRecorder config.json: systems, control channels, conventional channels, and talkgroups (analog/digital mode from CSV) - Geocoding tab for per-talkgroup location hints from DB - Auto-learn talkgroups from upload metadata; optional startup TR sync Co-authored-by: Kyle B <Dadud30@gmail.com>
Allow importing TR config without shared filesystem: paste or upload config.json plus talkgroup/channel CSVs via Settings or POST /api/radio/import-trunk-recorder with JSON or multipart form data. Co-authored-by: Kyle B <Dadud30@gmail.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses settings UI gaps and TrunkRecorder integration — including remote config import without shared storage.
Settings UI
env/sqlite/default)process.envon startupTrunkRecorder import
Remote upload (new — no shared PC/storage)
Settings → Radio / TR → Remote upload:
config.jsontalkgroupsFile/channelFileAPI options:
POST /api/radio/import-trunk-recorderwith JSON{ config, files: { "ChanList.csv": "..." } }multipart/form-data(configfield + CSV file parts)Local path (unchanged)
Import from filesystem path when TR and Scanner Map share a mount.
Call ingestion (unchanged, already remote)
TR upload plugin →
POST http://<scanner-map>:3306/api/call-uploadTesting