16 lines
1.1 KiB
Plaintext
16 lines
1.1 KiB
Plaintext
[LOGIN]
|
|
nodename = The NAMES of your node - this is what it will respond to when, for example, running a command - [COMMAND>MyNode]
|
|
username = The USERNAME of your node's Matrix account - username, NOT @username:example.not
|
|
password = The PASSWORD of your node's Matrix account
|
|
|
|
[MATRIX]
|
|
sysctlChannel = The CHANNEL ID of the Sysctl room
|
|
serverAddr = The SERVER ADDRESS of the Matrix server (i.e. matrix.org)
|
|
serverWebAddr = The WEB ADDRESS of the Matrix server (usually the same as serverAddr. I use this because I don't have hairpinning.)
|
|
admin = The username of the ADMINISTRATOR ACCOUNT - admin, NOT @admin:example.net
|
|
|
|
[NODES]
|
|
nodes = IP addresses of your nodes, separated with commas - 192.168.1.5,192.168.1.6,192.168.1.7 - THIS INCLUDES THE ONE THIS SCRIPT IS RUNNING ON
|
|
nodeNames = The NAMES of your nodes, separated with commas - NodeOne,NodeTwo,NodeThree - THIS INCLUDES THE ONE THIS SCRIPT IS RUNNING ON
|
|
nodeUsernames = The USERNAMES of your nodes, separated with commas - nodeone,nodetwo,nodethree - THIS INCLUDES THE ONE THIS SCRIPT IS RUNNING ON - nodeone NOT @nodeone:example.net
|