-
Notifications
You must be signed in to change notification settings - Fork 19
/
setup-wizard.yml
93 lines (76 loc) · 3.13 KB
/
setup-wizard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
version: "2"
fields:
- id: mountpoints
title: Mountpoints
description: Set mountpoints
target:
type: allNamedVolumesMountpoint
- id: updater_eth
title: Ethereum node url
description: >-
BrightID Node updater needs access to a synchronized Ethereum mainnet node.
You can either run your own node or use a service like infura.
Examples:
- Geth `ws://geth.dappnode:8546` - [Install link](http://my.dappnode/#/installer/geth.dnp.dappnode.eth)
- Erigon `http://rpcdaemon.erigon.dappnode:8545` - [Install link](http://my.dappnode/#/installer/erigon.dnp.dappnode.eth)
- Nethermind `http://nethermind.public.dappnode:8545` - [Install link](http://my.dappnode/#/installer/nethermind.public.dappnode.eth)
- Remote node (example URL) `https://remote-node-provider.io`
target:
type: environment
name: BN_UPDATER_MAINNET_WSS
service: updater
required: true
- id: idc
title: IDChain node url
description: >-
BrightID node needs access to an IDChain node.
- IDChain on DAppNode: `ws://idchain.public.dappnode:8546` - [Install link](http://my.dappnode/#/installer/idchain.public.dappnode.eth)
- Remote node (example URL): `https://remote-node-provider.io`
target:
type: environment
name: BN_UPDATER_IDCHAIN_WSS
service: [updater, consensus_sender, consensus_receiver]
required: true
- id: idc_rpc
title: IDChain node RPC url
description: >-
BrightID node needs access to an IDChain node.
- IDChain on DAppNode: `http://idchain.public.dappnode:8545` - [Install link](http://my.dappnode/#/installer/idchain.public.dappnode.eth)
- Remote node (example URL): `https://remote-node-provider.io`
target:
type: environment
name: BN_CONSENSUS_IDCHAIN_RPC_URL
service: [consensus_sender, consensus_receiver, updater]
- id: updater_seedgroups_url
title: Updater Seedgroups node url
description: >-
BrightID node updater needs access to an IDChain node.
- IDChain on DAppNode: `ws://idchain.public.dappnode:8546` - [Install link](http://my.dappnode/#/installer/idchain.public.dappnode.eth)
- Remote node (example URL): `https://remote-node-provider.io`
target:
type: environment
name: BN_UPDATER_SEED_GROUPS_WS_URL
service: updater
required: true
- id: consensus_sender_private_key
title: Private key of consensus sender account
description: >-
Provide the private key of an IDChain account that will submit BrightID operations to IDChain. Required
if you want to provide a public API service and/or connect clients with your endpoint.
Make sure the account has a sufficient EIDI balance.
required: false
secret: true
target:
type: environment
name: BN_CONSENSUS_PRIVATE_KEY
service: [consensus_sender, ws]
- id: peers
title: "other nodes that this node trusts (comma-separated string)"
description: >-
Provide a list of BrightID Node instances that you are trusting.
required: false
secret: false
target:
type: environment
name: BN_PEERS
service: ws