forked from w3rkspacelabs/DAppNodePackage-Swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-wizard.yml
82 lines (78 loc) · 2.82 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
version: "2"
fields:
- title: Blockchain RPC Endpoint
id: swap-endpoint
description: >-
Ethereum blockchain endpoint used for on-chain activities. Specify a custom RPC endpoint, or install one of the following packages:
- Nethermind xDai [Install link](http://my.dappnode/#/installer/nethermind-xdai.dnp.dappnode.eth)
target:
type: environment
name: BEE_BLOCKCHAIN_RPC_ENDPOINT
service: bee
required: true
- title: ENS resolver RPC (Ethereum mainnet)
id: resolver-options
description: >-
Ethereum blockchain endpoint used for resolving ENS names. Specify a custom RPC endpoint, or install one of the following packages:
- Geth [Install link](http://my.dappnode/#/installer/geth.dnp.dappnode.eth)
- Erigon [Install link](http://my.dappnode/#/installer/erigon.dnp.dappnode.eth)
- Nethermind [Install link](http://my.dappnode/#/installer/nethermind.public.dappnode.eth)
target:
type: environment
name: BEE_RESOLVER_OPTIONS
service: bee
required: false
- title: Welcome message
id: welcome-message
description: A welcome message string sent during handshakes
target:
type: environment
name: BEE_WELCOME_MESSAGE
service: bee
- title: Full Node Mode
id: full-node
description: Enable the full node mode, if you remove this field, you will run the node in light mode, you can obtain more info about it in bee documentation https://docs.ethswarm.org/docs/access-the-swarm/light-nodes
target:
type: environment
name: BEE_FULL_NODE
service: bee
enum:
- "true"
- "false"
required: true
- title: Enable SWAP Incentives
id: enable-swap
description: SWAP bandwidth incentives allow for compensating bandwidth for serving data.
target:
type: environment
name: BEE_SWAP_ENABLE
service: bee
enum:
- "true"
- "false"
required: true
- title: Set target neighborhood
id: target-neighborhood
description: >-
Define a target neighbourhood in which to mine an overlay address. This is a complex undertaking, and it's recommended that you read the bee documentation https://docs.ethswarm.org/docs/bee/installation/install#set-target-neighborhood-optional
target:
type: environment
name: BEE_TARGET_NEIGHBORHOOD
service: bee
- title: Nuke database
id: nuke-db
description: >-
**DANGER**: Enabling this will nuke your localstore database
target:
type: environment
name: BEE_NUKE_DB
service: bee
enum:
- "true"
- "false"
- id: swarmDataMountpoint
target:
type: allNamedVolumesMountpoint
title: Storage data mountpoint
description: >-
Use this option if you want to store the Storage data in a separate drive. Make sure to have sufficient free space