Implement full Scanner Map plan: upstream stack, Docker-first, security, settings UI - #2
Draft
Dadud wants to merge 11 commits into
Draft
Implement full Scanner Map plan: upstream stack, Docker-first, security, settings UI#2Dadud wants to merge 11 commits into
Dadud wants to merge 11 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>
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
Implements the full Scanner Map review plan on a unified codebase: upstream PR stack poisonednumber#9–poisonednumber#14 (runtime settings integration), fork hardening overlays, Docker-first deployment, pluggable local transcription backends, and expanded admin settings UI with the map app's terminal green theme.
Upstream stack integration
architecture/runtime-settings-integration(PRs Add contributor setup files and stop tracking .env poisonednumber/Scanner-map#9–Integrate runtime settings across setup, webserver, and bot poisonednumber/Scanner-map#14 stack)src/layout: config, DB migrations, settings service, jobs, ingestion adapters/setupand/settingsadmin consoles with runtime config precedence (SQLite →.env→ defaults)Docker-first install (PR #16 scope)
core,whisper,qwen,toneunderdocker/core,local-whisper,local-qwen,tone-detect,ollama,fulldocker-compose.gpu.yml.github/workflows/docker-publish.yml)unraid/scanner-map.xml,scanner-map-gpu.xml)npm run setup/npm run doctorfor native devTranscription backends (PR #17 scope)
transcription/router.py,transcribe.py)faster-whisper,qwen3-asr(transformers/vLLM)localTranscriptionBackend,qwenAsrModel,qwenAsrBackend,qwenAsrLanguage,enableToneDetectionSettings UI (PR poisonednumber#15 scope)
public/css/console.css/settingssections: General, Discord, Ingestion, Transcription, Storage & AI, Diagnosticspublic/css/settings.csspublic/js/admin-settings.jsSecurity & stability overlays
src/auth/apiKeyValidation.js)src/routes/geocodeProxy.js)express-rate-limit)/audio/:idwhenENABLE_AUTH=truesrc/transcription/queue.js)src/polling/callPoller.js)clearMarkers(); category sidebar XSS hardening005_create_transcription_indexes)Testing
npm test— 36 tests passingnpm run check:syntax— all entrypoints passQuick start