From 6168f6a7d0be7a675b5c7b32dd9b15823005cff7 Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 12 Aug 2026 11:57:23 -0400 Subject: [PATCH] =?UTF-8?q?fix(alby-hub):=20host=20port=208087=E2=86=92818?= =?UTF-8?q?7=20=E2=80=94=208087=20is=20netbird's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caught by the orchestrator's collision check on archi-dev-box. Co-Authored-By: Claude Fable 5 --- apps/alby-hub/manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/alby-hub/manifest.yml b/apps/alby-hub/manifest.yml index 997edd4b..bbb1b6ed 100644 --- a/apps/alby-hub/manifest.yml +++ b/apps/alby-hub/manifest.yml @@ -24,7 +24,7 @@ app: network_policy: bridge ports: - - host: 8087 + - host: 8187 container: 8080 protocol: tcp bind: 127.0.0.1 @@ -56,7 +56,7 @@ app: name: Web UI description: Alby Hub wallet interface type: ui - port: 8087 + port: 8187 protocol: http metadata: