feature: webui directory is now configurable

This commit is contained in:
jamesread
2023-03-21 10:20:17 +00:00
parent 8ed3db0170
commit 63fe78b4fe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type webUISettings struct {
func findWebuiDir() string {
directoriesToSearch := []string{
"./webui",
cfg.WebUIDir,
"/usr/share/OliveTin/webui/",
"/var/www/OliveTin/",
"/var/www/olivetin/",