add https support

This commit is contained in:
2025-12-08 19:52:27 -05:00
parent 8dca9ab5da
commit 120d044648
3 changed files with 20 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ import "embed"
var Core embed.FS
var Port *int
var HTTPSPort *int
var Color *bool
type MyConfig struct {