Implement HTTPS for GUI

This commit is contained in:
Jakob Borg
2014-05-21 14:04:16 +02:00
parent 30837a7d95
commit 7c8652b600
6 changed files with 43 additions and 14 deletions

View File

@@ -73,6 +73,7 @@ type GUIConfiguration struct {
Address string `xml:"address" default:"127.0.0.1:8080"`
User string `xml:"user,omitempty"`
Password string `xml:"password,omitempty"`
UseTLS bool `xml:"tls,attr"`
}
func setDefaults(data interface{}) error {