Node configuration via GUI
Step 1. Create node in UI and get secret key
Step 2. Install node and set its name and key in config (OR via env variables)
Step 3. Start node. The name now should be displayed in node list
Step 4. Edit node config file with sample service(s)
Use JSON format in GUI config
YAML is not supported now.
[
{
"command": "bash",
"env": {
"TERM": "xterm"
},
"inactivity_ttl": "0s",
"max_history_length": "0B",
"name": "bash-h1",
"save_history": true,
"tags": [
"bash",
"h1"
]
}
]