You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ You can provide one or more of the following options in your ini file. Example:
203
203
name = My Nelson Node
204
204
cycleInterval = 60
205
205
epochInterval = 300
206
+
apiAuth = username:password
206
207
apiPort = 18600
207
208
apiHostname = 127.0.0.1
208
209
port = 16600
@@ -247,6 +248,7 @@ Some have additional short versions.
247
248
| --name | Name your node. This identifier will appear in API/webhooks and for your neighbors ||
248
249
| --neighbors, -n | space-separated list of entry Nelson neighbors ||
249
250
| --getNeighbors | Downloads a list of entry Nelson neighbors. If no URL is provided, will use a default URL (https://raw.githubusercontent.com/SemkoDev/nelson.cli/master/ENTRYNODES). If this option is not set, no neighbors will be downloaded. This option can be used together with ````--neighbors`` |false|
251
+
| --apiAuth| Add basic HTTP auth to API. Provide username and password in `user:pass` format||
250
252
| --apiPort, -a | Nelson API port to request current node status data|18600|
251
253
| --apiHostname, -o | Nelson API hostname to request current node status data. Default value will only listen to local connections|127.0.0.1|
252
254
| --port, -p | TCP port, on which to start your Nelson instance|16600|
0 commit comments