Skip to content

A frontend for Octyne for simple remote administration.

License

Notifications You must be signed in to change notification settings

open-source-at-illinois/ecthelion

 
 

Repository files navigation

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.

About

A frontend for Octyne for simple remote administration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.8%
  • JavaScript 1.2%