From efd0d98a47c39cb232f8a81eb1e95246e87ac75e Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Sat, 8 Aug 2026 13:13:16 +0000 Subject: [PATCH] Update startos/main.ts Pass Fulcrum endpoint to Munin --- startos/main.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/startos/main.ts b/startos/main.ts index cef2350..b30fefb 100644 --- a/startos/main.ts +++ b/startos/main.ts @@ -17,7 +17,12 @@ export const main = sdk.setupMain(async ({ effects }) => { }), 'munin-bitcoin-sub', ), - exec: { command: ['munin-bitcoin'] }, + exec: { + command: ['munin-bitcoin'], + env: { + MUNIN_FULCRUM_URL: 'tcp://fulcrum.startos:50001', + }, + }, ready: { display: i18n('Web Interface'), fn: () =>