webserver up and running for http/https, logger timestamp format change

This commit is contained in:
Maximilian Wagner
2025-12-25 23:31:48 +01:00
parent a54c4cf9ff
commit aa76d9c721
12 changed files with 190 additions and 62 deletions

View File

@@ -17,7 +17,9 @@ type Config struct {
// webserver
WebserverDomain string `json:"webserverDomain"`
WebserverPort string `json:"webserverPort"`
WebserverSecure bool `json:"webserverSecure"`
WebserverPortSecure string `json:"webserverPortSecure"`
CertificatePath string `json:"certificatePath"`
CertificateKeyPath string `json:"certificateKeyPath"`
Timezone string `json:"timezone"`
@@ -35,3 +37,4 @@ var LatexExec LatexExecution
var LogFile *os.File