Switch to HTTPS with auto-generated self-signed certificate

This commit is contained in:
Ian Gulliver
2026-01-25 11:31:00 -08:00
parent 81796dbdb6
commit 2ab66520b6
3 changed files with 87 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ type Tendrils struct {
DebugBMD bool
DebugShure bool
DebugYamaha bool
HTTPPort string
EnableHTTPS bool
}
func New() *Tendrils {