fix: correct IndeedHub port mapping from 8190 to 7777

Backend metadata and manifest now match the actual running config
and the frontend port mapping.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-15 04:28:18 +00:00
parent 50f484b181
commit a6ab181136
3 changed files with 6 additions and 6 deletions

View File

@@ -137,8 +137,8 @@ impl DockerPackageScanner {
debug!("Using DWN server: http://localhost:3100");
Some("http://localhost:3100".to_string())
} else if app_id == "indeedhub" {
debug!("Using Indeehub: http://localhost:8190");
Some("http://localhost:8190".to_string())
debug!("Using IndeedHub: http://localhost:7777");
Some("http://localhost:7777".to_string())
} else if app_id == "mempool-electrs" || app_id == "electrs" {
// Electrs UI runs on host at port 50002
debug!("Using electrs-ui for mempool-electrs: http://localhost:50002");