2022-02-18 14:18:44 +00:00
|
|
|
Server = ":8080" # The address the webserver should bind to
|
|
|
|
PassHash = "$2a$10$I.26oCzkjZ8qwfhbmeYM3.kppBjxtPsxkeE1Y.ULjVvA1IBPcQP42" # "password"
|
2022-02-23 12:34:52 +00:00
|
|
|
SessionTTL = 10 # How many minutes sessions last for
|
2022-02-18 14:18:44 +00:00
|
|
|
|
2022-02-21 14:16:06 +00:00
|
|
|
[[Devices]]
|
2022-02-18 14:18:44 +00:00
|
|
|
Alias = "SomeDevice"
|
|
|
|
MAC = "DE-AD-BE-EF-F0-05" # Delimiter dashes/colons, upper/lowercase
|
|
|
|
IP = "192.168.178.255" # Broadcast for most home networks
|
|
|
|
|
2022-02-21 14:16:06 +00:00
|
|
|
[[Devices]]
|
2022-02-18 14:18:44 +00:00
|
|
|
Alias = "Another Device"
|
|
|
|
MAC = ""
|
|
|
|
IP = ""
|