19 lines
313 B
INI
19 lines
313 B
INI
[http]
|
|
port = 8082
|
|
host = "localhost"
|
|
|
|
[ssh]
|
|
sshKeyPath = "path/to/key/file"
|
|
sshKeyPassphrasePath = "path/to/key/passphrase"
|
|
|
|
[limits]
|
|
remoteCmds = ["systemctl suspend"]
|
|
|
|
# wolHosts = [
|
|
# {name = "w00t", mac = "01:10:10:aa:bb:cc"},
|
|
# ]
|
|
|
|
[[limits.wolHosts]]
|
|
name = "w00t"
|
|
mac = "01:10:10:aa:bb:cc"
|