/ecthelion

A frontend for Octyne for simple remote administration.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

ecthelion

A frontend for Octyne.

Configuration

Create a config.json in the top level of the project and then add the following content:

{
  "ip": "<insert absolute (with http) IP to Octyne>:<port, use 42069 if unsure>",
  "nodes": {
    "<name of node>": "<IP to node>"
  }
}

The ip field is required, nodes field is unrequired.

Note: port 42069 should be open on your server, with the IP not having / at the end.