mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-20 13:04:20 +01:00
added prompt for proxy_data
This commit is contained in:
@@ -35,11 +35,12 @@ module.exports = {
|
||||
}]
|
||||
},
|
||||
{
|
||||
when: function(props) { return installerDocker(props) && props.bitcoin_mode === 'internal' },
|
||||
type: 'confirm',
|
||||
name: 'bitcoin_expose',
|
||||
default: utils._getDefault( 'bitcoin_expose' ),
|
||||
message: 'Expose bitcoin full node outside of the docker network?'+'\n',
|
||||
when: installerDocker,
|
||||
type: 'input',
|
||||
name: 'proxy_datapath',
|
||||
default: utils._getDefault( 'proxy_datapath' ),
|
||||
validate: utils._pathValidator,
|
||||
message: 'Where to store your proxy db?'+'\n',
|
||||
},
|
||||
{
|
||||
when: function(props) { return installerDocker(props) && props.bitcoin_mode === 'internal' },
|
||||
@@ -57,6 +58,13 @@ module.exports = {
|
||||
validate: utils._pathValidator,
|
||||
message: 'Where is your lightning node data?'+'\n',
|
||||
},
|
||||
{
|
||||
when: function(props) { return installerDocker(props) && props.bitcoin_mode === 'internal' },
|
||||
type: 'confirm',
|
||||
name: 'bitcoin_expose',
|
||||
default: utils._getDefault( 'bitcoin_expose' ),
|
||||
message: 'Expose bitcoin full node outside of the docker network?'+'\n',
|
||||
},
|
||||
{
|
||||
when: installerLunanode,
|
||||
type: 'confirm',
|
||||
|
||||
Reference in New Issue
Block a user