Update startos/main.ts

Pass Fulcrum endpoint to Munin
This commit is contained in:
2026-08-08 13:13:16 +00:00
parent 13005d6551
commit efd0d98a47
+6 -1
View File
@@ -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: () =>