Update startos/main.ts
Pass Fulcrum endpoint to Munin
This commit is contained in:
+6
-1
@@ -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: () =>
|
||||
|
||||
Reference in New Issue
Block a user