doors.toml
Contains a array of door
lives in the data path
Example:
[[door]]
key = "WORDELLE"
name = "Wordelle"
script = "/home/andrew/doors/wordelle/wordelle.sh"
category = "Games"
- key a key to use to execute this door via javascript.
- name The human readable name of the door
- script script to run to launch the door, is passed the nodenumber as argument 1
- category used to sort doors into submenus.