ctrl/config.toml
2024-07-21 12:40:28 +02:00

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"