mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
remove lan stuff
This commit is contained in:
committed by
Aiden McClelland
parent
68eccdb63c
commit
92c297648c
@@ -25,7 +25,6 @@ export function toInstalledPreview (f: AppInstalledFull): AppInstalledPreview {
|
||||
torAddress: f.torAddress,
|
||||
ui: f.ui,
|
||||
lanAddress: f.lanAddress,
|
||||
lanEnabled: f.lanEnabled,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +49,6 @@ export const bitcoinI: AppInstalledFull = {
|
||||
id: 'bitcoind',
|
||||
versionInstalled: '0.18.1',
|
||||
lanAddress: 'bitcoinLan.local',
|
||||
lanEnabled: true,
|
||||
title: 'Bitcoin Core',
|
||||
torAddress: '4acth47i6kxnvkewtm6q7ib2s3ufpo5sqbsnzjpbi7utijcltosqemad.onion',
|
||||
startAlert: 'Bitcoind could take a loooooong time to start. Please be patient.',
|
||||
@@ -71,7 +69,6 @@ export const bitcoinI: AppInstalledFull = {
|
||||
export const lightningI: AppInstalledFull = {
|
||||
id: 'c-lightning',
|
||||
lanAddress: 'lightningLan.local',
|
||||
lanEnabled: true,
|
||||
status: AppStatus.RUNNING,
|
||||
title: 'C Lightning',
|
||||
versionInstalled: '1.0.0',
|
||||
@@ -97,7 +94,6 @@ export const lightningI: AppInstalledFull = {
|
||||
export const cupsI: AppInstalledFull = {
|
||||
id: 'cups',
|
||||
lanAddress: 'cupsLan.local',
|
||||
lanEnabled: false,
|
||||
versionInstalled: '2.1.0',
|
||||
title: 'Cups Messenger',
|
||||
torAddress: 'sample-cups-tor-address.onion',
|
||||
|
||||
Reference in New Issue
Block a user