Adding base handler & config for HTTPS title support

This commit is contained in:
2023-10-17 13:12:08 -04:00
parent eaa2652647
commit 93b8b86b55
4 changed files with 30 additions and 0 deletions

View File

@ -13,6 +13,9 @@ title:
loglevel: "info"
hostname: "localhost"
port: 8080
port_ssl: 0
ssl_cert: "cert/title.crt"
ssl_key: "cert/title.key"
reboot_start_time: "04:00"
reboot_end_time: "05:00"