Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DRAFT

Note

This documentation is only valid for versions >= 5.9.0.

...

ecFlowUI can make use of multiple externally managed system server lists. A system server list is just a text file containing comma separated values like thiswhere each row is either a path to another system server list file or specifies a server (name, host and port with a space separator):

Code Block
name1,host1,path_to_another_system_server_list_file1
name1 host1 port1
name2, host2, port2
...

Servers from these lists are marked as "system" in ecFlowUI and represented by a different colour and icon decoration (in column "S") in the Manage servers dialogue (see server "demo2" in the snapshot below).

...